Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.messageboards.NoSuchStatsUserException

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
 MBStatsUser MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId, long userId, int messageCount, OrderByComparator 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 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 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 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 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 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 orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where groupId = ?.
 MBStatsUser MBStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
static MBStatsUser MBStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where groupId = ?.
 MBStatsUser[] MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator 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 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 orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards stats user in the ordered set where userId = ?.
 MBStatsUser MBStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
static MBStatsUser MBStatsUserUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards stats user in the ordered set where userId = ?.
 MBStatsUser[] MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator 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 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.
 


Liferay 6.2-ce-ga5