Liferay 6.2-ce-ga5

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

Packages that use BlogsStatsUser
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.persistence   
 

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. As of 6.1.0, replaced by BlogsStatsUserWrapper.getWrappedModel()
 BlogsStatsUser BlogsStatsUserWrapper.getWrappedModel()
           
 BlogsStatsUser BlogsStatsUserModel.toEscapedModel()
           
 BlogsStatsUser BlogsStatsUserWrapper.toEscapedModel()
           
 BlogsStatsUser BlogsStatsUserModel.toUnescapedModel()
           
 BlogsStatsUser BlogsStatsUserWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.blogs.model with parameters of type BlogsStatsUser
 int BlogsStatsUserModel.compareTo(BlogsStatsUser blogsStatsUser)
           
 int BlogsStatsUserWrapper.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.service
 

Methods in com.liferay.portlet.blogs.service that return BlogsStatsUser
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.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.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.createBlogsStatsUser(long statsUserId)
          Creates a new blogs stats user with the primary key.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.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.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.fetchBlogsStatsUser(long statsUserId)
           
 BlogsStatsUser BlogsStatsUserLocalService.fetchBlogsStatsUser(long statsUserId)
           
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.fetchBlogsStatsUser(long statsUserId)
           
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.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.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.getStatsUser(long groupId, long userId)
           
 BlogsStatsUser BlogsStatsUserLocalService.getStatsUser(long groupId, long userId)
           
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.getStatsUser(long groupId, long userId)
           
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.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.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          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
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.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.
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getBlogsStatsUsers(int start, int end)
          Returns a range of all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.blogs.service with parameters of type BlogsStatsUser
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
static void BlogsStatsUserLocalServiceUtil.deleteStatsUser(BlogsStatsUser statsUsers)
           
 void BlogsStatsUserLocalService.deleteStatsUser(BlogsStatsUser statsUsers)
           
 void BlogsStatsUserLocalServiceWrapper.deleteStatsUser(BlogsStatsUser statsUsers)
           
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.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.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          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.persistence
 

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsStatsUser
static BlogsStatsUser BlogsStatsUserUtil.create(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserPersistence.create(long statsUserId)
          Creates a new blogs stats user with the primary key.
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 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_Last(long companyId, int entryCount, OrderByComparator orderByComparator)
          Returns the last 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.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_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_Last(long groupId, int entryCount, OrderByComparator orderByComparator)
          Returns the last 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_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)
          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, 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.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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where groupId = ?.
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 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.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_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_Last(long userId, Date lastPostDate, OrderByComparator orderByComparator)
          Returns the last 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.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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 BlogsStatsUserPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last blogs stats user in the ordered set where userId = ?.
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 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_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_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_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.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.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_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_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_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_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_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_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.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where groupId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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 BlogsStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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[] 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.findByPrimaryKey(long statsUserId)
          Returns the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found.
 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.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_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_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_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_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.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.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first blogs stats user in the ordered set where userId = ?.
 BlogsStatsUser BlogsStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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 BlogsStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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[] 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.remove(long statsUserId)
          Removes the blogs stats user with the primary key from the database.
 BlogsStatsUser BlogsStatsUserPersistence.remove(long statsUserId)
          Removes the blogs stats user with the primary key 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 BlogsStatsUserPersistence.removeByG_U(long groupId, long userId)
          Removes the blogs stats user where groupId = ? and userId = ? from the database.
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser, ServiceContext serviceContext)
           
static BlogsStatsUser BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser)
           
 BlogsStatsUser BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser)
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return types with arguments of type BlogsStatsUser
static List<BlogsStatsUser> BlogsStatsUserUtil.findAll()
          Returns all the blogs stats users.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findAll()
          Returns 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> BlogsStatsUserPersistence.findAll(int start, int end)
          Returns a 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> BlogsStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs stats users.
static List<BlogsStatsUser> BlogsStatsUserUtil.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)
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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.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)
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByGroupId(long groupId)
          Returns all the blogs stats users where groupId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByGroupId(long groupId)
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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 = ?.
 List<BlogsStatsUser> BlogsStatsUserFinder.findByGroupIds(long companyId, long groupId, int start, int end)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByGroupIds(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator obc)
           
 List<BlogsStatsUser> BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds, int start, int end, OrderByComparator obc)
           
static List<BlogsStatsUser> BlogsStatsUserUtil.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)
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByUserId(long userId)
          Returns all the blogs stats users where userId = ?.
 List<BlogsStatsUser> BlogsStatsUserPersistence.findByUserId(long userId)
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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.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
static void BlogsStatsUserUtil.cacheResult(BlogsStatsUser blogsStatsUser)
          Caches the blogs stats user in the entity cache if it is enabled.
 void BlogsStatsUserPersistence.cacheResult(BlogsStatsUser blogsStatsUser)
          Caches the blogs stats user in the entity cache if it is enabled.
static void BlogsStatsUserUtil.clearCache(BlogsStatsUser blogsStatsUser)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser)
           
static BlogsStatsUser BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser, ServiceContext serviceContext)
           
static BlogsStatsUser BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser)
           
 BlogsStatsUser BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser)
           
 

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


Liferay 6.2-ce-ga5