Liferay 6.0.4

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
           This class is a wrapper for ExpandoColumnService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoColumnService
static ExpandoColumnService ExpandoColumnServiceUtil.getService()
           
 ExpandoColumnService ExpandoColumnServiceWrapper.getWrappedExpandoColumnService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoColumnService
 void ExpandoColumnServiceUtil.setService(ExpandoColumnService service)
           
 

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
           
 

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

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

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

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.0.4