Liferay 6.0.5

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

Packages that use RatingsStatsLocalService
com.liferay.portal.service.base   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.impl   
com.liferay.portlet.softwarecatalog.service.base   
 

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

Fields in com.liferay.portal.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService LayoutServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService LayoutLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portal.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService LayoutServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService LayoutLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portal.service.base with parameters of type RatingsStatsLocalService
 void LayoutServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void LayoutLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 

Uses of RatingsStatsLocalService in com.liferay.portlet.blogs.service.base
 

Fields in com.liferay.portlet.blogs.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService BlogsEntryServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService BlogsEntryLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portlet.blogs.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService BlogsEntryServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService BlogsEntryLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type RatingsStatsLocalService
 void BlogsEntryServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void BlogsEntryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService DLFileEntryServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService DLFileEntryLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService DLFileEntryServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService DLFileEntryLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type RatingsStatsLocalService
 void DLFileEntryServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void DLFileEntryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 

Uses of RatingsStatsLocalService in com.liferay.portlet.journal.service.base
 

Fields in com.liferay.portlet.journal.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService JournalArticleServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService JournalArticleLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portlet.journal.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService JournalArticleServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService JournalArticleLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type RatingsStatsLocalService
 void JournalArticleServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void JournalArticleLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 

Uses of RatingsStatsLocalService in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService MBThreadServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService MBThreadLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService MBMessageServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService MBMessageLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService MBThreadServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService MBThreadLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService MBMessageServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService MBMessageLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type RatingsStatsLocalService
 void MBThreadServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void MBThreadLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void MBMessageServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void MBMessageLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 

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

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

Methods in com.liferay.portlet.ratings.service that return RatingsStatsLocalService
static RatingsStatsLocalService RatingsStatsLocalServiceUtil.getService()
           
 RatingsStatsLocalService RatingsStatsLocalServiceWrapper.getWrappedRatingsStatsLocalService()
           
 

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

Constructors in com.liferay.portlet.ratings.service with parameters of type RatingsStatsLocalService
RatingsStatsLocalServiceWrapper(RatingsStatsLocalService ratingsStatsLocalService)
           
 

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

Classes in com.liferay.portlet.ratings.service.base that implement RatingsStatsLocalService
 class RatingsStatsLocalServiceBaseImpl
          The base implementation of the ratings stats local service.
 

Fields in com.liferay.portlet.ratings.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService RatingsStatsLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService RatingsEntryServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService RatingsEntryLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portlet.ratings.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService RatingsStatsLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService RatingsEntryServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService RatingsEntryLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsStatsLocalService
 void RatingsStatsLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void RatingsEntryServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void RatingsEntryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 

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

Classes in com.liferay.portlet.ratings.service.impl that implement RatingsStatsLocalService
 class RatingsStatsLocalServiceImpl
           
 

Uses of RatingsStatsLocalService in com.liferay.portlet.softwarecatalog.service.base
 

Fields in com.liferay.portlet.softwarecatalog.service.base declared as RatingsStatsLocalService
protected  RatingsStatsLocalService SCProductEntryServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService SCProductEntryLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService SCProductEntryServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsLocalService SCProductEntryLocalServiceBaseImpl.getRatingsStatsLocalService()
          Gets the ratings stats local service.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type RatingsStatsLocalService
 void SCProductEntryServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void SCProductEntryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 


Liferay 6.0.5