Package | Description |
---|---|
com.liferay.blogs.kernel.model | |
com.liferay.blogs.kernel.service | |
com.liferay.blogs.kernel.service.persistence | |
com.liferay.blogs.kernel.util.comparator |
Modifier and Type | Class and Description |
---|---|
class |
BlogsStatsUserWrapper
This class is a wrapper for
BlogsStatsUser . |
Modifier and Type | Field and Description |
---|---|
static Accessor<BlogsStatsUser,Long> |
BlogsStatsUser.STATS_USER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
BlogsStatsUser |
BlogsStatsUserWrapper.getWrappedModel() |
BlogsStatsUser |
BlogsStatsUserWrapper.toEscapedModel() |
BlogsStatsUser |
BlogsStatsUserModel.toEscapedModel() |
BlogsStatsUser |
BlogsStatsUserWrapper.toUnescapedModel() |
BlogsStatsUser |
BlogsStatsUserModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<BlogsStatsUser> |
BlogsStatsUserWrapper.toCacheModel() |
CacheModel<BlogsStatsUser> |
BlogsStatsUserModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static BlogsStatsUserSoap[] |
BlogsStatsUserSoap.toSoapModels(List<BlogsStatsUser> models) |
Constructor and Description |
---|
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
Modifier and Type | Method and Description |
---|---|
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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,BlogsStatsUser> |
BlogsStatsUserUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,BlogsStatsUser> |
BlogsStatsUserPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where groupId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where userId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByU_L_First(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?.
|
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where groupId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where groupId = ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?.
|
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> 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<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where userId = ?.
|
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs stats users where userId = ?.
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
int |
StatsUserLastPostDateComparator.compare(BlogsStatsUser statsUser1,
BlogsStatsUser statsUser2) |