Liferay 6.1.2-ce-ga3

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

Packages that use BlogsStatsUserFinder
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.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 GroupServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder GroupLocalServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder UserLocalServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder UserServiceBaseImpl.blogsStatsUserFinder
           
 

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

Methods in com.liferay.portal.service.base with parameters of type BlogsStatsUserFinder
 void GroupServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void GroupLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void UserLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void UserServiceBaseImpl.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 BlogsEntryServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder BlogsEntryLocalServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder BlogsStatsUserLocalServiceBaseImpl.blogsStatsUserFinder
           
 

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

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsStatsUserFinder
 void BlogsEntryServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void BlogsEntryLocalServiceBaseImpl.setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void BlogsStatsUserLocalServiceBaseImpl.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 RatingsEntryLocalServiceBaseImpl.blogsStatsUserFinder
           
protected  BlogsStatsUserFinder RatingsEntryServiceBaseImpl.blogsStatsUserFinder
           
 

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

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


Liferay 6.1.2-ce-ga3