Class ExpandoValueServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoValueService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
counterLocalService, expandoValueLocalService, expandoValuePersistence, expandoValueService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.expando.kernel.model.ExpandoValue
addValue
(long companyId, String className, String tableName, String columnName, long classPK, Object data) com.liferay.expando.kernel.model.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) getData
(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) com.liferay.portal.kernel.json.JSONObject
getJSONData
(long companyId, String className, String tableName, String columnName, long classPK) Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
ExpandoValueServiceImpl
public ExpandoValueServiceImpl()
-
-
Method Details
-
addValue
public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addValue
@JSONWebService(mode=IGNORE) public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addValues
public void addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getData
public Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getData
public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getJSONData
public com.liferay.portal.kernel.json.JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-