Liferay 6.0.4

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()
           
 BlogsStatsUserPersistence UserLocalServiceBaseImpl.getBlogsStatsUserPersistence()
           
 BlogsStatsUserPersistence GroupServiceBaseImpl.getBlogsStatsUserPersistence()
           
 BlogsStatsUserPersistence GroupLocalServiceBaseImpl.getBlogsStatsUserPersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type BlogsStatsUserPersistence
 void UserServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 void UserLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 void GroupServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 void GroupLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 

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()
           
 BlogsStatsUserPersistence BlogsEntryServiceBaseImpl.getBlogsStatsUserPersistence()
           
 BlogsStatsUserPersistence BlogsEntryLocalServiceBaseImpl.getBlogsStatsUserPersistence()
           
 

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

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 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()
           
 BlogsStatsUserPersistence RatingsEntryLocalServiceBaseImpl.getBlogsStatsUserPersistence()
           
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type BlogsStatsUserPersistence
 void RatingsEntryServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 void RatingsEntryLocalServiceBaseImpl.setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 

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.4