com.liferay.portlet.expando.service
Class ExpandoValueServiceWrapper
java.lang.Object
com.liferay.portlet.expando.service.ExpandoValueServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<ExpandoValueService>, ExpandoValueService
public class ExpandoValueServiceWrapper
- extends Object
- implements ExpandoValueService, ServiceWrapper<ExpandoValueService>
This class is a wrapper for ExpandoValueService
.
- See Also:
ExpandoValueService
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)
|
void |
addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
|
Map<String,Serializable> |
getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
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()
Deprecated. Renamed to getWrappedService() |
ExpandoValueService |
getWrappedService()
|
void |
setWrappedExpandoValueService(ExpandoValueService expandoValueService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.expando.service.ExpandoValueService) |
void |
setWrappedService(ExpandoValueService expandoValueService)
|
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
addValues
public void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException,
SystemException
- Specified by:
addValues
in interface ExpandoValueService
- Throws:
PortalException
SystemException
getData
public Map<String,Serializable> getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
throws PortalException,
SystemException
- Specified by:
getData
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()
- Deprecated. Renamed to
getWrappedService()
setWrappedExpandoValueService
public void setWrappedExpandoValueService(ExpandoValueService expandoValueService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.expando.service.ExpandoValueService)
getWrappedService
public ExpandoValueService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<ExpandoValueService>
setWrappedService
public void setWrappedService(ExpandoValueService expandoValueService)
- Specified by:
setWrappedService
in interface ServiceWrapper<ExpandoValueService>