@ProviderType 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) |
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
addValue in interface ExpandoValueServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
addValue in interface ExpandoValueServicePortalExceptionpublic JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
getJSONData in interface ExpandoValueServicePortalExceptionpublic Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
getData in interface ExpandoValueServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExpandoValueServicepublic Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException
getData in interface ExpandoValueServicePortalExceptionpublic void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException
addValues in interface ExpandoValueServicePortalExceptionpublic ExpandoValueService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoValueService>public void setWrappedService(ExpandoValueService expandoValueService)
setWrappedService in interface ServiceWrapper<ExpandoValueService>