Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.expando.service.ExpandoRowLocalService

Packages that use ExpandoRowLocalService
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.impl   
 

Uses of ExpandoRowLocalService in com.liferay.portlet.expando.service
 

Classes in com.liferay.portlet.expando.service that implement ExpandoRowLocalService
 class ExpandoRowLocalServiceWrapper
           This class is a wrapper for ExpandoRowLocalService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoRowLocalService
static ExpandoRowLocalService ExpandoRowLocalServiceUtil.getService()
           
 ExpandoRowLocalService ExpandoRowLocalServiceWrapper.getWrappedExpandoRowLocalService()
          Deprecated. Renamed to ExpandoRowLocalServiceWrapper.getWrappedService()
 ExpandoRowLocalService ExpandoRowLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoRowLocalService
 void ExpandoRowLocalServiceUtil.setService(ExpandoRowLocalService service)
          Deprecated.  
 void ExpandoRowLocalServiceWrapper.setWrappedExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Deprecated. Renamed to ExpandoRowLocalServiceWrapper.setWrappedService(com.liferay.portlet.expando.service.ExpandoRowLocalService)
 void ExpandoRowLocalServiceWrapper.setWrappedService(ExpandoRowLocalService expandoRowLocalService)
           
 

Constructors in com.liferay.portlet.expando.service with parameters of type ExpandoRowLocalService
ExpandoRowLocalServiceWrapper(ExpandoRowLocalService expandoRowLocalService)
           
 

Uses of ExpandoRowLocalService in com.liferay.portlet.expando.service.base
 

Classes in com.liferay.portlet.expando.service.base that implement ExpandoRowLocalService
 class ExpandoRowLocalServiceBaseImpl
          The base implementation of the expando row local service.
 

Fields in com.liferay.portlet.expando.service.base declared as ExpandoRowLocalService
protected  ExpandoRowLocalService ExpandoColumnServiceBaseImpl.expandoRowLocalService
           
protected  ExpandoRowLocalService ExpandoRowLocalServiceBaseImpl.expandoRowLocalService
           
protected  ExpandoRowLocalService ExpandoColumnLocalServiceBaseImpl.expandoRowLocalService
           
protected  ExpandoRowLocalService ExpandoValueServiceBaseImpl.expandoRowLocalService
           
protected  ExpandoRowLocalService ExpandoValueLocalServiceBaseImpl.expandoRowLocalService
           
protected  ExpandoRowLocalService ExpandoTableLocalServiceBaseImpl.expandoRowLocalService
           
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoRowLocalService
 ExpandoRowLocalService ExpandoColumnServiceBaseImpl.getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowLocalService ExpandoRowLocalServiceBaseImpl.getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowLocalService ExpandoColumnLocalServiceBaseImpl.getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowLocalService ExpandoValueServiceBaseImpl.getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowLocalService ExpandoValueLocalServiceBaseImpl.getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowLocalService ExpandoTableLocalServiceBaseImpl.getExpandoRowLocalService()
          Returns the expando row local service.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoRowLocalService
 void ExpandoColumnServiceBaseImpl.setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void ExpandoRowLocalServiceBaseImpl.setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void ExpandoColumnLocalServiceBaseImpl.setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void ExpandoValueServiceBaseImpl.setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void ExpandoValueLocalServiceBaseImpl.setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void ExpandoTableLocalServiceBaseImpl.setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 

Uses of ExpandoRowLocalService in com.liferay.portlet.expando.service.impl
 

Classes in com.liferay.portlet.expando.service.impl that implement ExpandoRowLocalService
 class ExpandoRowLocalServiceImpl
           
 


Liferay 6.1.2-ce-ga3