Liferay 7.0-ce-b7 portal-impl

com.liferay.portlet.expando.service.impl
Class ExpandoValueServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
          extended by 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

public class ExpandoValueServiceImpl
extends ExpandoValueServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExpandoValueServiceImpl()
           
 
Method Summary
 com.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)
           
 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)
           
 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, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueServiceImpl

public ExpandoValueServiceImpl()
Method Detail

addValue

@JSONWebService(mode=IGNORE)
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

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

Liferay 7.0-ce-b7 portal-impl