Package | Description |
---|---|
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?.
|
static MBMessage |
MBMessageUtil.findByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?.
|
MBMessage |
MBMessagePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?.
|
static MBMessage |
MBMessageUtil.findByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?.
|
static MBMessage |
MBMessageUtil.findByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?.
|
MBMessage |
MBMessagePersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?.
|
static MBMessage |
MBMessageUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or throws a
NoSuchMessageException if it could not be found. |
static MBMessage |
MBMessageUtil.findByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or throws a
NoSuchMessageException if it could not be found. |
MBMessage |
MBMessagePersistence.findByT_A_First(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByT_notS_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status ≠ ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByT_notS_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status ≠ ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 ≠ ?.
|
static MBMessage[] |
MBMessageUtil.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 ≠ ?.
|
MBMessage |
MBMessagePersistence.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
static MBMessage |
MBMessageUtil.findByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
MBMessage |
MBMessagePersistence.findByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
static MBMessage |
MBMessageUtil.findByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
static MBMessage |
MBMessageUtil.findByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?.
|
MBMessage |
MBMessagePersistence.findByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
static MBMessage |
MBMessageUtil.findByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?.
|
static MBMessage |
MBMessageUtil.findByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?.
|
MBMessage |
MBMessagePersistence.findByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?.
|
static MBMessage |
MBMessageUtil.findByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
|
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
|
static MBMessage |
MBMessageUtil.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[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.findByUuid_First(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?.
|
static MBMessage |
MBMessageUtil.findByUuid_First(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?.
|
MBMessage |
MBMessagePersistence.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. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.findByUuid_Last(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?.
|
static MBMessage |
MBMessageUtil.findByUuid_Last(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?.
|
MBMessage[] |
MBMessagePersistence.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 = ?.
|
static MBMessage[] |
MBMessageUtil.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 = ?.
|
MBMessage |
MBMessagePersistence.remove(long messageId)
Removes the message-boards message with the primary key from the database.
|
static MBMessage |
MBMessageUtil.remove(long messageId)
Removes the message-boards message with the primary key from the database.
|
MBMessage |
MBMessagePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database.
|
static MBMessage |
MBMessageUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database.
|