Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.expando.service that implement ExpandoValueService
 class ExpandoValueServiceWrapper
          Provides a wrapper for ExpandoValueService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoValueService
static ExpandoValueService ExpandoValueServiceUtil.getService()
           
 ExpandoValueService ExpandoValueServiceWrapper.getWrappedExpandoValueService()
          Deprecated. As of 6.1.0, replaced by ExpandoValueServiceWrapper.getWrappedService()
 ExpandoValueService ExpandoValueServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoValueService
 void ExpandoValueServiceUtil.setService(ExpandoValueService service)
          Deprecated. As of 6.2.0
 void ExpandoValueServiceWrapper.setWrappedExpandoValueService(ExpandoValueService expandoValueService)
          Deprecated. As of 6.1.0, replaced by ExpandoValueServiceWrapper.setWrappedService(com.liferay.portlet.expando.service.ExpandoValueService)
 void ExpandoValueServiceWrapper.setWrappedService(ExpandoValueService expandoValueService)
           
 

Constructors in com.liferay.portlet.expando.service with parameters of type ExpandoValueService
ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
           
 


Liferay 6.2-ce-ga5