Liferay 7.0-ce-b8 portal-service

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

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

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

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

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

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

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


Liferay 7.0-ce-b8 portal-service