Liferay 6.1.2-ce-ga3

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

Packages that use BlogsStatsUser
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.blogs.service.persistence   
 

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

Methods in com.liferay.portal.tools.samplesqlbuilder that return BlogsStatsUser
 BlogsStatsUser DataFactory.addBlogsStatsUser(long groupId, long userId)
           
 

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

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

Methods in com.liferay.portlet.blogs.model that return BlogsStatsUser
 BlogsStatsUser BlogsStatsUserWrapper.getWrappedBlogsStatsUser()
          Deprecated. Renamed to BlogsStatsUserWrapper.getWrappedModel()
 BlogsStatsUser BlogsStatsUserWrapper.getWrappedModel()
           
 BlogsStatsUser BlogsStatsUserWrapper.toEscapedModel()
           
 BlogsStatsUser BlogsStatsUserModel.toEscapedModel()
           
 BlogsStatsUser BlogsStatsUserWrapper.toUnescapedModel()
           
 BlogsStatsUser BlogsStatsUserModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.blogs.model that return types with arguments of type BlogsStatsUser
 CacheModel<BlogsStatsUser> BlogsStatsUserWrapper.toCacheModel()
           
 CacheModel<BlogsStatsUser> BlogsStatsUserModel.toCacheModel()
           
 

Methods in com.liferay.portlet.blogs.model with parameters of type BlogsStatsUser
 int BlogsStatsUserWrapper.compareTo(BlogsStatsUser blogsStatsUser)
           
 int BlogsStatsUserModel.compareTo(BlogsStatsUser blogsStatsUser)
           
static BlogsStatsUserSoap BlogsStatsUserSoap.toSoapModel(BlogsStatsUser model)
           
static BlogsStatsUserSoap[] BlogsStatsUserSoap.toSoapModels(BlogsStatsUser[] models)
           
static BlogsStatsUserSoap[][] BlogsStatsUserSoap.toSoapModels(BlogsStatsUser[][] models)
           
 

Method parameters in com.liferay.portlet.blogs.model with type arguments of type BlogsStatsUser
static BlogsStatsUserSoap[] BlogsStatsUserSoap.toSoapModels(List<BlogsStatsUser> models)
           
 

Constructors in com.liferay.portlet.blogs.model with parameters of type BlogsStatsUser
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
           
 

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

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

Methods in com.liferay.portlet.blogs.model.impl that return BlogsStatsUser
 BlogsStatsUser BlogsStatsUserCacheModel.toEntityModel()
           
 BlogsStatsUser BlogsStatsUserModelImpl.toEscapedModel()
           
 BlogsStatsUser BlogsStatsUserModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.blogs.model.impl that return types with arguments of type BlogsStatsUser
 CacheModel<BlogsStatsUser> BlogsStatsUserModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.blogs.model.impl with parameters of type BlogsStatsUser
 int BlogsStatsUserModelImpl.compareTo(BlogsStatsUser blogsStatsUser)
           
 

Uses of BlogsStatsUser in com.liferay.portlet.blogs.service
 

