Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.ratings.service.RatingsEntryService

Packages that use RatingsEntryService
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.impl   
 

Uses of RatingsEntryService in com.liferay.portlet.ratings.service
 

Classes in com.liferay.portlet.ratings.service that implement RatingsEntryService
 class RatingsEntryServiceWrapper
          Provides a wrapper for RatingsEntryService.
 

Methods in com.liferay.portlet.ratings.service that return RatingsEntryService
static RatingsEntryService RatingsEntryServiceUtil.getService()
           
 RatingsEntryService RatingsEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsEntryService
 void RatingsEntryServiceWrapper.setWrappedService(RatingsEntryService ratingsEntryService)
           
 

Constructors in com.liferay.portlet.ratings.service with parameters of type RatingsEntryService
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
           
 

Uses of RatingsEntryService in com.liferay.portlet.ratings.service.base
 

Classes in com.liferay.portlet.ratings.service.base that implement RatingsEntryService
 class RatingsEntryServiceBaseImpl
          Provides the base implementation for the ratings entry remote service.
 

Fields in com.liferay.portlet.ratings.service.base declared as RatingsEntryService
protected  RatingsEntryService RatingsEntryServiceBaseImpl.ratingsEntryService
           
 

Methods in com.liferay.portlet.ratings.service.base that return RatingsEntryService
 RatingsEntryService RatingsEntryServiceBaseImpl.getRatingsEntryService()
          Returns the ratings entry remote service.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsEntryService
 void RatingsEntryServiceBaseImpl.setRatingsEntryService(RatingsEntryService ratingsEntryService)
          Sets the ratings entry remote service.
 

Uses of RatingsEntryService in com.liferay.portlet.ratings.service.impl
 

Classes in com.liferay.portlet.ratings.service.impl that implement RatingsEntryService
 class RatingsEntryServiceImpl
           
 


Liferay 7.0-ce-b4