com.liferay.portlet.expando.service
Class ExpandoValueServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoValueServiceWrapper
All Implemented Interfaces:
ExpandoValueService

public class ExpandoValueServiceWrapper
extends java.lang.Object
implements ExpandoValueService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ExpandoValueService.

Author:
Brian Wing Shun Chan
See Also:
ExpandoValueService
Generated:

Constructor Summary
ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
           
 
Method Summary
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data)
           
 java.io.Serializable getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 ExpandoValueService getWrappedExpandoValueService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueServiceWrapper

public ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
Method Detail

addValue

public ExpandoValue addValue(java.lang.String className,
                             java.lang.String tableName,
                             java.lang.String columnName,
                             long classPK,
                             java.lang.Object data)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
addValue in interface ExpandoValueService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public java.io.Serializable getData(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
getData in interface ExpandoValueService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedExpandoValueService

public ExpandoValueService getWrappedExpandoValueService()