Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.blogs.model.BlogsStatsUserModel

Packages that use BlogsStatsUserModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
 

Uses of BlogsStatsUserModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return BlogsStatsUserModel
 BlogsStatsUserModel DataFactory.newBlogsStatsUserModel(long groupId)
           
 

Uses of BlogsStatsUserModel in com.liferay.portlet.blogs.model
 

Subinterfaces of BlogsStatsUserModel in com.liferay.portlet.blogs.model
 interface BlogsStatsUser
          The extended model interface for the BlogsStatsUser service.
 

Classes in com.liferay.portlet.blogs.model that implement BlogsStatsUserModel
 class BlogsStatsUserWrapper
           This class is a wrapper for BlogsStatsUser.
 

Uses of BlogsStatsUserModel in com.liferay.portlet.blogs.model.impl
 

Classes in com.liferay.portlet.blogs.model.impl that implement BlogsStatsUserModel
 class BlogsStatsUserBaseImpl
          The extended model base implementation for the BlogsStatsUser service.
 class BlogsStatsUserImpl
           
 class BlogsStatsUserModelImpl
          The base model implementation for the BlogsStatsUser service.
 


Liferay 6.2-ce-ga5