|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface MBThreadPersistence
The persistence interface for the message boards thread service.
Caching information and settings can be found in portal.properties
MBThreadPersistenceImpl
,
MBThreadUtil
Method Summary | |
---|---|
abstract void |
cacheResult(List<MBThread> mbThreads)
Caches the message boards threads in the entity cache if it is enabled. |
abstract void |
cacheResult(MBThread mbThread)
Caches the message boards thread in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of message boards threads. |
abstract int |
countByC_P(long categoryId,
double priority)
Returns the number of message boards threads where categoryId = ? and priority = ?. |
abstract int |
countByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns the number of message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract int |
countByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract int |
countByG_C_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
abstract int |
countByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = any ? and status = ?. |
abstract int |
countByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = ? and status = ?. |
abstract int |
countByG_C(long groupId,
long categoryId)
Returns the number of message boards threads where groupId = ? and categoryId = ?. |
abstract int |
countByG_C(long groupId,
long[] categoryIds)
Returns the number of message boards threads where groupId = ? and categoryId = any ?. |
abstract int |
countByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract int |
countByG_NotC_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
abstract int |
countByG_NotC(long groupId,
long categoryId)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ?. |
abstract int |
countByG_S(long groupId,
int status)
Returns the number of message boards threads where groupId = ? and status = ?. |
abstract int |
countByGroupId(long groupId)
Returns the number of message boards threads where groupId = ?. |
abstract int |
countByL_P(Date lastPostDate,
double priority)
Returns the number of message boards threads where lastPostDate = ? and priority = ?. |
abstract int |
countByRootMessageId(long rootMessageId)
Returns the number of message boards threads where rootMessageId = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of message boards threads where uuid = ? and companyId = ?. |
abstract int |
countByUUID_G(String uuid,
long groupId)
Returns the number of message boards threads where uuid = ? and groupId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of message boards threads where uuid = ?. |
abstract MBThread |
create(long threadId)
Creates a new message boards thread with the primary key. |
abstract MBThread |
fetchByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
abstract MBThread |
fetchByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
abstract MBThread |
fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
abstract MBThread |
fetchByG_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 = ?. |
abstract MBThread |
fetchByG_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 = ?. |
abstract MBThread |
fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
abstract MBThread |
fetchByG_C_NotS_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 ≠ ?. |
abstract MBThread |
fetchByG_C_NotS_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 ≠ ?. |
abstract MBThread |
fetchByG_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 = ?. |
abstract MBThread |
fetchByG_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 = ?. |
abstract MBThread |
fetchByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
abstract MBThread |
fetchByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
abstract MBThread |
fetchByG_NotC_NotS_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 ≠ ?. |
abstract MBThread |
fetchByG_NotC_NotS_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 ≠ ?. |
abstract MBThread |
fetchByG_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 = ?. |
abstract MBThread |
fetchByG_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 = ?. |
abstract MBThread |
fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
abstract MBThread |
fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
abstract MBThread |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
abstract MBThread |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
abstract MBThread |
fetchByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
abstract MBThread |
fetchByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
abstract MBThread |
fetchByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or returns null if it could not be found. |
abstract MBThread |
fetchByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or returns null if it could not be found. |
abstract MBThread |
fetchByRootMessageId(long rootMessageId,
boolean retrieveFromCache)
Returns the message boards thread where rootMessageId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract MBThread |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?. |
abstract MBThread |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?. |
abstract MBThread |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?. |
abstract MBThread |
fetchByUUID_G(String uuid,
long groupId)
Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract MBThread |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract MBThread |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?. |
abstract int |
filterCountByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract int |
filterCountByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract int |
filterCountByG_C_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
abstract int |
filterCountByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
abstract int |
filterCountByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
abstract int |
filterCountByG_C(long groupId,
long categoryId)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
abstract int |
filterCountByG_C(long groupId,
long[] categoryIds)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
abstract int |
filterCountByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract int |
filterCountByG_NotC_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
abstract int |
filterCountByG_NotC(long groupId,
long categoryId)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
abstract int |
filterCountByG_S(long groupId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and status = ?. |
abstract int |
filterCountByGroupId(long groupId)
Returns the number of message boards threads that the user has permission to view where groupId = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract List<MBThread> |
filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract List<MBThread> |
filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract MBThread[] |
filterFindByG_C_NotS_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 ≠ ?. |
abstract List<MBThread> |
filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_C_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?. |
abstract MBThread[] |
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 = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
filterFindByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
abstract List<MBThread> |
filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
abstract List<MBThread> |
filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
abstract List<MBThread> |
filterFindByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
abstract List<MBThread> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
abstract List<MBThread> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
abstract List<MBThread> |
filterFindByG_C(long groupId,
long categoryId)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
abstract List<MBThread> |
filterFindByG_C(long groupId,
long[] categoryIds)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
abstract List<MBThread> |
filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
abstract List<MBThread> |
filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
abstract List<MBThread> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
abstract List<MBThread> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?. |
abstract MBThread[] |
filterFindByG_NotC_NotS_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 ≠ ?. |
abstract List<MBThread> |
filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract List<MBThread> |
filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract MBThread[] |
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 ≠ ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
filterFindByG_NotC_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
abstract List<MBThread> |
filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
abstract List<MBThread> |
filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?. |
abstract List<MBThread> |
filterFindByG_NotC(long groupId,
long categoryId)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
abstract List<MBThread> |
filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
abstract List<MBThread> |
filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
filterFindByG_S(long groupId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and status = ?. |
abstract List<MBThread> |
filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and status = ?. |
abstract List<MBThread> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
filterFindByGroupId(long groupId)
Returns all the message boards threads that the user has permission to view where groupId = ?. |
abstract List<MBThread> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ?. |
abstract List<MBThread> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?. |
abstract List<MBThread> |
findAll()
Returns all the message boards threads. |
abstract List<MBThread> |
findAll(int start,
int end)
Returns a range of all the message boards threads. |
abstract List<MBThread> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads. |
abstract MBThread |
findByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
abstract MBThread |
findByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByC_P(long categoryId,
double priority)
Returns all the message boards threads where categoryId = ? and priority = ?. |
abstract List<MBThread> |
findByC_P(long categoryId,
double priority,
int start,
int end)
Returns a range of all the message boards threads where categoryId = ? and priority = ?. |
abstract List<MBThread> |
findByC_P(long categoryId,
double priority,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?. |
abstract MBThread |
findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
abstract MBThread |
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 = ?. |
abstract MBThread |
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 = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract List<MBThread> |
findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract List<MBThread> |
findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
abstract MBThread |
findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
abstract MBThread |
findByG_C_NotS_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 ≠ ?. |
abstract MBThread |
findByG_C_NotS_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 ≠ ?. |
abstract MBThread[] |
findByG_C_NotS_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 ≠ ?. |
abstract List<MBThread> |
findByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract List<MBThread> |
findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract List<MBThread> |
findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
abstract List<MBThread> |
findByG_C_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
abstract List<MBThread> |
findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
abstract List<MBThread> |
findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
abstract MBThread[] |
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 = ?. |
abstract MBThread |
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 = ?. |
abstract MBThread |
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 = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
abstract List<MBThread> |
findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
abstract List<MBThread> |
findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
abstract List<MBThread> |
findByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
abstract List<MBThread> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
abstract List<MBThread> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
abstract List<MBThread> |
findByG_C(long groupId,
long categoryId)
Returns all the message boards threads where groupId = ? and categoryId = ?. |
abstract List<MBThread> |
findByG_C(long groupId,
long[] categoryIds)
Returns all the message boards threads where groupId = ? and categoryId = any ?. |
abstract List<MBThread> |
findByG_C(long groupId,
long[] categoryIds,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ?. |
abstract List<MBThread> |
findByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?. |
abstract List<MBThread> |
findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ?. |
abstract List<MBThread> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?. |
abstract MBThread |
findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
abstract MBThread |
findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
abstract MBThread |
findByG_NotC_NotS_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 ≠ ?. |
abstract MBThread |
findByG_NotC_NotS_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 ≠ ?. |
abstract MBThread[] |
findByG_NotC_NotS_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 ≠ ?. |
abstract List<MBThread> |
findByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract List<MBThread> |
findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract List<MBThread> |
findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
abstract MBThread[] |
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 ≠ ?. |
abstract MBThread |
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 = ?. |
abstract MBThread |
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 = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByG_NotC_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
abstract List<MBThread> |
findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
abstract List<MBThread> |
findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
abstract List<MBThread> |
findByG_NotC(long groupId,
long categoryId)
Returns all the message boards threads where groupId = ? and categoryId ≠ ?. |
abstract List<MBThread> |
findByG_NotC(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
abstract List<MBThread> |
findByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
abstract MBThread |
findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
abstract MBThread |
findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByG_S(long groupId,
int status)
Returns all the message boards threads where groupId = ? and status = ?. |
abstract List<MBThread> |
findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and status = ?. |
abstract List<MBThread> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and status = ?. |
abstract MBThread |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
abstract MBThread |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByGroupId(long groupId)
Returns all the message boards threads where groupId = ?. |
abstract List<MBThread> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ?. |
abstract List<MBThread> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ?. |
abstract MBThread |
findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
abstract MBThread |
findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
abstract MBThread[] |
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 = ?. |
abstract List<MBThread> |
findByL_P(Date lastPostDate,
double priority)
Returns all the message boards threads where lastPostDate = ? and priority = ?. |
abstract List<MBThread> |
findByL_P(Date lastPostDate,
double priority,
int start,
int end)
Returns a range of all the message boards threads where lastPostDate = ? and priority = ?. |
abstract List<MBThread> |
findByL_P(Date lastPostDate,
double priority,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?. |
abstract MBThread |
findByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found. |
abstract MBThread |
findByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found. |
abstract MBThread |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?. |
abstract MBThread |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?. |
abstract MBThread[] |
findByUuid_C_PrevAndNext(long threadId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?. |
abstract List<MBThread> |
findByUuid_C(String uuid,
long companyId)
Returns all the message boards threads where uuid = ? and companyId = ?. |
abstract List<MBThread> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards threads where uuid = ? and companyId = ?. |
abstract List<MBThread> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?. |
abstract MBThread |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?. |
abstract MBThread |
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. |
abstract MBThread |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?. |
abstract MBThread[] |
findByUuid_PrevAndNext(long threadId,
String uuid,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?. |
abstract List<MBThread> |
findByUuid(String uuid)
Returns all the message boards threads where uuid = ?. |
abstract List<MBThread> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards threads where uuid = ?. |
abstract List<MBThread> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where uuid = ?. |
abstract MBThread |
remove(long threadId)
Removes the message boards thread with the primary key from the database. |
abstract void |
removeAll()
Removes all the message boards threads from the database. |
abstract void |
removeByC_P(long categoryId,
double priority)
Removes all the message boards threads where categoryId = ? and priority = ? from the database. |
abstract void |
removeByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Removes all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ? from the database. |
abstract void |
removeByG_C_NotS(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId = ? and status ≠ ? from the database. |
abstract void |
removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId = ? and status = ? from the database. |
abstract void |
removeByG_C(long groupId,
long categoryId)
Removes all the message boards threads where groupId = ? and categoryId = ? from the database. |
abstract void |
removeByG_NotC_NotS(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ? from the database. |
abstract void |
removeByG_NotC_S(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? and status = ? from the database. |
abstract void |
removeByG_NotC(long groupId,
long categoryId)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? from the database. |
abstract void |
removeByG_S(long groupId,
int status)
Removes all the message boards threads where groupId = ? and status = ? from the database. |
abstract void |
removeByGroupId(long groupId)
Removes all the message boards threads where groupId = ? from the database. |
abstract void |
removeByL_P(Date lastPostDate,
double priority)
Removes all the message boards threads where lastPostDate = ? and priority = ? from the database. |
abstract MBThread |
removeByRootMessageId(long rootMessageId)
Removes the message boards thread where rootMessageId = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the message boards threads where uuid = ? and companyId = ? from the database. |
abstract MBThread |
removeByUUID_G(String uuid,
long groupId)
Removes the message boards thread where uuid = ? and groupId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the message boards threads where uuid = ? from the database. |
abstract MBThread |
updateImpl(MBThread mbThread)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
Method Detail |
---|
List<MBThread> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<MBThread> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threaduuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredMBThread findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchThreadException
NoSuchThreadException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchThreadException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchThreadException
int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredList<MBThread> findByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<MBThread> findByUuid_C(String uuid, long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threaduuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredint countByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<MBThread> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<MBThread> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<MBThread> filterFindByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint filterCountByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredMBThread findByRootMessageId(long rootMessageId) throws SystemException, NoSuchThreadException
NoSuchThreadException
if it could not be found.
rootMessageId
- the root message ID
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByRootMessageId(long rootMessageId) throws SystemException
null
if it could not be found. Uses the finder cache.
rootMessageId
- the root message ID
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByRootMessageId(long rootMessageId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
rootMessageId
- the root message IDretrieveFromCache
- whether to use the finder cache
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread removeByRootMessageId(long rootMessageId) throws SystemException, NoSuchThreadException
rootMessageId
- the root message ID
SystemException
- if a system exception occurred
NoSuchThreadException
int countByRootMessageId(long rootMessageId) throws SystemException
rootMessageId
- the root message ID
SystemException
- if a system exception occurredList<MBThread> findByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBThread> findByG_C(long groupId, long categoryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C(long groupId, long categoryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C(long groupId, long[] categoryIds) throws SystemException
groupId
- the group IDcategoryIds
- the category IDs
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C(long groupId, long[] categoryIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<MBThread> findByG_C(long groupId, long[] categoryIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDs
SystemException
- if a system exception occurredList<MBThread> findByG_C(long groupId, long[] categoryIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredint countByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredint countByG_C(long groupId, long[] categoryIds) throws SystemException
groupId
- the group IDcategoryIds
- the category IDs
SystemException
- if a system exception occurredint filterCountByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredint filterCountByG_C(long groupId, long[] categoryIds) throws SystemException
groupId
- the group IDcategoryIds
- the category IDs
SystemException
- if a system exception occurredList<MBThread> findByG_NotC(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBThread> findByG_NotC(long groupId, long categoryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC(long groupId, long categoryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_NotC(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredint countByG_NotC(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredint filterCountByG_NotC(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBThread> findByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_S(long groupId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_S_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_S(long groupId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredint countByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByC_P(long categoryId, double priority) throws SystemException
categoryId
- the category IDpriority
- the priority
SystemException
- if a system exception occurredList<MBThread> findByC_P(long categoryId, double priority, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
categoryId
- the category IDpriority
- the prioritystart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByC_P(long categoryId, double priority, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
categoryId
- the category IDpriority
- the prioritystart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
categoryId
- the category IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator) throws SystemException
categoryId
- the category IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
categoryId
- the category IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator) throws SystemException
categoryId
- the category IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadcategoryId
- the category IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByC_P(long categoryId, double priority) throws SystemException
categoryId
- the category IDpriority
- the priority
SystemException
- if a system exception occurredint countByC_P(long categoryId, double priority) throws SystemException
categoryId
- the category IDpriority
- the priority
SystemException
- if a system exception occurredList<MBThread> findByL_P(Date lastPostDate, double priority) throws SystemException
lastPostDate
- the last post datepriority
- the priority
SystemException
- if a system exception occurredList<MBThread> findByL_P(Date lastPostDate, double priority, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
lastPostDate
- the last post datepriority
- the prioritystart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
lastPostDate
- the last post datepriority
- the prioritystart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByL_P_First(Date lastPostDate, double priority, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
lastPostDate
- the last post datepriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator orderByComparator) throws SystemException
lastPostDate
- the last post datepriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByL_P_Last(Date lastPostDate, double priority, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
lastPostDate
- the last post datepriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator orderByComparator) throws SystemException
lastPostDate
- the last post datepriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadlastPostDate
- the last post datepriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByL_P(Date lastPostDate, double priority) throws SystemException
lastPostDate
- the last post datepriority
- the priority
SystemException
- if a system exception occurredint countByL_P(Date lastPostDate, double priority) throws SystemException
lastPostDate
- the last post datepriority
- the priority
SystemException
- if a system exception occurredList<MBThread> findByG_C_L(long groupId, long categoryId, Date lastPostDate) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post date
SystemException
- if a system exception occurredList<MBThread> findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post datestart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post datestart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post dateorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post dateorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post dateorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post dateorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post dateorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post date
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post datestart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post datestart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post dateorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_C_L(long groupId, long categoryId, Date lastPostDate) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post date
SystemException
- if a system exception occurredint countByG_C_L(long groupId, long categoryId, Date lastPostDate) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post date
SystemException
- if a system exception occurredint filterCountByG_C_L(long groupId, long categoryId, Date lastPostDate) throws SystemException
groupId
- the group IDcategoryId
- the category IDlastPostDate
- the last post date
SystemException
- if a system exception occurredList<MBThread> findByG_C_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_C_S(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_S(long groupId, long[] categoryIds, int status) throws SystemException
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<MBThread> findByG_C_S(long groupId, long[] categoryIds, int status) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByG_C_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint countByG_C_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint countByG_C_S(long groupId, long[] categoryIds, int status) throws SystemException
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_C_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_C_S(long groupId, long[] categoryIds, int status) throws SystemException
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_C_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_C_NotS(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_NotS(long groupId, long[] categoryIds, int status) throws SystemException
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<MBThread> findByG_C_NotS(long groupId, long[] categoryIds, int status) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryIds
- the category IDsstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByG_C_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint countByG_C_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint countByG_C_NotS(long groupId, long[] categoryIds, int status) throws SystemException
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_C_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_C_NotS(long groupId, long[] categoryIds, int status) throws SystemException
groupId
- the group IDcategoryIds
- the category IDsstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_NotC_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_NotC_S(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_NotC_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint countByG_NotC_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_NotC_S(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_NotC_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message boards thread could not be found
SystemException
- if a system exception occurredMBThread[] findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDcategoryId
- the category IDstatus
- the statusstart
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBThread[] filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchThreadException
threadId
- the primary key of the current message boards threadgroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_NotC_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint countByG_NotC_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_NotC_NotS(long groupId, long categoryId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDstatus
- the status
SystemException
- if a system exception occurredvoid cacheResult(MBThread mbThread)
mbThread
- the message boards threadvoid cacheResult(List<MBThread> mbThreads)
mbThreads
- the message boards threadsMBThread create(long threadId)
threadId
- the primary key for the new message boards thread
MBThread remove(long threadId) throws SystemException, NoSuchThreadException
threadId
- the primary key of the message boards thread
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredMBThread updateImpl(MBThread mbThread) throws SystemException
SystemException
MBThread findByPrimaryKey(long threadId) throws SystemException, NoSuchThreadException
NoSuchThreadException
if it could not be found.
threadId
- the primary key of the message boards thread
NoSuchThreadException
- if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredMBThread fetchByPrimaryKey(long threadId) throws SystemException
null
if it could not be found.
threadId
- the primary key of the message boards thread
null
if a message boards thread with the primary key could not be found
SystemException
- if a system exception occurredList<MBThread> findAll() throws SystemException
SystemException
- if a system exception occurredList<MBThread> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)
SystemException
- if a system exception occurredList<MBThread> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MBThreadModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of message boards threadsend
- the upper bound of the range of message boards threads (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |