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 java.lang.Object
- implements ExpandoValueService, ServiceWrapper<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)
|
void |
addValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributeValues)
|
java.util.Map<java.lang.String,java.io.Serializable> |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.util.Collection<java.lang.String> columnNames,
long classPK)
|
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()
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,
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
addValues
public void addValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributeValues)
throws PortalException,
SystemException
- Specified by:
addValues 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
getData
public java.util.Map<java.lang.String,java.io.Serializable> getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.util.Collection<java.lang.String> columnNames,
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()
- 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>