Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.expando.service that implement ExpandoTableLocalService
 class ExpandoTableLocalServiceWrapper
          Provides a wrapper for ExpandoTableLocalService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoTableLocalService
static ExpandoTableLocalService ExpandoTableLocalServiceUtil.getService()
           
 ExpandoTableLocalService ExpandoTableLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoTableLocalService
 void ExpandoTableLocalServiceWrapper.setWrappedService(ExpandoTableLocalService expandoTableLocalService)
           
 

Constructors in com.liferay.portlet.expando.service with parameters of type ExpandoTableLocalService
ExpandoTableLocalServiceWrapper(ExpandoTableLocalService expandoTableLocalService)
           
 


Liferay 7.0-ce-b4