Package | Description |
---|---|
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
MBThread[] |
MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> 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<MBThread> 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_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
|
MBThread |
MBThreadPersistence.findByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
|
static MBThread |
MBThreadUtil.findByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
|
MBThread |
MBThreadPersistence.findByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
|
static MBThread |
MBThreadUtil.findByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
|
MBThread[] |
MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
|
MBThread |
MBThreadPersistence.findByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
|
static MBThread |
MBThreadUtil.findByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
|
MBThread |
MBThreadPersistence.findByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
|
static MBThread |
MBThreadUtil.findByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
|
MBThread[] |
MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> 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_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?.
|
static MBThread |
MBThreadUtil.findByGroupId_First(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?.
|
MBThread |
MBThreadPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?.
|
static MBThread |
MBThreadUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?.
|
MBThread[] |
MBThreadPersistence.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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<MBThread> 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 |
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 |
MBThreadPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
|
static MBThread |
MBThreadUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
|
MBThread |
MBThreadPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
|
static MBThread |
MBThreadUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
|
MBThread[] |
MBThreadPersistence.findByUuid_C_PrevAndNext(long threadId,
String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
|
static MBThread[] |
MBThreadUtil.findByUuid_C_PrevAndNext(long threadId,
String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
|
MBThread |
MBThreadPersistence.findByUuid_First(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?.
|
static MBThread |
MBThreadUtil.findByUuid_First(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?.
|
MBThread |
MBThreadPersistence.findByUUID_G(String uuid,
long groupId)
Returns the message boards thread where uuid = ? and groupId = ? or throws a
NoSuchThreadException if it could not be found. |
static MBThread |
MBThreadUtil.findByUUID_G(String uuid,
long groupId)
Returns the message boards thread where uuid = ? and groupId = ? or throws a
NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?.
|
static MBThread |
MBThreadUtil.findByUuid_Last(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?.
|
MBThread[] |
MBThreadPersistence.findByUuid_PrevAndNext(long threadId,
String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
|
static MBThread[] |
MBThreadUtil.findByUuid_PrevAndNext(long threadId,
String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
|
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 |
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 |
MBThreadPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message boards thread where uuid = ? and groupId = ? from the database.
|
static MBThread |
MBThreadUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message boards thread where uuid = ? and groupId = ? from the database.
|