Liferay 6.1.2-ce-ga3

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

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

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()
          Deprecated. Renamed to ExpandoColumnServiceWrapper.getWrappedService()
 ExpandoColumnService ExpandoColumnServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoColumnService
 void ExpandoColumnServiceUtil.setService(ExpandoColumnService service)
          Deprecated.  
 void ExpandoColumnServiceWrapper.setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
          Deprecated. Renamed to 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)
           
 


Liferay 6.1.2-ce-ga3