|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchStatsUserException | |
---|---|
com.liferay.portlet.messageboards.service.persistence |
Uses of NoSuchStatsUserException in com.liferay.portlet.messageboards.service.persistence |
---|
Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchStatsUserException | |
---|---|
static MBStatsUser |
MBStatsUserUtil.findByG_NotM_First(long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotM_First(long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByG_NotM_First(long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotM_Last(long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotM_Last(long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByG_NotM_Last(long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByG_NotM_PrevAndNext(long statsUserId,
long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByG_NotM_PrevAndNext(long statsUserId,
long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
MBStatsUser[] |
MBStatsUserPersistenceImpl.findByG_NotM_PrevAndNext(long statsUserId,
long groupId,
int messageCount,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_U(long groupId,
long userId)
Finds the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByG_U(long groupId,
long userId)
Finds the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByG_U(long groupId,
long userId)
Finds the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
MBStatsUser[] |
MBStatsUserPersistenceImpl.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByPrimaryKey(long statsUserId)
Finds the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByPrimaryKey(long statsUserId)
Finds the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByPrimaryKey(long statsUserId)
Finds the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
MBStatsUser[] |
MBStatsUserPersistenceImpl.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Finds the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserPersistence.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserPersistenceImpl.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
static void |
MBStatsUserUtil.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
void |
MBStatsUserPersistence.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
void |
MBStatsUserPersistenceImpl.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |