|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface MBMessagePersistence
The persistence interface for the message-boards message service.
Caching information and settings can be found in portal.properties
MBMessagePersistenceImpl
,
MBMessageUtil
Method Summary | |
---|---|
void |
cacheResult(List<MBMessage> mbMessages)
Caches the message-boards messages in the entity cache if it is enabled. |
void |
cacheResult(MBMessage mbMessage)
Caches the message-boards message in the entity cache if it is enabled. |
int |
countAll()
Returns the number of message-boards messages. |
int |
countByC_C_S(long classNameId,
long classPK,
int status)
Returns the number of message-boards messages where classNameId = ? and classPK = ? and status = ?. |
int |
countByC_C(long classNameId,
long classPK)
Returns the number of message-boards messages where classNameId = ? and classPK = ?. |
int |
countByC_S(long companyId,
int status)
Returns the number of message-boards messages where companyId = ? and status = ?. |
int |
countByCompanyId(long companyId)
Returns the number of message-boards messages where companyId = ?. |
int |
countByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and status = ?. |
int |
countByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
int |
countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
int |
countByG_C_T(long groupId,
long categoryId,
long threadId)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
int |
countByG_C(long groupId,
long categoryId)
Returns the number of message-boards messages where groupId = ? and categoryId = ?. |
int |
countByG_S(long groupId,
int status)
Returns the number of message-boards messages where groupId = ? and status = ?. |
int |
countByG_U_S(long groupId,
long userId,
int status)
Returns the number of message-boards messages where groupId = ? and userId = ? and status = ?. |
int |
countByG_U(long groupId,
long userId)
Returns the number of message-boards messages where groupId = ? and userId = ?. |
int |
countByGroupId(long groupId)
Returns the number of message-boards messages where groupId = ?. |
int |
countByT_A(long threadId,
boolean answer)
Returns the number of message-boards messages where threadId = ? and answer = ?. |
int |
countByT_P(long threadId,
long parentMessageId)
Returns the number of message-boards messages where threadId = ? and parentMessageId = ?. |
int |
countByT_S(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status = ?. |
int |
countByThreadId(long threadId)
Returns the number of message-boards messages where threadId = ?. |
int |
countByThreadReplies(long threadId)
Returns the number of message-boards messages where threadId = ?. |
int |
countByTR_S(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status = ?. |
int |
countByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
int |
countByU_C_C(long userId,
long classNameId,
long classPK)
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
int |
countByU_C_S(long userId,
long[] classNameIds,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = any ? and status = ?. |
int |
countByU_C_S(long userId,
long classNameId,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = ? and status = ?. |
int |
countByU_C(long userId,
long classNameId)
Returns the number of message-boards messages where userId = ? and classNameId = ?. |
int |
countByU_C(long userId,
long[] classNameIds)
Returns the number of message-boards messages where userId = ? and classNameId = any ?. |
int |
countByUserId(long userId)
Returns the number of message-boards messages where userId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of message-boards messages where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of message-boards messages where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of message-boards messages where uuid = ?. |
MBMessage |
create(long messageId)
Creates a new message-boards message with the primary key. |
MBMessage |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
fetchByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
fetchByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
fetchByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
fetchByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
fetchByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
fetchByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
fetchByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
fetchByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
fetchByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or returns null if it could not be found. |
MBMessage |
fetchByT_A_First(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
fetchByT_A_Last(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
fetchByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
fetchByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
fetchByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
fetchByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
fetchByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
fetchByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
fetchByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
fetchByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
fetchByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
fetchByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
fetchByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
fetchByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
fetchByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
fetchByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
fetchByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
fetchByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
fetchByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBMessage |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBMessage |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
fetchByUUID_G(String uuid,
long groupId)
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found. |
MBMessage |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MBMessage |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
int |
filterCountByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
int |
filterCountByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
int |
filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
int |
filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
int |
filterCountByG_C(long groupId,
long categoryId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
int |
filterCountByG_S(long groupId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
int |
filterCountByG_U_S(long groupId,
long userId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
int |
filterCountByG_U(long groupId,
long userId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of message-boards messages that the user has permission to view where groupId = ?. |
MBMessage[] |
filterFindByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
MBMessage[] |
filterFindByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
filterFindByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage[] |
filterFindByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
filterFindByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?. |
MBMessage[] |
filterFindByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
List<MBMessage> |
filterFindByG_S(long groupId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and status = ?. |
List<MBMessage> |
filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and status = ?. |
List<MBMessage> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?. |
MBMessage[] |
filterFindByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
MBMessage[] |
filterFindByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U(long groupId,
long userId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
List<MBMessage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
List<MBMessage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?. |
MBMessage[] |
filterFindByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?. |
List<MBMessage> |
filterFindByGroupId(long groupId)
Returns all the message-boards messages that the user has permission to view where groupId = ?. |
List<MBMessage> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ?. |
List<MBMessage> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?. |
List<MBMessage> |
findAll()
Returns all the message-boards messages. |
List<MBMessage> |
findAll(int start,
int end)
Returns a range of all the message-boards messages. |
List<MBMessage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages. |
MBMessage |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage[] |
findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status)
Returns all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByC_C(long classNameId,
long classPK)
Returns all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?. |
MBMessage |
findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage[] |
findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?. |
List<MBMessage> |
findByC_S(long companyId,
int status)
Returns all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?. |
MBMessage |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
MBMessage[] |
findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?. |
List<MBMessage> |
findByCompanyId(long companyId)
Returns all the message-boards messages where companyId = ?. |
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message-boards messages where companyId = ?. |
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ?. |
MBMessage |
findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage[] |
findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
findByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
findByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage[] |
findByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage[] |
findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
findByG_C(long groupId,
long categoryId)
Returns all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
MBMessage |
findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage[] |
findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?. |
List<MBMessage> |
findByG_S(long groupId,
int status)
Returns all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?. |
MBMessage |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage[] |
findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage[] |
findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status)
Returns all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
findByG_U(long groupId,
long userId)
Returns all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
MBMessage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBMessage[] |
findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?. |
List<MBMessage> |
findByGroupId(long groupId)
Returns all the message-boards messages where groupId = ?. |
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ?. |
MBMessage |
findByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
MBMessage |
findByT_A_First(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
findByT_A_Last(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage[] |
findByT_A_PrevAndNext(long messageId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?. |
List<MBMessage> |
findByT_A(long threadId,
boolean answer)
Returns all the message-boards messages where threadId = ? and answer = ?. |
List<MBMessage> |
findByT_A(long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and answer = ?. |
List<MBMessage> |
findByT_A(long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?. |
MBMessage |
findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage[] |
findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId)
Returns all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
MBMessage |
findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
List<MBMessage> |
findByT_S(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
MBMessage |
findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
List<MBMessage> |
findByThreadId(long threadId)
Returns all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
MBMessage |
findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
List<MBMessage> |
findByThreadReplies(long threadId)
Returns all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
MBMessage |
findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
List<MBMessage> |
findByTR_S(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
MBMessage |
findByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
findByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage[] |
findByU_C_C_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
findByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
findByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
findByU_C_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByU_C_C(long userId,
long classNameId,
long classPK)
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
List<MBMessage> |
findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
List<MBMessage> |
findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
findByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
findByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage[] |
findByU_C_PrevAndNext(long messageId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
findByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
findByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage[] |
findByU_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
findByU_C_S(long userId,
long[] classNameIds,
int status)
Returns all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
findByU_C_S(long userId,
long classNameId,
int status)
Returns all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
findByU_C(long userId,
long classNameId)
Returns all the message-boards messages where userId = ? and classNameId = ?. |
List<MBMessage> |
findByU_C(long userId,
long[] classNameIds)
Returns all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
findByU_C(long userId,
long[] classNameIds,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
findByU_C(long userId,
long[] classNameIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ?. |
List<MBMessage> |
findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?. |
MBMessage |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBMessage |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBMessage[] |
findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?. |
List<MBMessage> |
findByUserId(long userId)
Returns all the message-boards messages where userId = ?. |
List<MBMessage> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the message-boards messages where userId = ?. |
List<MBMessage> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ?. |
MBMessage |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage[] |
findByUuid_C_PrevAndNext(long messageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?. |
List<MBMessage> |
findByUuid_C(String uuid,
long companyId)
Returns all the message-boards messages where uuid = ? and companyId = ?. |
List<MBMessage> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message-boards messages where uuid = ? and companyId = ?. |
List<MBMessage> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?. |
MBMessage |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
findByUUID_G(String uuid,
long groupId)
Returns the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found. |
MBMessage |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBMessage[] |
findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?. |
List<MBMessage> |
findByUuid(String uuid)
Returns all the message-boards messages where uuid = ?. |
List<MBMessage> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the message-boards messages where uuid = ?. |
List<MBMessage> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ?. |
MBMessage |
remove(long messageId)
Removes the message-boards message with the primary key from the database. |
void |
removeAll()
Removes all the message-boards messages from the database. |
void |
removeByC_C_S(long classNameId,
long classPK,
int status)
Removes all the message-boards messages where classNameId = ? and classPK = ? and status = ? from the database. |
void |
removeByC_C(long classNameId,
long classPK)
Removes all the message-boards messages where classNameId = ? and classPK = ? from the database. |
void |
removeByC_S(long companyId,
int status)
Removes all the message-boards messages where companyId = ? and status = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the message-boards messages where companyId = ? from the database. |
void |
removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and status = ? from the database. |
void |
removeByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ? from the database. |
void |
removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ? from the database. |
void |
removeByG_C_T(long groupId,
long categoryId,
long threadId)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? from the database. |
void |
removeByG_C(long groupId,
long categoryId)
Removes all the message-boards messages where groupId = ? and categoryId = ? from the database. |
void |
removeByG_S(long groupId,
int status)
Removes all the message-boards messages where groupId = ? and status = ? from the database. |
void |
removeByG_U_S(long groupId,
long userId,
int status)
Removes all the message-boards messages where groupId = ? and userId = ? and status = ? from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes all the message-boards messages where groupId = ? and userId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the message-boards messages where groupId = ? from the database. |
void |
removeByT_A(long threadId,
boolean answer)
Removes all the message-boards messages where threadId = ? and answer = ? from the database. |
void |
removeByT_P(long threadId,
long parentMessageId)
Removes all the message-boards messages where threadId = ? and parentMessageId = ? from the database. |
void |
removeByT_S(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status = ? from the database. |
void |
removeByThreadId(long threadId)
Removes all the message-boards messages where threadId = ? from the database. |
void |
removeByThreadReplies(long threadId)
Removes all the message-boards messages where threadId = ? from the database. |
void |
removeByTR_S(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status = ? from the database. |
void |
removeByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ? from the database. |
void |
removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? from the database. |
void |
removeByU_C_S(long userId,
long classNameId,
int status)
Removes all the message-boards messages where userId = ? and classNameId = ? and status = ? from the database. |
void |
removeByU_C(long userId,
long classNameId)
Removes all the message-boards messages where userId = ? and classNameId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the message-boards messages where userId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the message-boards messages where uuid = ? and companyId = ? from the database. |
MBMessage |
removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the message-boards messages where uuid = ? from the database. |
MBMessage |
updateImpl(MBMessage mbMessage)
|
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<MBMessage> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage[] findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message 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 occurredMBMessage findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchMessageException
NoSuchMessageException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchMessageException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchMessageException
int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredList<MBMessage> findByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage[] findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message 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<MBMessage> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage[] findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message 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 occurredList<MBMessage> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<MBMessage> findByCompanyId(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 MBMessageModelImpl
. 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.
companyId
- the company IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByCompanyId(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 MBMessageModelImpl
. 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.
companyId
- the company IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<MBMessage> findByThreadId(long threadId) throws SystemException
threadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> findByThreadId(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByThreadId(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByThreadId_First(long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByThreadId_First(long threadId, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByThreadId_Last(long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagethreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByThreadId(long threadId) throws SystemException
threadId
- the thread ID
SystemException
- if a system exception occurredint countByThreadId(long threadId) throws SystemException
threadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> findByThreadReplies(long threadId) throws SystemException
threadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> findByThreadReplies(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByThreadReplies(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByThreadReplies_First(long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByThreadReplies_First(long threadId, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByThreadReplies_Last(long threadId, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagethreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByThreadReplies(long threadId) throws SystemException
threadId
- the thread ID
SystemException
- if a system exception occurredint countByThreadReplies(long threadId) throws SystemException
threadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> findByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredList<MBMessage> findByUserId(long userId, 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 MBMessageModelImpl
. 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.
userId
- the user IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByUserId(long userId, 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 MBMessageModelImpl
. 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.
userId
- the user IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredint countByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredList<MBMessage> findByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredList<MBMessage> findByG_U(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByG_U(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_U(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_U(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredint countByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredint filterCountByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredList<MBMessage> findByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
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 filterCountByG_C(long groupId, long categoryId) throws SystemException
groupId
- the group IDcategoryId
- the category ID
SystemException
- if a system exception occurredList<MBMessage> findByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_S_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message 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<MBMessage> findByC_S(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByC_S(long companyId, 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 MBMessageModelImpl
. 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.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByC_S(long companyId, 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 MBMessageModelImpl
. 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.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByC_S_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByC_S(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredint countByC_S(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByU_C(long userId, long classNameId) throws SystemException
userId
- the user IDclassNameId
- the class name ID
SystemException
- if a system exception occurredList<MBMessage> findByU_C(long userId, long classNameId, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByU_C(long userId, long classNameId, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> findByU_C(long userId, long[] classNameIds) 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameIds
- the class name IDs
SystemException
- if a system exception occurredList<MBMessage> findByU_C(long userId, long[] classNameIds, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameIds
- the class name IDsstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByU_C(long userId, long[] classNameIds, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameIds
- the class name IDsstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByU_C(long userId, long classNameId) throws SystemException
userId
- the user IDclassNameId
- the class name ID
SystemException
- if a system exception occurredint countByU_C(long userId, long classNameId) throws SystemException
userId
- the user IDclassNameId
- the class name ID
SystemException
- if a system exception occurredint countByU_C(long userId, long[] classNameIds) throws SystemException
userId
- the user IDclassNameIds
- the class name IDs
SystemException
- if a system exception occurredList<MBMessage> findByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredList<MBMessage> findByC_C(long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
classNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByC_C(long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
classNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredint countByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredList<MBMessage> findByT_P(long threadId, long parentMessageId) throws SystemException
threadId
- the thread IDparentMessageId
- the parent message ID
SystemException
- if a system exception occurredList<MBMessage> findByT_P(long threadId, long parentMessageId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDparentMessageId
- the parent message IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByT_P(long threadId, long parentMessageId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDparentMessageId
- the parent message IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDparentMessageId
- the parent message IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDparentMessageId
- the parent message IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDparentMessageId
- the parent message IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDparentMessageId
- the parent message IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagethreadId
- the thread IDparentMessageId
- the parent message IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByT_P(long threadId, long parentMessageId) throws SystemException
threadId
- the thread IDparentMessageId
- the parent message ID
SystemException
- if a system exception occurredint countByT_P(long threadId, long parentMessageId) throws SystemException
threadId
- the thread IDparentMessageId
- the parent message ID
SystemException
- if a system exception occurredList<MBMessage> findByT_A(long threadId, boolean answer) throws SystemException
threadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredList<MBMessage> findByT_A(long threadId, boolean answer, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDanswer
- the answerstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByT_A(long threadId, boolean answer, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDanswer
- the answerstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagethreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByT_A(long threadId, boolean answer) throws SystemException
threadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredint countByT_A(long threadId, boolean answer) throws SystemException
threadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredList<MBMessage> findByT_S(long threadId, int status) throws SystemException
threadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByT_S(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByT_S(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByT_S_First(long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByT_S_First(long threadId, int status, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByT_S_Last(long threadId, int status, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagethreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByT_S(long threadId, int status) throws SystemException
threadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredint countByT_S(long threadId, int status) throws SystemException
threadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByTR_S(long threadId, int status) throws SystemException
threadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByTR_S(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByTR_S(long threadId, 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 MBMessageModelImpl
. 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.
threadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByTR_S_First(long threadId, int status, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator) throws SystemException
threadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagethreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByTR_S(long threadId, int status) throws SystemException
threadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredint countByTR_S(long threadId, int status) throws SystemException
threadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByG_U_S(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByG_U_S(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_U_S(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_U_S(long groupId, long userId, 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 MBMessageModelImpl
. 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 IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint countByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_C_T(long groupId, long categoryId, long threadId) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread ID
SystemException
- if a system exception occurredint countByG_C_T(long groupId, long categoryId, long threadId) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread ID
SystemException
- if a system exception occurredint filterCountByG_C_T(long groupId, long categoryId, long threadId) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread ID
SystemException
- if a system exception occurredList<MBMessage> 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<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage 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 message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> 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<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
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 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 occurredList<MBMessage> findByU_C_C(long userId, long classNameId, long classPK) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredList<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByU_C_C(long userId, long classNameId, long classPK) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredint countByU_C_C(long userId, long classNameId, long classPK) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredList<MBMessage> findByU_C_S(long userId, long classNameId, int status) throws SystemException
userId
- the user IDclassNameId
- the class name IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByU_C_S(long userId, long classNameId, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByU_C_S(long userId, long classNameId, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> findByU_C_S(long userId, long[] classNameIds, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameIds
- the class name IDsstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByU_C_S(long userId, long[] classNameIds, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameIds
- the class name IDsstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByU_C_S(long userId, long[] classNameIds, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameIds
- the class name IDsstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByU_C_S(long userId, long classNameId, int status) throws SystemException
userId
- the user IDclassNameId
- the class name IDstatus
- the status
SystemException
- if a system exception occurredint countByU_C_S(long userId, long classNameId, int status) throws SystemException
userId
- the user IDclassNameId
- the class name IDstatus
- the status
SystemException
- if a system exception occurredint countByU_C_S(long userId, long[] classNameIds, int status) throws SystemException
userId
- the user IDclassNameIds
- the class name IDsstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByC_C_S(long classNameId, long classPK, int status) throws SystemException
classNameId
- the class name IDclassPK
- the class p kstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByC_C_S(long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
classNameId
- the class name IDclassPK
- the class p kstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByC_C_S(long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
classNameId
- the class name IDclassPK
- the class p kstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
classNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
classNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByC_C_S(long classNameId, long classPK, int status) throws SystemException
classNameId
- the class name IDclassPK
- the class p kstatus
- the status
SystemException
- if a system exception occurredint countByC_C_S(long classNameId, long classPK, int status) throws SystemException
classNameId
- the class name IDclassPK
- the class p kstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDanswer
- the answerstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDanswer
- the answerstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDanswer
- the answerstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDanswer
- the answerstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredint countByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredint filterCountByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answer
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, 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 MBMessageModelImpl
. 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 IDthreadId
- the thread IDstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage[] filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messagegroupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_C_T_S(long groupId, long categoryId, long threadId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredint countByG_C_T_S(long groupId, long categoryId, long threadId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_C_T_S(long groupId, long categoryId, long threadId, int status) throws SystemException
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the status
SystemException
- if a system exception occurredList<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, 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 MBMessageModelImpl
. 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.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredMBMessage findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching message-boards message could not be found
SystemException
- if a system exception occurredMBMessage[] findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByU_C_C_S(long userId, long classNameId, long classPK, int status) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the status
SystemException
- if a system exception occurredint countByU_C_C_S(long userId, long classNameId, long classPK, int status) throws SystemException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class p kstatus
- the status
SystemException
- if a system exception occurredvoid cacheResult(MBMessage mbMessage)
mbMessage
- the message-boards messagevoid cacheResult(List<MBMessage> mbMessages)
mbMessages
- the message-boards messagesMBMessage create(long messageId)
messageId
- the primary key for the new message-boards message
MBMessage remove(long messageId) throws SystemException, NoSuchMessageException
messageId
- the primary key of the message-boards message
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredMBMessage updateImpl(MBMessage mbMessage) throws SystemException
SystemException
MBMessage findByPrimaryKey(long messageId) throws SystemException, NoSuchMessageException
NoSuchMessageException
if it could not be found.
messageId
- the primary key of the message-boards message
NoSuchMessageException
- if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredMBMessage fetchByPrimaryKey(long messageId) throws SystemException
null
if it could not be found.
messageId
- the primary key of the message-boards message
null
if a message-boards message with the primary key could not be found
SystemException
- if a system exception occurredList<MBMessage> findAll() throws SystemException
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (not inclusive)
SystemException
- if a system exception occurredList<MBMessage> 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 MBMessageModelImpl
. 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 messagesend
- the upper bound of the range of message-boards messages (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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |