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