Liferay 6.2-ce-ga5

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
          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)
           
 


Liferay 6.2-ce-ga5