Liferay 6.0.5

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

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

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

Fields in com.liferay.portal.service.base declared as BlogsStatsUserFinder
protected  BlogsStatsUserFinder UserServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder UserLocalServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder GroupServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder GroupLocalServiceBaseImpl.blogsStatsUserFinder
           
 

Methods in com.liferay.portal.service.base that return BlogsStatsUserFinder
 BlogsStatsUserFinder UserServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 BlogsStatsUserFinder UserLocalServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 BlogsStatsUserFinder GroupServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 BlogsStatsUserFinder GroupLocalServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 

Methods in com.liferay.portal.service.base with parameters of type BlogsStatsUserFinder
 void UserServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void UserLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void GroupServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void GroupLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as BlogsStatsUserFinder
protected  BlogsStatsUserFinder BlogsStatsUserLocalServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder BlogsEntryServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder BlogsEntryLocalServiceBaseImpl.blogsStatsUserFinder
           
 

Methods in com.liferay.portlet.blogs.service.base that return BlogsStatsUserFinder
 BlogsStatsUserFinder BlogsStatsUserLocalServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 BlogsStatsUserFinder BlogsEntryServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 BlogsStatsUserFinder BlogsEntryLocalServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsStatsUserFinder
 void BlogsStatsUserLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void BlogsEntryServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void BlogsEntryLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 

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

Classes in com.liferay.portlet.blogs.service.persistence that implement BlogsStatsUserFinder
 class BlogsStatsUserFinderImpl
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsStatsUserFinder
static BlogsStatsUserFinder BlogsStatsUserFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsStatsUserFinder
 void BlogsStatsUserFinderUtil.setFinder(BlogsStatsUserFinder finder)
           
 

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

Fields in com.liferay.portlet.ratings.service.base declared as BlogsStatsUserFinder
protected  BlogsStatsUserFinder RatingsEntryServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder RatingsEntryLocalServiceBaseImpl.blogsStatsUserFinder
           
 

Methods in com.liferay.portlet.ratings.service.base that return BlogsStatsUserFinder
 BlogsStatsUserFinder RatingsEntryServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 BlogsStatsUserFinder RatingsEntryLocalServiceBaseImpl.getBlogsStatsUserFinder()
          Gets the blogs stats user finder.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type BlogsStatsUserFinder
 void RatingsEntryServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void RatingsEntryLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 


Liferay 6.0.5