com.liferay.portlet.expando.service
Class ExpandoValueServiceWrapper
java.lang.Object
com.liferay.portlet.expando.service.ExpandoValueServiceWrapper
- All Implemented Interfaces:
- ExpandoValueService
public class ExpandoValueServiceWrapper
- extends java.lang.Object
- implements ExpandoValueService
This class is a wrapper for ExpandoValueService.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoValueService- Generated:
|
Method Summary |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Object data)
|
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data)
|
java.io.Serializable |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
|
JSONObject |
getJSONData(long companyId,
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 |
ExpandoValueServiceWrapper
public ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
addValue
public ExpandoValue addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Object data)
throws PortalException,
SystemException
- Specified by:
addValue in interface ExpandoValueService
- Throws:
PortalException
SystemException
addValue
public ExpandoValue addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data)
throws PortalException,
SystemException
- Specified by:
addValue in interface ExpandoValueService
- Throws:
PortalException
SystemException
getData
public java.io.Serializable getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
- Specified by:
getData in interface ExpandoValueService
- Throws:
PortalException
SystemException
getJSONData
public JSONObject getJSONData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
- Specified by:
getJSONData in interface ExpandoValueService
- Throws:
PortalException
SystemException
getWrappedExpandoValueService
public ExpandoValueService getWrappedExpandoValueService()