Liferay 7.0-ce-b4

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

Packages that use ExpandoValueService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.impl   
 

Uses of ExpandoValueService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ExpandoValueService
protected  ExpandoValueService RepositoryServiceBaseImpl.expandoValueService
           
 

Methods in com.liferay.portal.service.base that return ExpandoValueService
 ExpandoValueService RepositoryServiceBaseImpl.getExpandoValueService()
          Returns the expando value remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ExpandoValueService
 void RepositoryServiceBaseImpl.setExpandoValueService(ExpandoValueService expandoValueService)
          Sets the expando value remote 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.getWrappedService()
           
 

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

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

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

Classes in com.liferay.portlet.expando.service.base that implement ExpandoValueService
 class ExpandoValueServiceBaseImpl
          Provides the base implementation for the expando value remote service.
 

Fields in com.liferay.portlet.expando.service.base declared as ExpandoValueService
protected  ExpandoValueService ExpandoColumnServiceBaseImpl.expandoValueService
           
protected  ExpandoValueService ExpandoValueServiceBaseImpl.expandoValueService
           
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoValueService
 ExpandoValueService ExpandoColumnServiceBaseImpl.getExpandoValueService()
          Returns the expando value remote service.
 ExpandoValueService ExpandoValueServiceBaseImpl.getExpandoValueService()
          Returns the expando value remote service.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoValueService
 void ExpandoColumnServiceBaseImpl.setExpandoValueService(ExpandoValueService expandoValueService)
          Sets the expando value remote service.
 void ExpandoValueServiceBaseImpl.setExpandoValueService(ExpandoValueService expandoValueService)
          Sets the expando value remote service.
 

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

Classes in com.liferay.portlet.expando.service.impl that implement ExpandoValueService
 class ExpandoValueServiceImpl
           
 


Liferay 7.0-ce-b4