Methods in com.liferay.portlet.blogs.service that return BlogsStatsUser
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.createBlogsStatsUser(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalService.createBlogsStatsUser(long statsUserId)
          Creates a new blogs stats user with the primary key.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.createBlogsStatsUser(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.fetchBlogsStatsUser(long statsUserId)
           
 BlogsStatsUser BlogsStatsUserLocalService.fetchBlogsStatsUser(long statsUserId)
           
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.fetchBlogsStatsUser(long statsUserId)
           
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalService.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.getStatsUser(long groupId, long userId)
           
 BlogsStatsUser BlogsStatsUserLocalService.getStatsUser(long groupId, long userId)
           
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.getStatsUser(long groupId, long userId)
           
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.blogs.service that return types with arguments of type BlogsStatsUser
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getBlogsStatsUsers(int start, int end)
          Returns a range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserLocalService.getBlogsStatsUsers(int start, int end)
          Returns a range of all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getBlogsStatsUsers(int start, int end)
          Returns a range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.blogs.service with parameters of type BlogsStatsUser
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 void BlogsStatsUserLocalServiceWrapper.deleteStatsUser(BlogsStatsUser statsUsers)
           
 void BlogsStatsUserLocalService.deleteStatsUser(BlogsStatsUser statsUsers)
           
static void BlogsStatsUserLocalServiceUtil.deleteStatsUser(BlogsStatsUser statsUsers)
           
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.blogs.service.base that return BlogsStatsUser
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.createBlogsStatsUser(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.fetchBlogsStatsUser(long statsUserId)
           
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.blogs.service.base that return types with arguments of type BlogsStatsUser
 List<BlogsStatsUser> BlogsStatsUserLocalServiceBaseImpl.getBlogsStatsUsers(int start, int end)
          Returns a range of all the blogs stats users.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsStatsUser
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 

Uses of BlogsStatsUser in com.liferay.portlet.blogs.service.impl
 

Methods in com.liferay.portlet.blogs.service.impl that return BlogsStatsUser
 BlogsStatsUser BlogsStatsUserLocalServiceImpl.getStatsUser(long groupId, long userId)
           
 

Methods in com.liferay.portlet.blogs.service.impl that return types with arguments of type BlogsStatsUser
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceImpl.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.blogs.service.impl with parameters of type BlogsStatsUser
 void BlogsStatsUserLocalServiceImpl.deleteStatsUser(BlogsStatsUser statsUsers)
           
 

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

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsStatsUser
 BlogsStatsUser BlogsStatsUserPersistence.create(long statsUserId)
          Creates a new blogs stats user with the primary key.
static BlogsStatsUser BlogsStatsUserUtil.create(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.create(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_U(long groupId, long userId)
          Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found.
static BlogsStatsUser BlogsStatsUserUtil.fetchByG_U(long groupId, long userId)
          Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByG_U(long groupId, long userId)
          Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
          Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
static BlogsStatsUser BlogsStatsUserUtil.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
          Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
          Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or returns null if it could not be found.
static BlogsStatsUser BlogsStatsUserUtil.fetchByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or returns null if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or returns null if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the blogs stats user with the primary key or returns null if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.findByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByC_NotE_First(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.findByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByC_NotE_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByC_NotE_PrevAndNext(long statsUserId, long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByC_NotE_PrevAndNext(long statsUserId, long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser[] BlogsStatsUserPersistenceImpl.findByC_NotE_PrevAndNext(long statsUserId, long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.findByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByG_NotE_First(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser BlogsStatsUserUtil.findByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByG_NotE_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByG_NotE_PrevAndNext(long statsUserId, long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByG_NotE_PrevAndNext(long statsUserId, long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser[] BlogsStatsUserPersistenceImpl.findByG_NotE_PrevAndNext(long statsUserId, long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByG_U(long groupId, long userId)
          Returns the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found.
static BlogsStatsUser BlogsStatsUserUtil.findByG_U(long groupId, long userId)
          Returns the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByG_U(long groupId, long userId)
          Returns the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistenceImpl.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found.
static BlogsStatsUser BlogsStatsUserUtil.findByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the blogs stats user with the primary key or throws a NoSuchModelException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistence.findByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByU_L_First(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByU_L_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByU_L_PrevAndNext(long statsUserId, long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByU_L_PrevAndNext(long statsUserId, long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser[] BlogsStatsUserPersistenceImpl.findByU_L_PrevAndNext(long statsUserId, long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser BlogsStatsUserUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?.
static BlogsStatsUser[] BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser[] BlogsStatsUserPersistenceImpl.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
          Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?.
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByC_NotE_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long companyId, int entryCount, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByG_NotE_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long groupId, int entryCount, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByU_L_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long userId, Date lastPostDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long userId, OrderByComparator orderByComparator, boolean previous)
           
 BlogsStatsUser BlogsStatsUserPersistence.remove(long statsUserId)
          Removes the blogs stats user with the primary key from the database.
static BlogsStatsUser BlogsStatsUserUtil.remove(long statsUserId)
          Removes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.remove(long statsUserId)
          Removes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.remove(Serializable primaryKey)
          Removes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserPersistence.removeByG_U(long groupId, long userId)
          Removes the blogs stats user where groupId = ? and userId = ? from the database.
static BlogsStatsUser BlogsStatsUserUtil.removeByG_U(long groupId, long userId)
          Removes the blogs stats user where groupId = ? and userId = ? from the database.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.removeByG_U(long groupId, long userId)
          Removes the blogs stats user where groupId = ? and userId = ? from the database.
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.removeImpl(BlogsStatsUser blogsStatsUser)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.toUnwrappedModel(BlogsStatsUser blogsStatsUser)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser, boolean merge)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser, boolean merge, ServiceContext serviceContext)
           
 BlogsStatsUser BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser, boolean merge)
           
static BlogsStatsUser BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser, boolean merge)
           
 BlogsStatsUser BlogsStatsUserPersistenceImpl.updateImpl(BlogsStatsUser blogsStatsUser, boolean merge)
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return types with arguments of type BlogsStatsUser
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll()
          Returns all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll()
          Returns all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findAll()
          Returns all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll(int start, int end)
          Returns a range of all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll(int start, int end)
          Returns a range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findAll(int start, int end)
          Returns a range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByC_NotE(long companyId, int entryCount)
          Returns all the blogs stats users where companyId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByC_NotE(long companyId, int entryCount)
          Returns all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId, int entryCount)
          Returns all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByC_NotE(long companyId, int entryCount, int start, int end)
          Returns a range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByC_NotE(long companyId, int entryCount, int start, int end)
          Returns a range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId, int entryCount, int start, int end)
          Returns a range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByG_NotE(long groupId, int entryCount)
          Returns all the blogs stats users where groupId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByG_NotE(long groupId, int entryCount)
          Returns all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId, int entryCount)
          Returns all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByG_NotE(long groupId, int entryCount, int start, int end)
          Returns a range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByG_NotE(long groupId, int entryCount, int start, int end)
          Returns a range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId, int entryCount, int start, int end)
          Returns a range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId, int entryCount, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId)
          Returns all the blogs stats users where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByGroupId(long groupId)
          Returns all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByGroupId(long groupId)
          Returns all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs stats users where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where groupId = ?.
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByGroupIds(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByGroupIds(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserFinderImpl.findByGroupIds(long companyId, long groupId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinderImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinderImpl.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByU_L(long userId, Date lastPostDate)
          Returns all the blogs stats users where userId = ? and lastPostDate = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByU_L(long userId, Date lastPostDate)
          Returns all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByU_L(long userId, Date lastPostDate)
          Returns all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByU_L(long userId, Date lastPostDate, int start, int end)
          Returns a range of all the blogs stats users where userId = ? and lastPostDate = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByU_L(long userId, Date lastPostDate, int start, int end)
          Returns a range of all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByU_L(long userId, Date lastPostDate, int start, int end)
          Returns a range of all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByU_L(long userId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByUserId(long userId)
          Returns all the blogs stats users where userId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByUserId(long userId)
          Returns all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByUserId(long userId)
          Returns all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the blogs stats users where userId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users where userId = ?.
static List<BlogsStatsUser> BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<BlogsStatsUser> BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsStatsUser
 void BlogsStatsUserPersistence.cacheResult(BlogsStatsUser blogsStatsUser)
          Caches the blogs stats user in the entity cache if it is enabled.
static void BlogsStatsUserUtil.cacheResult(BlogsStatsUser blogsStatsUser)
          Caches the blogs stats user in the entity cache if it is enabled.
 void BlogsStatsUserPersistenceImpl.cacheResult(BlogsStatsUser blogsStatsUser)
          Caches the blogs stats user in the entity cache if it is enabled.
protected  void BlogsStatsUserPersistenceImpl.cacheUniqueFindersCache(BlogsStatsUser blogsStatsUser)
           
static void BlogsStatsUserUtil.clearCache(BlogsStatsUser blogsStatsUser)
           
 void BlogsStatsUserPersistenceImpl.clearCache(BlogsStatsUser blogsStatsUser)
          Clears the cache for the blogs stats user.
protected  void BlogsStatsUserPersistenceImpl.clearUniqueFindersCache(BlogsStatsUser blogsStatsUser)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByC_NotE_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long companyId, int entryCount, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByG_NotE_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long groupId, int entryCount, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByU_L_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long userId, Date lastPostDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session, BlogsStatsUser blogsStatsUser, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.removeImpl(BlogsStatsUser blogsStatsUser)
           
protected  BlogsStatsUser BlogsStatsUserPersistenceImpl.toUnwrappedModel(BlogsStatsUser blogsStatsUser)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser, boolean merge)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser, boolean merge, ServiceContext serviceContext)
           
 BlogsStatsUser BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser, boolean merge)
           
static BlogsStatsUser BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser, boolean merge)
           
 BlogsStatsUser BlogsStatsUserPersistenceImpl.updateImpl(BlogsStatsUser blogsStatsUser, boolean merge)
           
 

Method parameters in com.liferay.portlet.blogs.service.persistence with type arguments of type BlogsStatsUser
 void BlogsStatsUserPersistence.cacheResult(List<BlogsStatsUser> blogsStatsUsers)
          Caches the blogs stats users in the entity cache if it is enabled.
static void BlogsStatsUserUtil.cacheResult(List<BlogsStatsUser> blogsStatsUsers)
          Caches the blogs stats users in the entity cache if it is enabled.
 void BlogsStatsUserPersistenceImpl.cacheResult(List<BlogsStatsUser> blogsStatsUsers)
          Caches the blogs stats users in the entity cache if it is enabled.
 void BlogsStatsUserPersistenceImpl.clearCache(List<BlogsStatsUser> blogsStatsUsers)
           
 


Liferay 6.1.2-ce-ga3