Liferay 6.0.5

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

Packages that use NoSuchThreadException
com.liferay.portlet.messageboards.service.persistence   
 

Uses of NoSuchThreadException in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchThreadException
static MBThread MBThreadUtil.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread[] MBThreadUtil.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistenceImpl.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistence.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards thread in the ordered set where groupId = ?.
static MBThread[] MBThreadUtil.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistence.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistenceImpl.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByPrimaryKey(long threadId)
          Finds the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistence.findByPrimaryKey(long threadId)
          Finds the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistenceImpl.findByPrimaryKey(long threadId)
          Finds the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found.
static MBThread MBThreadUtil.remove(long threadId)
          Removes the message boards thread with the primary key from the database.
 MBThread MBThreadPersistence.remove(long threadId)
          Removes the message boards thread with the primary key from the database.
 MBThread MBThreadPersistenceImpl.remove(long threadId)
          Removes the message boards thread with the primary key from the database.
 


Liferay 6.0.5