|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. 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.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.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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[] |
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 |
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 |
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[] |
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 |
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 |
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 |
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[] |
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 |
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 |
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 |
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[] |
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 |
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 |
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[] |
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 |
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 |
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. |
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)
|
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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 = ?. |
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)
|
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)
|
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> |
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> |
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> |
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> |
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> |
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> |
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 = ?. |
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. |
static void |
BlogsStatsUserUtil.clearCache(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)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |