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) void
addValues
(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.void
setWrappedService
(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:
addValue
in interfaceExpandoValueService
- Throws:
PortalException
-
addValue
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException - Specified by:
addValue
in interfaceExpandoValueService
- Throws:
PortalException
-
addValues
public void addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) throws PortalException- Specified by:
addValues
in interfaceExpandoValueService
- Throws:
PortalException
-
getData
public Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException - Specified by:
getData
in interfaceExpandoValueService
- Throws:
PortalException
-
getData
public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException - Specified by:
getData
in interfaceExpandoValueService
- Throws:
PortalException
-
getJSONData
public JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException - Specified by:
getJSONData
in interfaceExpandoValueService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceExpandoValueService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ExpandoValueService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ExpandoValueService>
-