|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MBMessagePersistence
The persistence interface for the message-boards message service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
MBMessagePersistenceImpl,
MBMessageUtil| Method Summary | |
|---|---|
void |
cacheResult(List<MBMessage> mbMessages)
Caches the message-boards messages in the entity cache if it is enabled. |
void |
cacheResult(MBMessage mbMessage)
Caches the message-boards message in the entity cache if it is enabled. |
int |
countAll()
Counts all the message-boards messages. |
int |
countByC_C_S(long classNameId,
long classPK,
int status)
Counts all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
int |
countByC_C(long classNameId,
long classPK)
Counts all the message-boards messages where classNameId = ? and classPK = ?. |
int |
countByC_S(long companyId,
int status)
Counts all the message-boards messages where companyId = ? and status = ?. |
int |
countByCompanyId(long companyId)
Counts all the message-boards messages where companyId = ?. |
int |
countByG_C_S(long groupId,
long categoryId,
int status)
Counts all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
int |
countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
int |
countByG_C_T(long groupId,
long categoryId,
long threadId)
Counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
int |
countByG_C(long groupId,
long categoryId)
Counts all the message-boards messages where groupId = ? and categoryId = ?. |
int |
countByG_S(long groupId,
int status)
Counts all the message-boards messages where groupId = ? and status = ?. |
int |
countByG_U_S(long groupId,
long userId,
int status)
Counts all the message-boards messages where groupId = ? and userId = ? and status = ?. |
int |
countByG_U(long groupId,
long userId)
Counts all the message-boards messages where groupId = ? and userId = ?. |
int |
countByGroupId(long groupId)
Counts all the message-boards messages where groupId = ?. |
int |
countByT_P(long threadId,
long parentMessageId)
Counts all the message-boards messages where threadId = ? and parentMessageId = ?. |
int |
countByT_S(long threadId,
int status)
Counts all the message-boards messages where threadId = ? and status = ?. |
int |
countByThreadId(long threadId)
Counts all the message-boards messages where threadId = ?. |
int |
countByThreadReplies(long threadId)
Counts all the message-boards messages where threadId = ?. |
int |
countByTR_S(long threadId,
int status)
Counts all the message-boards messages where threadId = ? and status = ?. |
int |
countByUserId(long userId)
Counts all the message-boards messages where userId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the message-boards messages where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the message-boards messages where uuid = ?. |
MBMessage |
create(long messageId)
Creates a new message-boards message with the primary key. |
MBMessage |
fetchByPrimaryKey(long messageId)
Finds the message-boards message with the primary key or returns null if it could not be found. |
MBMessage |
fetchByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
int |
filterCountByG_C_S(long groupId,
long categoryId,
int status)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
int |
filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
int |
filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
int |
filterCountByG_C(long groupId,
long categoryId)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ?. |
int |
filterCountByG_S(long groupId,
int status)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and status = ?. |
int |
filterCountByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and userId = ? and status = ?. |
int |
filterCountByG_U(long groupId,
long userId)
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and userId = ?. |
int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the message-boards messages where groupId = ?. |
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status)
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Filters by the user's permissions and finds all the message-boards messages 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)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId)
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
filterFindByG_S(long groupId,
int status)
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
filterFindByG_S(long groupId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the message-boards messages where groupId = ?. |
List<MBMessage> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
findAll()
Finds all the message-boards messages. |
List<MBMessage> |
findAll(int start,
int end)
Finds a range of all the message-boards messages. |
List<MBMessage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages. |
MBMessage |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage[] |
findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
findByC_C(long classNameId,
long classPK)
Finds all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Finds a range of all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where classNameId = ? and classPK = ?. |
MBMessage |
findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage[] |
findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end)
Finds a range of all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where companyId = ? and status = ?. |
MBMessage |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ?. |
MBMessage[] |
findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?. |
List<MBMessage> |
findByCompanyId(long companyId)
Finds all the message-boards messages where companyId = ?. |
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the message-boards messages where companyId = ?. |
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where companyId = ?. |
MBMessage |
findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage[] |
findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage[] |
findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
findByG_C(long groupId,
long categoryId)
Finds all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end)
Finds a range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
MBMessage |
findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage[] |
findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end)
Finds a range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ? and status = ?. |
MBMessage |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage[] |
findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage[] |
findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds a range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
findByG_U(long groupId,
long userId)
Finds all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
MBMessage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ?. |
MBMessage[] |
findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?. |
List<MBMessage> |
findByGroupId(long groupId)
Finds all the message-boards messages where groupId = ?. |
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where groupId = ?. |
MBMessage |
findByPrimaryKey(long messageId)
Finds the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
MBMessage |
findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage[] |
findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds 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)
Finds all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end)
Finds a range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
MBMessage |
findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end)
Finds a range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where threadId = ? and status = ?. |
MBMessage |
findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
List<MBMessage> |
findByThreadId(long threadId)
Finds all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end)
Finds a range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where threadId = ?. |
MBMessage |
findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
List<MBMessage> |
findByThreadReplies(long threadId)
Finds all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end)
Finds a range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where threadId = ?. |
MBMessage |
findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end)
Finds a range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where threadId = ? and status = ?. |
MBMessage |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where userId = ?. |
MBMessage |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where userId = ?. |
MBMessage[] |
findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where userId = ?. |
List<MBMessage> |
findByUserId(long userId)
Finds all the message-boards messages where userId = ?. |
List<MBMessage> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the message-boards messages where userId = ?. |
List<MBMessage> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where userId = ?. |
MBMessage |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
findByUUID_G(String uuid,
long groupId)
Finds the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found. |
MBMessage |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where uuid = ?. |
MBMessage[] |
findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
Finds the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?. |
List<MBMessage> |
findByUuid(String uuid)
Finds all the message-boards messages where uuid = ?. |
List<MBMessage> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the message-boards messages where uuid = ?. |
List<MBMessage> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message-boards messages where uuid = ?. |
MBMessage |
remove(long messageId)
Removes the message-boards message with the primary key from the database. |
void |
removeAll()
Removes all the message-boards messages from the database. |
void |
removeByC_C_S(long classNameId,
long classPK,
int status)
Removes all the message-boards messages where classNameId = ? and classPK = ? and status = ? from the database. |
void |
removeByC_C(long classNameId,
long classPK)
Removes all the message-boards messages where classNameId = ? and classPK = ? from the database. |
void |
removeByC_S(long companyId,
int status)
Removes all the message-boards messages where companyId = ? and status = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the message-boards messages where companyId = ? from the database. |
void |
removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and status = ? from the database. |
void |
removeByG_C_T_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_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 |
removeByUserId(long userId)
Removes all the message-boards messages where userId = ? from the database. |
void |
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,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(MBMessage mbMessage)
mbMessage - the message-boards message to cachevoid cacheResult(List<MBMessage> mbMessages)
mbMessages - the message-boards messages to cacheMBMessage create(long messageId)
messageId - the primary key for the new message-boards message
MBMessage remove(long messageId)
throws SystemException,
NoSuchMessageException
messageId - the primary key of the message-boards message to remove
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
MBMessage updateImpl(MBMessage mbMessage,
boolean merge)
throws SystemException
SystemException
MBMessage findByPrimaryKey(long messageId)
throws SystemException,
NoSuchMessageException
NoSuchMessageException if it could not be found.
messageId - the primary key of the message-boards message to find
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
MBMessage fetchByPrimaryKey(long messageId)
throws SystemException
null if it could not be found.
messageId - the primary key of the message-boards message to find
null if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
List<MBMessage> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messageuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
MBMessage findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchMessageException
NoSuchMessageException if it could not be found.
uuid - the uuid to search withgroupId - the group id to search with
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching message-boards message could not be found
SystemException - if a system exception occurred
List<MBMessage> findByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
List<MBMessage> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
List<MBMessage> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagecompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByThreadId(long threadId)
throws SystemException
threadId - the thread id to search with
SystemException - if a system exception occurred
List<MBMessage> findByThreadId(long threadId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagethreadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByThreadReplies(long threadId)
throws SystemException
threadId - the thread id to search with
SystemException - if a system exception occurred
List<MBMessage> findByThreadReplies(long threadId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagethreadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
List<MBMessage> findByUserId(long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the user id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the user id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messageuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByG_U(long groupId,
long userId)
throws SystemException
groupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_U(long groupId,
long userId)
throws SystemException
groupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByG_C(long groupId,
long categoryId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_C(long groupId,
long categoryId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withcategoryId - the category id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C(long groupId,
long categoryId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByG_S(long groupId,
int status)
throws SystemException
groupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_S(long groupId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_S(long groupId,
int status)
throws SystemException
groupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_S(long groupId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByC_S(long companyId,
int status)
throws SystemException
companyId - the company id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByC_S(long companyId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
companyId - the company id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
companyId - the company id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagecompanyId - the company id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByC_C(long classNameId,
long classPK)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search with
SystemException - if a system exception occurred
List<MBMessage> findByC_C(long classNameId,
long classPK,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
classNameId - the class name id to search withclassPK - the class p k to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
classNameId - the class name id to search withclassPK - the class p k to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
classNameId - the class name id to search withclassPK - the class p k to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
classNameId - the class name id to search withclassPK - the class p k to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messageclassNameId - the class name id to search withclassPK - the class p k to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByT_P(long threadId,
long parentMessageId)
throws SystemException
threadId - the thread id to search withparentMessageId - the parent message id to search with
SystemException - if a system exception occurred
List<MBMessage> findByT_P(long threadId,
long parentMessageId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withparentMessageId - the parent message id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withparentMessageId - the parent message id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withparentMessageId - the parent message id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withparentMessageId - the parent message id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagethreadId - the thread id to search withparentMessageId - the parent message id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByT_S(long threadId,
int status)
throws SystemException
threadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByT_S(long threadId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagethreadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByTR_S(long threadId,
int status)
throws SystemException
threadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByTR_S(long threadId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
threadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
threadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagethreadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByG_U_S(long groupId,
long userId,
int status)
throws SystemException
groupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_U_S(long groupId,
long userId,
int status)
throws SystemException
groupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messageclassNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
MBMessage findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred
MBMessage[] findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMessageException
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.
messageId - the primary key of the current message-boards messagegroupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search withstart - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<MBMessage> findAll()
throws SystemException
SystemException - if a system exception occurred
List<MBMessage> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)
SystemException - if a system exception occurred
List<MBMessage> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of message-boards messages to returnend - the upper bound of the range of message-boards messages to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchMessageException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchMessageException
void removeByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
void removeByThreadId(long threadId)
throws SystemException
threadId - the thread id to search with
SystemException - if a system exception occurred
void removeByThreadReplies(long threadId)
throws SystemException
threadId - the thread id to search with
SystemException - if a system exception occurred
void removeByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
void removeByG_U(long groupId,
long userId)
throws SystemException
groupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
void removeByG_C(long groupId,
long categoryId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search with
SystemException - if a system exception occurred
void removeByG_S(long groupId,
int status)
throws SystemException
groupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByC_S(long companyId,
int status)
throws SystemException
companyId - the company id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByC_C(long classNameId,
long classPK)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search with
SystemException - if a system exception occurred
void removeByT_P(long threadId,
long parentMessageId)
throws SystemException
threadId - the thread id to search withparentMessageId - the parent message id to search with
SystemException - if a system exception occurred
void removeByT_S(long threadId,
int status)
throws SystemException
threadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByTR_S(long threadId,
int status)
throws SystemException
threadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByG_U_S(long groupId,
long userId,
int status)
throws SystemException
groupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search with
SystemException - if a system exception occurred
void removeByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByC_C_S(long classNameId,
long classPK,
int status)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
int filterCountByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
int countByThreadId(long threadId)
throws SystemException
threadId - the thread id to search with
SystemException - if a system exception occurred
int countByThreadReplies(long threadId)
throws SystemException
threadId - the thread id to search with
SystemException - if a system exception occurred
int countByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
int countByG_U(long groupId,
long userId)
throws SystemException
groupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
int filterCountByG_U(long groupId,
long userId)
throws SystemException
groupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
int countByG_C(long groupId,
long categoryId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search with
SystemException - if a system exception occurred
int filterCountByG_C(long groupId,
long categoryId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search with
SystemException - if a system exception occurred
int countByG_S(long groupId,
int status)
throws SystemException
groupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
int filterCountByG_S(long groupId,
int status)
throws SystemException
groupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByC_S(long companyId,
int status)
throws SystemException
companyId - the company id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByC_C(long classNameId,
long classPK)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search with
SystemException - if a system exception occurred
int countByT_P(long threadId,
long parentMessageId)
throws SystemException
threadId - the thread id to search withparentMessageId - the parent message id to search with
SystemException - if a system exception occurred
int countByT_S(long threadId,
int status)
throws SystemException
threadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByTR_S(long threadId,
int status)
throws SystemException
threadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByG_U_S(long groupId,
long userId,
int status)
throws SystemException
groupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
int filterCountByG_U_S(long groupId,
long userId,
int status)
throws SystemException
groupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search with
SystemException - if a system exception occurred
int filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search with
SystemException - if a system exception occurred
int countByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search with
SystemException - if a system exception occurred
int filterCountByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByC_C_S(long classNameId,
long classPK,
int status)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
int filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
groupId - the group id to search withcategoryId - the category id to search withthreadId - the thread id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||