Package | Description |
---|---|
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
|
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
|
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
|
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
|
MBStatsUser[] |
MBStatsUserPersistence.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
|
static MBStatsUser[] |
MBStatsUserUtil.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?.
|
MBStatsUser |
MBStatsUserPersistence.findByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or throws a
NoSuchStatsUserException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or throws a
NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?.
|
static MBStatsUser |
MBStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?.
|
MBStatsUser |
MBStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?.
|
static MBStatsUser |
MBStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?.
|
MBStatsUser[] |
MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?.
|
static MBStatsUser[] |
MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?.
|
MBStatsUser |
MBStatsUserPersistence.findByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or throws a
NoSuchStatsUserException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or throws a
NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?.
|
static MBStatsUser |
MBStatsUserUtil.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?.
|
MBStatsUser |
MBStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?.
|
static MBStatsUser |
MBStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?.
|
MBStatsUser[] |
MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?.
|
static MBStatsUser[] |
MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?.
|
MBStatsUser |
MBStatsUserPersistence.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database.
|
static MBStatsUser |
MBStatsUserUtil.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database.
|
MBStatsUser |
MBStatsUserPersistence.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database.
|
static MBStatsUser |
MBStatsUserUtil.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database.
|