com.liferay.portlet.expando.service
Class ExpandoValueServiceWrapper
java.lang.Object
com.liferay.portlet.expando.service.ExpandoValueServiceWrapper
- All Implemented Interfaces:
- ExpandoValueService
public class ExpandoValueServiceWrapper
- extends Object
- implements ExpandoValueService
This class is a wrapper for ExpandoValueService
.
- See Also:
ExpandoValueService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
Serializable |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
JSONObject |
getJSONData(long companyId,
String className,
String tableName,
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,
String className,
String tableName,
String columnName,
long classPK,
Object data)
throws PortalException,
SystemException
- Specified by:
addValue
in interface ExpandoValueService
- Throws:
PortalException
SystemException
addValue
public ExpandoValue addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
throws PortalException,
SystemException
- Specified by:
addValue
in interface ExpandoValueService
- Throws:
PortalException
SystemException
getData
public Serializable getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException,
SystemException
- Specified by:
getData
in interface ExpandoValueService
- Throws:
PortalException
SystemException
getJSONData
public JSONObject getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException,
SystemException
- Specified by:
getJSONData
in interface ExpandoValueService
- Throws:
PortalException
SystemException
getWrappedExpandoValueService
public ExpandoValueService getWrappedExpandoValueService()