Liferay 6.0.5

Uses of Interface
com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence

Packages that use BlogsStatsUserPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as BlogsStatsUserPersistence
protected  BlogsStatsUserPersistence UserServiceBaseImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence UserLocalServiceBaseImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence GroupServiceBaseImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence GroupLocalServiceBaseImpl.blogsStatsUserPersistence
           
 

Methods in com.liferay.portal.service.base that return BlogsStatsUserPersistence
 BlogsStatsUserPersistence UserServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 BlogsStatsUserPersistence UserLocalServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 BlogsStatsUserPersistence GroupServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 BlogsStatsUserPersistence GroupLocalServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 

Methods in com.liferay.portal.service.base with parameters of type BlogsStatsUserPersistence
 void UserServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void UserLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void GroupServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void GroupLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 

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

Fields in com.liferay.portal.service.persistence declared as BlogsStatsUserPersistence
protected  BlogsStatsUserPersistence UserPersistenceImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence GroupPersistenceImpl.blogsStatsUserPersistence
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as BlogsStatsUserPersistence
protected  BlogsStatsUserPersistence BlogsStatsUserLocalServiceBaseImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence BlogsEntryServiceBaseImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence BlogsEntryLocalServiceBaseImpl.blogsStatsUserPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return BlogsStatsUserPersistence
 BlogsStatsUserPersistence BlogsStatsUserLocalServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 BlogsStatsUserPersistence BlogsEntryServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 BlogsStatsUserPersistence BlogsEntryLocalServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsStatsUserPersistence
 void BlogsStatsUserLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void BlogsEntryServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void BlogsEntryLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 

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

Classes in com.liferay.portlet.blogs.service.persistence that implement BlogsStatsUserPersistence
 class BlogsStatsUserPersistenceImpl
          The persistence implementation for the blogs stats user service.
 

Fields in com.liferay.portlet.blogs.service.persistence declared as BlogsStatsUserPersistence
protected  BlogsStatsUserPersistence BlogsStatsUserPersistenceImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence BlogsEntryPersistenceImpl.blogsStatsUserPersistence
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsStatsUserPersistence
static BlogsStatsUserPersistence BlogsStatsUserUtil.getPersistence()
           
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsStatsUserPersistence
 void BlogsStatsUserUtil.setPersistence(BlogsStatsUserPersistence persistence)
           
 

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

Fields in com.liferay.portlet.ratings.service.base declared as BlogsStatsUserPersistence
protected  BlogsStatsUserPersistence RatingsEntryServiceBaseImpl.blogsStatsUserPersistence
           
protected  BlogsStatsUserPersistence RatingsEntryLocalServiceBaseImpl.blogsStatsUserPersistence
           
 

Methods in com.liferay.portlet.ratings.service.base that return BlogsStatsUserPersistence
 BlogsStatsUserPersistence RatingsEntryServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 BlogsStatsUserPersistence RatingsEntryLocalServiceBaseImpl.getBlogsStatsUserPersistence()
          Gets the blogs stats user persistence.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type BlogsStatsUserPersistence
 void RatingsEntryServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void RatingsEntryLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 

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

Fields in com.liferay.portlet.ratings.service.persistence declared as BlogsStatsUserPersistence
protected  BlogsStatsUserPersistence RatingsEntryPersistenceImpl.blogsStatsUserPersistence
           
 


Liferay 6.0.5