|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchMessageException | |
---|---|
com.liferay.portlet.messageboards.service.persistence |
Uses of NoSuchMessageException in com.liferay.portlet.messageboards.service.persistence |
---|
Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchMessageException | |
---|---|
static MBMessage |
MBMessageUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistenceImpl.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistenceImpl.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where companyId = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage[] |
MBMessageUtil.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[] |
MBMessagePersistence.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[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where groupId = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByPrimaryKey(long messageId)
Finds the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
MBMessage |
MBMessagePersistence.findByPrimaryKey(long messageId)
Finds the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
MBMessage |
MBMessagePersistenceImpl.findByPrimaryKey(long messageId)
Finds the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
static MBMessage |
MBMessageUtil.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistenceImpl.findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where userId = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first message-boards message in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.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 |
MBMessagePersistence.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 |
MBMessagePersistenceImpl.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. |
static MBMessage |
MBMessageUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last message-boards message in the ordered set where uuid = ?. |
static MBMessage[] |
MBMessageUtil.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 = ?. |
MBMessage[] |
MBMessagePersistence.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 = ?. |
MBMessage[] |
MBMessagePersistenceImpl.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 = ?. |
static MBMessage |
MBMessageUtil.remove(long messageId)
Removes the message-boards message with the primary key from the database. |
MBMessage |
MBMessagePersistence.remove(long messageId)
Removes the message-boards message with the primary key from the database. |
MBMessage |
MBMessagePersistenceImpl.remove(long messageId)
Removes the message-boards message with the primary key from the database. |
static void |
MBMessageUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database. |
void |
MBMessagePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database. |
void |
MBMessagePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |