@ProviderType public interface MBMessagePersistence extends BasePersistence<MBMessage>
Caching information and settings can be found in portal.properties
MBMessagePersistenceImpl
,
MBMessageUtil
Modifier and Type | Method and Description |
---|---|
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_notS(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status ≠ ?.
|
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<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
|
MBMessage |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
|
MBMessage |
fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
|
MBMessage |
fetchByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?.
|
MBMessage |
fetchByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?.
|
MBMessage |
fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
|
MBMessage |
fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
|
MBMessage |
fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
|
MBMessage |
fetchByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
|
MBMessage |
fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
|
MBMessage |
fetchByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?.
|
MBMessage |
fetchByGroupId_Last(long groupId,
OrderByComparator<MBMessage> 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. |
Map<Serializable,MBMessage> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
MBMessage |
fetchByT_A_First(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
|
MBMessage |
fetchByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
|
MBMessage |
fetchByT_notS_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status ≠ ?.
|
MBMessage |
fetchByT_notS_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status ≠ ?.
|
MBMessage |
fetchByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
|
MBMessage |
fetchByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
|
MBMessage |
fetchByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
|
MBMessage |
fetchByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
|
MBMessage |
fetchByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
MBMessage |
fetchByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
MBMessage |
fetchByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
MBMessage |
fetchByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
MBMessage |
fetchByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
|
MBMessage |
fetchByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
|
MBMessage |
fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
|
MBMessage |
fetchByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?.
|
MBMessage |
fetchByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?.
|
MBMessage |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
|
MBMessage |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
|
MBMessage |
fetchByUuid_First(String uuid,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages.
|
List<MBMessage> |
findAll(int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages.
|
MBMessage |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
|
MBMessage |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
|
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
|
MBMessage |
findByC_S_First(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
|
MBMessage |
findByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
|
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
|
MBMessage |
findByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?.
|
MBMessage |
findByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?.
|
MBMessage[] |
findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ?.
|
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where companyId = ?.
|
MBMessage |
findByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
|
MBMessage |
findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
|
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
|
MBMessage |
findByG_S_First(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
|
MBMessage |
findByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
|
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
|
MBMessage |
findByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
|
MBMessage |
findByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
|
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
|
MBMessage |
findByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?.
|
MBMessage |
findByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?.
|
MBMessage[] |
findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ?.
|
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
|
MBMessage |
findByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
|
List<MBMessage> |
findByT_A(long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
|
MBMessage |
findByT_notS_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status ≠ ?.
|
MBMessage |
findByT_notS_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status ≠ ?.
|
MBMessage[] |
findByT_notS_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator<MBMessage> 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_notS(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status ≠ ?.
|
List<MBMessage> |
findByT_notS(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status ≠ ?.
|
List<MBMessage> |
findByT_notS(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status ≠ ?.
|
List<MBMessage> |
findByT_notS(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where threadId = ? and status ≠ ?.
|
MBMessage |
findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
|
MBMessage |
findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
|
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
|
MBMessage |
findByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
|
MBMessage |
findByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
|
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
|
MBMessage |
findByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
MBMessage |
findByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
MBMessage[] |
findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?.
|
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where threadId = ?.
|
MBMessage |
findByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
MBMessage |
findByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
MBMessage[] |
findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?.
|
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where threadId = ?.
|
MBMessage |
findByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
|
MBMessage |
findByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
|
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
|
MBMessage |
findByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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<MBMessage> 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[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?, optionally using the finder cache.
|
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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
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<MBMessage> orderByComparator)
Returns an ordered 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<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?, optionally using the finder cache.
|
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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
|
List<MBMessage> |
findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
|
MBMessage |
findByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?.
|
MBMessage |
findByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?.
|
MBMessage[] |
findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ?.
|
List<MBMessage> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where userId = ?.
|
MBMessage |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
|
MBMessage |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> 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<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
|
List<MBMessage> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
|
MBMessage |
findByUuid_First(String uuid,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?.
|
MBMessage[] |
findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator<MBMessage> 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<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ?.
|
List<MBMessage> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message-boards messages where uuid = ?.
|
Set<String> |
getBadColumnNames() |
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_notS(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status ≠ ? 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) |
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
List<MBMessage> findByUuid(String uuid)
uuid
- the uuidList<MBMessage> findByUuid(String uuid, int start, int end)
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)List<MBMessage> findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByUuid(String uuid, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByUuid_First(String uuid, OrderByComparator<MBMessage> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByUuid_Last(String uuid, OrderByComparator<MBMessage> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidMBMessage findByUUID_G(String uuid, long groupId) throws NoSuchMessageException
NoSuchMessageException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching message-boards message could not be foundMBMessage fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching message-boards message could not be foundMBMessage removeByUUID_G(String uuid, long groupId) throws NoSuchMessageException
uuid
- the uuidgroupId
- the group IDNoSuchMessageException
int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDList<MBMessage> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<MBMessage> findByUuid_C(String uuid, long companyId, int start, int end)
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)List<MBMessage> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<MBMessage> findByGroupId(long groupId)
groupId
- the group IDList<MBMessage> findByGroupId(long groupId, int start, int end)
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)List<MBMessage> findByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByGroupId_First(long groupId, OrderByComparator<MBMessage> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByGroupId_Last(long groupId, OrderByComparator<MBMessage> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByGroupId(long groupId)
groupId
- the group IDList<MBMessage> filterFindByGroupId(long groupId, int start, int end)
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)List<MBMessage> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDList<MBMessage> findByCompanyId(long companyId)
companyId
- the company IDList<MBMessage> findByCompanyId(long companyId, int start, int end)
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)List<MBMessage> findByCompanyId(long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByCompanyId(long companyId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByCompanyId_First(long companyId, OrderByComparator<MBMessage> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByCompanyId_Last(long companyId, OrderByComparator<MBMessage> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDList<MBMessage> findByUserId(long userId)
userId
- the user IDList<MBMessage> findByUserId(long userId, int start, int end)
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)List<MBMessage> findByUserId(long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByUserId(long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByUserId_First(long userId, OrderByComparator<MBMessage> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByUserId_Last(long userId, OrderByComparator<MBMessage> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDList<MBMessage> findByThreadId(long threadId)
threadId
- the thread IDList<MBMessage> findByThreadId(long threadId, int start, int end)
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)List<MBMessage> findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByThreadId(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByThreadId_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByThreadId_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByThreadId(long threadId)
threadId
- the thread IDint countByThreadId(long threadId)
threadId
- the thread IDList<MBMessage> findByThreadReplies(long threadId)
threadId
- the thread IDList<MBMessage> findByThreadReplies(long threadId, int start, int end)
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)List<MBMessage> findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByThreadReplies(long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByThreadReplies_First(long threadId, OrderByComparator<MBMessage> orderByComparator)
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByThreadReplies_Last(long threadId, OrderByComparator<MBMessage> orderByComparator)
threadId
- the thread IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByThreadReplies(long threadId)
threadId
- the thread IDint countByThreadReplies(long threadId)
threadId
- the thread IDList<MBMessage> findByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDList<MBMessage> findByG_U(long groupId, long userId, int start, int end)
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)List<MBMessage> findByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_U_First(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_U_First(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_U_Last(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_U_Last(long groupId, long userId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDList<MBMessage> filterFindByG_U(long groupId, long userId, int start, int end)
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)List<MBMessage> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDint countByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDint filterCountByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDList<MBMessage> findByG_C(long groupId, long categoryId)
groupId
- the group IDcategoryId
- the category IDList<MBMessage> findByG_C(long groupId, long categoryId, int start, int end)
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)List<MBMessage> findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_C_First(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_C(long groupId, long categoryId)
groupId
- the group IDcategoryId
- the category IDList<MBMessage> filterFindByG_C(long groupId, long categoryId, int start, int end)
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)List<MBMessage> filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_C(long groupId, long categoryId)
groupId
- the group IDcategoryId
- the category IDint countByG_C(long groupId, long categoryId)
groupId
- the group IDcategoryId
- the category IDint filterCountByG_C(long groupId, long categoryId)
groupId
- the group IDcategoryId
- the category IDList<MBMessage> findByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusList<MBMessage> findByG_S(long groupId, int status, int start, int end)
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)List<MBMessage> findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_S_First(long groupId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_S_First(long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_S_Last(long groupId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_S_Last(long groupId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusList<MBMessage> filterFindByG_S(long groupId, int status, int start, int end)
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)List<MBMessage> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusint countByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusint filterCountByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusList<MBMessage> findByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusList<MBMessage> findByC_S(long companyId, int status, int start, int end)
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)List<MBMessage> findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByC_S_First(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByC_S_Last(long companyId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusint countByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusList<MBMessage> findByU_C(long userId, long classNameId)
userId
- the user IDclassNameId
- the class name IDList<MBMessage> findByU_C(long userId, long classNameId, int start, int end)
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)List<MBMessage> findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByU_C(long userId, long classNameId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByU_C_First(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByU_C_First(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByU_C_Last(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByU_C_Last(long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> findByU_C(long userId, long[] classNameIds)
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 IDsList<MBMessage> findByU_C(long userId, long[] classNameIds, int start, int end)
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)List<MBMessage> findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeByU_C(long userId, long classNameId)
userId
- the user IDclassNameId
- the class name IDint countByU_C(long userId, long classNameId)
userId
- the user IDclassNameId
- the class name IDint countByU_C(long userId, long[] classNameIds)
userId
- the user IDclassNameIds
- the class name IDsList<MBMessage> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkList<MBMessage> findByC_C(long classNameId, long classPK, int start, int end)
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 pkstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)List<MBMessage> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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 pkstart
- 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
)List<MBMessage> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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 pkstart
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByC_C_First(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByC_C_First(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByC_C_Last(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
messageId
- the primary key of the current message-boards messageclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a message-boards message with the primary key could not be foundvoid removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkList<MBMessage> findByT_P(long threadId, long parentMessageId)
threadId
- the thread IDparentMessageId
- the parent message IDList<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end)
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)List<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByT_P_First(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByT_P_Last(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByT_P(long threadId, long parentMessageId)
threadId
- the thread IDparentMessageId
- the parent message IDint countByT_P(long threadId, long parentMessageId)
threadId
- the thread IDparentMessageId
- the parent message IDList<MBMessage> findByT_A(long threadId, boolean answer)
threadId
- the thread IDanswer
- the answerList<MBMessage> findByT_A(long threadId, boolean answer, int start, int end)
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)List<MBMessage> findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByT_A_First(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_A_First(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByT_A_Last(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_A_Last(long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByT_A(long threadId, boolean answer)
threadId
- the thread IDanswer
- the answerint countByT_A(long threadId, boolean answer)
threadId
- the thread IDanswer
- the answerList<MBMessage> findByT_S(long threadId, int status)
threadId
- the thread IDstatus
- the statusList<MBMessage> findByT_S(long threadId, int status, int start, int end)
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)List<MBMessage> findByT_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByT_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByT_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByT_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByT_S(long threadId, int status)
threadId
- the thread IDstatus
- the statusint countByT_S(long threadId, int status)
threadId
- the thread IDstatus
- the statusList<MBMessage> findByT_notS(long threadId, int status)
threadId
- the thread IDstatus
- the statusList<MBMessage> findByT_notS(long threadId, int status, int start, int end)
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)List<MBMessage> findByT_notS(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByT_notS(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByT_notS_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_notS_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByT_notS_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByT_notS_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByT_notS_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByT_notS(long threadId, int status)
threadId
- the thread IDstatus
- the statusint countByT_notS(long threadId, int status)
threadId
- the thread IDstatus
- the statusList<MBMessage> findByTR_S(long threadId, int status)
threadId
- the thread IDstatus
- the statusList<MBMessage> findByTR_S(long threadId, int status, int start, int end)
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)List<MBMessage> findByTR_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByTR_S(long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByTR_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByTR_S_First(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByTR_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByTR_S_Last(long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByTR_S(long threadId, int status)
threadId
- the thread IDstatus
- the statusint countByTR_S(long threadId, int status)
threadId
- the thread IDstatus
- the statusList<MBMessage> findByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statusList<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end)
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)List<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statusList<MBMessage> filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
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)List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statusint countByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statusint filterCountByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statusList<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDList<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
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)List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDList<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
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)List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_C_T(long groupId, long categoryId, long threadId)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDint countByG_C_T(long groupId, long categoryId, long threadId)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDint filterCountByG_C_T(long groupId, long categoryId, long threadId)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDList<MBMessage> findByG_C_S(long groupId, long categoryId, int status)
groupId
- the group IDcategoryId
- the category IDstatus
- the statusList<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end)
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)List<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status)
groupId
- the group IDcategoryId
- the category IDstatus
- the statusList<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
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)List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_C_S(long groupId, long categoryId, int status)
groupId
- the group IDcategoryId
- the category IDstatus
- the statusint countByG_C_S(long groupId, long categoryId, int status)
groupId
- the group IDcategoryId
- the category IDstatus
- the statusint filterCountByG_C_S(long groupId, long categoryId, int status)
groupId
- the group IDcategoryId
- the category IDstatus
- the statusList<MBMessage> findByU_C_C(long userId, long classNameId, long classPK)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkList<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, int start, int end)
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 pkstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)List<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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 pkstart
- 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
)List<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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 pkstart
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a message-boards message with the primary key could not be foundvoid removeByU_C_C(long userId, long classNameId, long classPK)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkint countByU_C_C(long userId, long classNameId, long classPK)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkList<MBMessage> findByU_C_S(long userId, long classNameId, int status)
userId
- the user IDclassNameId
- the class name IDstatus
- the statusList<MBMessage> findByU_C_S(long userId, long classNameId, int status, int start, int end)
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)List<MBMessage> findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status)
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 statusList<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status, int start, int end)
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)List<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeByU_C_S(long userId, long classNameId, int status)
userId
- the user IDclassNameId
- the class name IDstatus
- the statusint countByU_C_S(long userId, long classNameId, int status)
userId
- the user IDclassNameId
- the class name IDstatus
- the statusint countByU_C_S(long userId, long[] classNameIds, int status)
userId
- the user IDclassNameIds
- the class name IDsstatus
- the statusList<MBMessage> findByC_C_S(long classNameId, long classPK, int status)
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusList<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end)
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 pkstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)List<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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 pkstatus
- 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
)List<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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 pkstatus
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
messageId
- the primary key of the current message-boards messageclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a message-boards message with the primary key could not be foundvoid removeByC_C_S(long classNameId, long classPK, int status)
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusint countByC_C_S(long classNameId, long classPK, int status)
classNameId
- the class name IDclassPK
- the class pkstatus
- the statusList<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerList<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end)
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)List<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerList<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end)
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)List<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerint countByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerint filterCountByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDanswer
- the answerList<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusList<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
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)List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundMBMessage fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator)
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 foundMBMessage[] findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundList<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusList<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
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)List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)MBMessage[] filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator<MBMessage> orderByComparator) throws 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 foundvoid removeByG_C_T_S(long groupId, long categoryId, long threadId, int status)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusint countByG_C_T_S(long groupId, long categoryId, long threadId, int status)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusint filterCountByG_C_T_S(long groupId, long categoryId, long threadId, int status)
groupId
- the group IDcategoryId
- the category IDthreadId
- the thread IDstatus
- the statusList<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusList<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end)
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 pkstatus
- the statusstart
- the lower bound of the range of message-boards messagesend
- the upper bound of the range of message-boards messages (not inclusive)List<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator)
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 pkstatus
- 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
)List<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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 pkstatus
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBMessage findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a matching message-boards message could not be foundMBMessage fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message-boards message could not be foundMBMessage[] findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator<MBMessage> orderByComparator) throws NoSuchMessageException
messageId
- the primary key of the current message-boards messageuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMessageException
- if a message-boards message with the primary key could not be foundvoid removeByU_C_C_S(long userId, long classNameId, long classPK, int status)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusint countByU_C_C_S(long userId, long classNameId, long classPK, int status)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pkstatus
- the statusvoid 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 messageMBMessage remove(long messageId) throws NoSuchMessageException
messageId
- the primary key of the message-boards messageNoSuchMessageException
- if a message-boards message with the primary key could not be foundMBMessage findByPrimaryKey(long messageId) throws NoSuchMessageException
NoSuchMessageException
if it could not be found.messageId
- the primary key of the message-boards messageNoSuchMessageException
- if a message-boards message with the primary key could not be foundMBMessage fetchByPrimaryKey(long messageId)
null
if it could not be found.messageId
- the primary key of the message-boards messagenull
if a message-boards message with the primary key could not be foundMap<Serializable,MBMessage> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<MBMessage>
List<MBMessage> findAll()
List<MBMessage> findAll(int start, int end)
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)List<MBMessage> findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator)
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
)List<MBMessage> findAll(int start, int end, OrderByComparator<MBMessage> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<MBMessage>