Liferay 6.1.2-ce-ga3

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 DLAppHelperLocalServiceBaseImpl.ratingsEntryService
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type RatingsEntryService
 void DLAppHelperLocalServiceBaseImpl.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()
          Deprecated. Renamed to RatingsEntryServiceWrapper.getWrappedService()
 RatingsEntryService RatingsEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsEntryService
 void RatingsEntryServiceUtil.setService(RatingsEntryService service)
          Deprecated.  
 void RatingsEntryServiceWrapper.setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
          Deprecated. Renamed to RatingsEntryServiceWrapper.setWrappedService(com.liferay.portlet.ratings.service.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
          The base implementation of the ratings entry remote service.
 

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

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

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