public class ExpandoValueServiceWrapper extends Object implements ExpandoValueService, ServiceWrapper<ExpandoValueService>
ExpandoValueService.ExpandoValueService| Constructor and Description |
|---|
ExpandoValueServiceWrapper(ExpandoValueService expandoValueService) |
| Modifier and Type | Method and Description |
|---|---|
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ExpandoValueService |
getWrappedService() |
void |
setWrappedService(ExpandoValueService expandoValueService) |
public ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException
ExpandoValueServiceUtil to access the expando value remote service. Add custom service methods to com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addValue in interface ExpandoValueServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
addValue in interface ExpandoValueServicePortalExceptionpublic void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException
addValues in interface ExpandoValueServicePortalExceptionpublic Map<String,Serializable> getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
throws PortalException
getData in interface ExpandoValueServicePortalExceptionpublic Serializable getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException
getData in interface ExpandoValueServicePortalExceptionpublic JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
getJSONData in interface ExpandoValueServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExpandoValueServicepublic ExpandoValueService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoValueService>public void setWrappedService(ExpandoValueService expandoValueService)
setWrappedService in interface ServiceWrapper<ExpandoValueService>