Liferay 7.0-ce-b8 portal-service

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

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

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

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

Methods in com.liferay.expando.kernel.service that return ExpandoValueService
static ExpandoValueService ExpandoValueServiceUtil.getService()
           
 ExpandoValueService ExpandoValueServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.expando.kernel.service with parameters of type ExpandoValueService
 void ExpandoValueServiceWrapper.setWrappedService(ExpandoValueService expandoValueService)
           
 

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


Liferay 7.0-ce-b8 portal-service