Liferay 7.0-ce-b4

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

Packages that use RatingsStatsLocalService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.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   
 

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 UserServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService LayoutLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService UserLocalServiceBaseImpl.ratingsStatsLocalService
           
 

Methods in com.liferay.portal.service.base that return RatingsStatsLocalService
 RatingsStatsLocalService LayoutServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService UserServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService LayoutLocalServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService UserLocalServiceBaseImpl.getRatingsStatsLocalService()
          Returns 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 UserServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void LayoutLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void UserLocalServiceBaseImpl.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()
          Returns the ratings stats local service.
 RatingsStatsLocalService BlogsEntryLocalServiceBaseImpl.getRatingsStatsLocalService()
          Returns 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 DLFolderLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService DLFileEntryServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService DLAppHelperLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService DLFileEntryLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService DLFolderServiceBaseImpl.ratingsStatsLocalService
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type RatingsStatsLocalService
 void DLFolderLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void DLFileEntryServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void DLAppHelperLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void DLFileEntryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void DLFolderServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService MBThreadServiceBaseImpl.ratingsStatsLocalService
           
protected  RatingsStatsLocalService MBCategoryServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService MBThreadServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService MBCategoryServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService MBThreadLocalServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService MBMessageServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsLocalService MBMessageLocalServiceBaseImpl.getRatingsStatsLocalService()
          Returns the ratings stats local service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type RatingsStatsLocalService
 void MBCategoryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void MBThreadServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void MBCategoryServiceBaseImpl.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
          Provides a wrapper for RatingsStatsLocalService.
 

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

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

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
          Provides the base implementation for the ratings stats local service.
 

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

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

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsStatsLocalService
 void RatingsEntryLocalServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void RatingsEntryServiceBaseImpl.setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void RatingsStatsLocalServiceBaseImpl.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
           
 


Liferay 7.0-ce-b4