Class ExpandoValueServiceWrapper
Object
com.liferay.expando.kernel.service.ExpandoValueServiceWrapper
- All Implemented Interfaces:
ExpandoValueService,BaseService,ServiceWrapper<ExpandoValueService>
public class ExpandoValueServiceWrapper
extends Object
implements ExpandoValueService, ServiceWrapper<ExpandoValueService>
Provides a wrapper for
ExpandoValueService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) voidaddValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) getJSONData(long companyId, String className, String tableName, String columnName, long classPK) Returns the OSGi service identifier.voidsetWrappedService(ExpandoValueService expandoValueService)
-
Constructor Details
-
ExpandoValueServiceWrapper
public ExpandoValueServiceWrapper() -
ExpandoValueServiceWrapper
-
-
Method Details
-
addValue
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException - Specified by:
addValuein interfaceExpandoValueService- Throws:
PortalException
-
addValue
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException - Specified by:
addValuein interfaceExpandoValueService- Throws:
PortalException
-
addValues
public void addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) throws PortalException- Specified by:
addValuesin interfaceExpandoValueService- Throws:
PortalException
-
getData
public Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException - Specified by:
getDatain interfaceExpandoValueService- Throws:
PortalException
-
getData
public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException - Specified by:
getDatain interfaceExpandoValueService- Throws:
PortalException
-
getJSONData
public JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException - Specified by:
getJSONDatain interfaceExpandoValueService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceExpandoValueService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<ExpandoValueService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<ExpandoValueService>
-