Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for ExpandoValueService.
 

Methods in com.liferay.portlet.expando.service that return ExpandoValueService
static ExpandoValueService ExpandoValueServiceUtil.getService()
           
 ExpandoValueService ExpandoValueServiceWrapper.getWrappedExpandoValueService()
          Deprecated. Renamed to ExpandoValueServiceWrapper.getWrappedService()
 ExpandoValueService ExpandoValueServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoValueService
 void ExpandoValueServiceUtil.setService(ExpandoValueService service)
          Deprecated.  
 void ExpandoValueServiceWrapper.setWrappedExpandoValueService(ExpandoValueService expandoValueService)
          Deprecated. Renamed to 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.1.2-ce-ga3