Package | Description |
---|---|
com.liferay.blogs.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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_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_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_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_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.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.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_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_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_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_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_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_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<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last 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_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.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.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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<BlogsStatsUser> 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<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.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.findByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?.
|
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_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last 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_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.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.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.
|