Liferay 6.0.5

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

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

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as RatingsEntryService
protected  RatingsEntryService DLFileEntryServiceBaseImpl.ratingsEntryService
           
protected  RatingsEntryService DLFileEntryLocalServiceBaseImpl.ratingsEntryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return RatingsEntryService
 RatingsEntryService DLFileEntryServiceBaseImpl.getRatingsEntryService()
          Gets the ratings entry remote service.
 RatingsEntryService DLFileEntryLocalServiceBaseImpl.getRatingsEntryService()
          Gets the ratings entry remote service.
 

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

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

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

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

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsEntryService
 void RatingsEntryServiceUtil.setService(RatingsEntryService service)
           
 

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
          The base implementation of the ratings entry remote service.
 

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

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

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsEntryService
 void RatingsStatsLocalServiceBaseImpl.setRatingsEntryService(RatingsEntryService ratingsEntryService)
          Sets the ratings entry remote service.
 void RatingsEntryServiceBaseImpl.setRatingsEntryService(RatingsEntryService ratingsEntryService)
          Sets the ratings entry remote service.
 void RatingsEntryLocalServiceBaseImpl.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 6.0.5