Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.expando.service that implement ExpandoColumnService
 class ExpandoColumnServiceWrapper
          Provides a wrapper for ExpandoColumnService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoColumnService
static ExpandoColumnService ExpandoColumnServiceUtil.getService()
           
 ExpandoColumnService ExpandoColumnServiceWrapper.getWrappedExpandoColumnService()
          Deprecated. As of 6.1.0, replaced by ExpandoColumnServiceWrapper.getWrappedService()
 ExpandoColumnService ExpandoColumnServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoColumnService
 void ExpandoColumnServiceUtil.setService(ExpandoColumnService service)
          Deprecated. As of 6.2.0
 void ExpandoColumnServiceWrapper.setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
          Deprecated. As of 6.1.0, replaced by ExpandoColumnServiceWrapper.setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)
 void ExpandoColumnServiceWrapper.setWrappedService(ExpandoColumnService expandoColumnService)
           
 

Constructors in com.liferay.portlet.expando.service with parameters of type ExpandoColumnService
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
           
 

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

Classes in com.liferay.portlet.expando.service.base that implement ExpandoColumnService
 class ExpandoColumnServiceBaseImpl
          Provides the base implementation for the expando column remote service.
 

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

Methods in com.liferay.portlet.expando.service.base that return ExpandoColumnService
 ExpandoColumnService ExpandoTableLocalServiceBaseImpl.getExpandoColumnService()
          Returns the expando column remote service.
 ExpandoColumnService ExpandoColumnLocalServiceBaseImpl.getExpandoColumnService()
          Returns the expando column remote service.
 ExpandoColumnService ExpandoColumnServiceBaseImpl.getExpandoColumnService()
          Returns the expando column remote service.
 ExpandoColumnService ExpandoRowLocalServiceBaseImpl.getExpandoColumnService()
          Returns the expando column remote service.
 ExpandoColumnService ExpandoValueLocalServiceBaseImpl.getExpandoColumnService()
          Returns the expando column remote service.
 ExpandoColumnService ExpandoValueServiceBaseImpl.getExpandoColumnService()
          Returns the expando column remote service.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoColumnService
 void ExpandoTableLocalServiceBaseImpl.setExpandoColumnService(ExpandoColumnService expandoColumnService)
          Sets the expando column remote service.
 void ExpandoColumnLocalServiceBaseImpl.setExpandoColumnService(ExpandoColumnService expandoColumnService)
          Sets the expando column remote service.
 void ExpandoColumnServiceBaseImpl.setExpandoColumnService(ExpandoColumnService expandoColumnService)
          Sets the expando column remote service.
 void ExpandoRowLocalServiceBaseImpl.setExpandoColumnService(ExpandoColumnService expandoColumnService)
          Sets the expando column remote service.
 void ExpandoValueLocalServiceBaseImpl.setExpandoColumnService(ExpandoColumnService expandoColumnService)
          Sets the expando column remote service.
 void ExpandoValueServiceBaseImpl.setExpandoColumnService(ExpandoColumnService expandoColumnService)
          Sets the expando column remote service.
 

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

Classes in com.liferay.portlet.expando.service.impl that implement ExpandoColumnService
 class ExpandoColumnServiceImpl
           
 


Liferay 6.2-ce-ga5