|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
MBThread[] |
MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
MBThread[] |
MBThreadPersistenceImpl.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
MBThread |
MBThreadPersistence.findByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistenceImpl.findByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistenceImpl.findByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread[] |
MBThreadPersistence.findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current 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)
Returns 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)
Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistenceImpl.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.findByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns 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)
Returns the first 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)
Returns the last 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)
Returns 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)
Returns the last 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)
Returns 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_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns 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)
Returns 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_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistenceImpl.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns 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_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns 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)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns 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)
Returns the first 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)
Returns the last 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)
Returns 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)
Returns the last 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)
Returns 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_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns 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)
Returns 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_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistenceImpl.findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistenceImpl.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns 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_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns 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)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns 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)
Returns the first 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)
Returns the last 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)
Returns 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)
Returns the last 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)
Returns 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_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns 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)
Returns 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_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current 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)
Returns 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)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread[] |
MBThreadPersistence.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?. |
static MBThread[] |
MBThreadUtil.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns 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)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistenceImpl.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistenceImpl.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread[] |
MBThreadPersistence.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread[] |
MBThreadUtil.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread[] |
MBThreadPersistenceImpl.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found. |
static MBThread |
MBThreadUtil.findByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistenceImpl.findByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistence.findByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found. |
static MBThread |
MBThreadUtil.findByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistenceImpl.findByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistence.remove(long threadId)
Removes the message boards thread with the primary key from the database. |
static MBThread |
MBThreadUtil.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. |
MBThread |
MBThreadPersistenceImpl.remove(Serializable primaryKey)
Removes the message boards thread with the primary key from the database. |
MBThread |
MBThreadPersistence.removeByRootMessageId(long rootMessageId)
Removes the message boards thread where rootMessageId = ? from the database. |
static MBThread |
MBThreadUtil.removeByRootMessageId(long rootMessageId)
Removes the message boards thread where rootMessageId = ? from the database. |
MBThread |
MBThreadPersistenceImpl.removeByRootMessageId(long rootMessageId)
Removes the message boards thread where rootMessageId = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |