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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
          extended by com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoValueService

public class ExpandoValueServiceImpl
extends ExpandoValueServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
counterLocalService, counterService, expandoColumnFinder, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowFinder, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueFinder, expandoValueLocalService, expandoValuePersistence, expandoValueService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExpandoValueServiceImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data)
           
 java.io.Serializable getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
getCounterLocalService, getCounterService, getExpandoColumnFinder, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowFinder, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueFinder, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, setCounterLocalService, setCounterService, setExpandoColumnFinder, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowFinder, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueFinder, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
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

public com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className,
                                                               java.lang.String tableName,
                                                               java.lang.String columnName,
                                                               long classPK,
                                                               java.lang.Object data)
                                                        throws com.liferay.portal.PortalException,
                                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public java.io.Serializable getData(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException