Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence

Packages that use RatingsStatsPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as RatingsStatsPersistence
protected  RatingsStatsPersistence LayoutLocalServiceBaseImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence LayoutServiceBaseImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portal.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence LayoutLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence LayoutServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portal.service.base with parameters of type RatingsStatsPersistence
 void LayoutLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void LayoutServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

Uses of RatingsStatsPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as RatingsStatsPersistence
protected  RatingsStatsPersistence LayoutPersistenceImpl.ratingsStatsPersistence
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as RatingsStatsPersistence
protected  RatingsStatsPersistence BlogsEntryServiceBaseImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence BlogsEntryLocalServiceBaseImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence BlogsEntryServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence BlogsEntryLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type RatingsStatsPersistence
 void BlogsEntryServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void BlogsEntryLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

Uses of RatingsStatsPersistence in com.liferay.portlet.blogs.service.persistence
 

Fields in com.liferay.portlet.blogs.service.persistence declared as RatingsStatsPersistence
protected  RatingsStatsPersistence BlogsEntryPersistenceImpl.ratingsStatsPersistence
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as RatingsStatsPersistence
protected  RatingsStatsPersistence DLAppHelperLocalServiceBaseImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence DLAppHelperLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type RatingsStatsPersistence
 void DLAppHelperLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

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

Fields in com.liferay.portlet.journal.service.base declared as RatingsStatsPersistence
protected  RatingsStatsPersistence JournalArticleServiceBaseImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence JournalArticleLocalServiceBaseImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence JournalArticleServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence JournalArticleLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type RatingsStatsPersistence
 void JournalArticleServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void JournalArticleLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

Uses of RatingsStatsPersistence in com.liferay.portlet.journal.service.persistence
 

Fields in com.liferay.portlet.journal.service.persistence declared as RatingsStatsPersistence
protected  RatingsStatsPersistence JournalArticlePersistenceImpl.ratingsStatsPersistence
           
 

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

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

Methods in com.liferay.portlet.messageboards.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence MBMessageServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence MBThreadServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence MBMessageLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence MBThreadLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type RatingsStatsPersistence
 void MBMessageServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void MBThreadServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void MBMessageLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void MBThreadLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

Uses of RatingsStatsPersistence in com.liferay.portlet.messageboards.service.persistence
 

Fields in com.liferay.portlet.messageboards.service.persistence declared as RatingsStatsPersistence
protected  RatingsStatsPersistence MBMessagePersistenceImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence MBThreadPersistenceImpl.ratingsStatsPersistence
           
 

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

Fields in com.liferay.portlet.ratings.service.base declared as RatingsStatsPersistence
protected  RatingsStatsPersistence RatingsEntryLocalServiceBaseImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence RatingsEntryServiceBaseImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence RatingsStatsLocalServiceBaseImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portlet.ratings.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence RatingsEntryLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence RatingsEntryServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence RatingsStatsLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsStatsPersistence
 void RatingsEntryLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void RatingsEntryServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void RatingsStatsLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

Uses of RatingsStatsPersistence in com.liferay.portlet.ratings.service.persistence
 

Classes in com.liferay.portlet.ratings.service.persistence that implement RatingsStatsPersistence
 class RatingsStatsPersistenceImpl
          The persistence implementation for the ratings stats service.
 

Fields in com.liferay.portlet.ratings.service.persistence declared as RatingsStatsPersistence
protected  RatingsStatsPersistence RatingsStatsPersistenceImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence RatingsEntryPersistenceImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portlet.ratings.service.persistence that return RatingsStatsPersistence
static RatingsStatsPersistence RatingsStatsUtil.getPersistence()
           
 

Methods in com.liferay.portlet.ratings.service.persistence with parameters of type RatingsStatsPersistence
 void RatingsStatsUtil.setPersistence(RatingsStatsPersistence persistence)
          Deprecated.  
 

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

Fields in com.liferay.portlet.softwarecatalog.service.base declared as RatingsStatsPersistence
protected  RatingsStatsPersistence SCProductEntryLocalServiceBaseImpl.ratingsStatsPersistence
           
protected  RatingsStatsPersistence SCProductEntryServiceBaseImpl.ratingsStatsPersistence
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return RatingsStatsPersistence
 RatingsStatsPersistence SCProductEntryLocalServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RatingsStatsPersistence SCProductEntryServiceBaseImpl.getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type RatingsStatsPersistence
 void SCProductEntryLocalServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void SCProductEntryServiceBaseImpl.setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 

Uses of RatingsStatsPersistence in com.liferay.portlet.softwarecatalog.service.persistence
 

Fields in com.liferay.portlet.softwarecatalog.service.persistence declared as RatingsStatsPersistence
protected  RatingsStatsPersistence SCProductEntryPersistenceImpl.ratingsStatsPersistence
           
 


Liferay 6.1.2-ce-ga3