Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.expando.service that implement ExpandoColumnLocalService
 class ExpandoColumnLocalServiceWrapper
          Provides a wrapper for ExpandoColumnLocalService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoColumnLocalService
static ExpandoColumnLocalService ExpandoColumnLocalServiceUtil.getService()
           
 ExpandoColumnLocalService ExpandoColumnLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoColumnLocalService
 void ExpandoColumnLocalServiceWrapper.setWrappedService(ExpandoColumnLocalService expandoColumnLocalService)
           
 

Constructors in com.liferay.portlet.expando.service with parameters of type ExpandoColumnLocalService
ExpandoColumnLocalServiceWrapper(ExpandoColumnLocalService expandoColumnLocalService)
           
 


Liferay 7.0-ce-b4