Liferay 6.0.4

com.liferay.portlet.expando.service.base
Class ExpandoValueServiceBaseImpl

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

public abstract class ExpandoValueServiceBaseImpl
extends PrincipalBean
implements ExpandoValueService


Field Summary
protected  CounterLocalService counterLocalService
           
protected  ExpandoColumnLocalService expandoColumnLocalService
           
protected  ExpandoColumnPersistence expandoColumnPersistence
           
protected  ExpandoColumnService expandoColumnService
           
protected  ExpandoRowLocalService expandoRowLocalService
           
protected  ExpandoRowPersistence expandoRowPersistence
           
protected  ExpandoTableLocalService expandoTableLocalService
           
protected  ExpandoTablePersistence expandoTablePersistence
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExpandoValueServiceBaseImpl()
           
 
Method Summary
 CounterLocalService getCounterLocalService()
           
 ExpandoColumnLocalService getExpandoColumnLocalService()
           
 ExpandoColumnPersistence getExpandoColumnPersistence()
           
 ExpandoColumnService getExpandoColumnService()
           
 ExpandoRowLocalService getExpandoRowLocalService()
           
 ExpandoRowPersistence getExpandoRowPersistence()
           
 ExpandoTableLocalService getExpandoTableLocalService()
           
 ExpandoTablePersistence getExpandoTablePersistence()
           
 ExpandoValueLocalService getExpandoValueLocalService()
           
 ExpandoValuePersistence getExpandoValuePersistence()
           
 ExpandoValueService getExpandoValueService()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setCounterLocalService(CounterLocalService counterLocalService)
           
 void setExpandoColumnLocalService(ExpandoColumnLocalService expandoColumnLocalService)
           
 void setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
           
 void setExpandoColumnService(ExpandoColumnService expandoColumnService)
           
 void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
           
 void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
           
 void setExpandoTableLocalService(ExpandoTableLocalService expandoTableLocalService)
           
 void setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
           
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void setExpandoValueService(ExpandoValueService expandoValueService)
           
 void setResourceFinder(ResourceFinder resourceFinder)
           
 void setResourceLocalService(ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(ResourcePersistence resourcePersistence)
           
 void setResourceService(ResourceService resourceService)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.expando.service.ExpandoValueService
addValue, addValue, getData, getJSONData
 

Field Detail

expandoColumnLocalService

@BeanReference(type=ExpandoColumnLocalService.class)
protected ExpandoColumnLocalService expandoColumnLocalService

expandoColumnService

@BeanReference(type=ExpandoColumnService.class)
protected ExpandoColumnService expandoColumnService

expandoColumnPersistence

@BeanReference(type=ExpandoColumnPersistence.class)
protected ExpandoColumnPersistence expandoColumnPersistence

expandoRowLocalService

@BeanReference(type=ExpandoRowLocalService.class)
protected ExpandoRowLocalService expandoRowLocalService

expandoRowPersistence

@BeanReference(type=ExpandoRowPersistence.class)
protected ExpandoRowPersistence expandoRowPersistence

expandoTableLocalService

@BeanReference(type=ExpandoTableLocalService.class)
protected ExpandoTableLocalService expandoTableLocalService

expandoTablePersistence

@BeanReference(type=ExpandoTablePersistence.class)
protected ExpandoTablePersistence expandoTablePersistence

expandoValueLocalService

@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

ExpandoValueServiceBaseImpl

public ExpandoValueServiceBaseImpl()
Method Detail

getExpandoColumnLocalService

public ExpandoColumnLocalService getExpandoColumnLocalService()

setExpandoColumnLocalService

public void setExpandoColumnLocalService(ExpandoColumnLocalService expandoColumnLocalService)

getExpandoColumnService

public ExpandoColumnService getExpandoColumnService()

setExpandoColumnService

public void setExpandoColumnService(ExpandoColumnService expandoColumnService)

getExpandoColumnPersistence

public ExpandoColumnPersistence getExpandoColumnPersistence()

setExpandoColumnPersistence

public void setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)

getExpandoRowLocalService

public ExpandoRowLocalService getExpandoRowLocalService()

setExpandoRowLocalService

public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)

getExpandoRowPersistence

public ExpandoRowPersistence getExpandoRowPersistence()

setExpandoRowPersistence

public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)

getExpandoTableLocalService

public ExpandoTableLocalService getExpandoTableLocalService()

setExpandoTableLocalService

public void setExpandoTableLocalService(ExpandoTableLocalService expandoTableLocalService)

getExpandoTablePersistence

public ExpandoTablePersistence getExpandoTablePersistence()

setExpandoTablePersistence

public void setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)

getExpandoValueService

public ExpandoValueService getExpandoValueService()

setExpandoValueService

public void setExpandoValueService(ExpandoValueService expandoValueService)

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)

getCounterLocalService

public CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)

getResourceLocalService

public ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)

getResourceService

public ResourceService getResourceService()

setResourceService

public void setResourceService(ResourceService resourceService)

getResourcePersistence

public ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)

getResourceFinder

public ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)

getUserLocalService

public UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)

getUserService

public UserService getUserService()

setUserService

public void setUserService(UserService userService)

getUserPersistence

public UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public UserFinder getUserFinder()

setUserFinder

public void setUserFinder(UserFinder userFinder)

runSQL

protected void runSQL(String sql)
               throws SystemException
Throws:
SystemException

Liferay 6.0.4