Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.expando.service that implement ExpandoRowLocalService
 class ExpandoRowLocalServiceWrapper
          Provides a wrapper for ExpandoRowLocalService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoRowLocalService
static ExpandoRowLocalService ExpandoRowLocalServiceUtil.getService()
           
 ExpandoRowLocalService ExpandoRowLocalServiceWrapper.getWrappedExpandoRowLocalService()
          Deprecated. As of 6.1.0, replaced by ExpandoRowLocalServiceWrapper.getWrappedService()
 ExpandoRowLocalService ExpandoRowLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoRowLocalService
 void ExpandoRowLocalServiceUtil.setService(ExpandoRowLocalService service)
          Deprecated. As of 6.2.0
 void ExpandoRowLocalServiceWrapper.setWrappedExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Deprecated. As of 6.1.0, replaced by ExpandoRowLocalServiceWrapper.setWrappedService(com.liferay.portlet.expando.service.ExpandoRowLocalService)
 void ExpandoRowLocalServiceWrapper.setWrappedService(ExpandoRowLocalService expandoRowLocalService)
           
 

Constructors in com.liferay.portlet.expando.service with parameters of type ExpandoRowLocalService
ExpandoRowLocalServiceWrapper(ExpandoRowLocalService expandoRowLocalService)
           
 


Liferay 6.2-ce-ga5