com.liferay.portlet.messageboards.service.persistence
Interface MBMessagePersistence
- All Superinterfaces:
- BasePersistence<MBMessage>
public interface MBMessagePersistence
- extends BasePersistence<MBMessage>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessagePersistenceImpl
,
MBMessageUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<MBMessage> mbMessages)
|
void |
cacheResult(MBMessage mbMessage)
|
int |
countAll()
|
int |
countByC_C_S(long classNameId,
long classPK,
int status)
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByC_S(long companyId,
int status)
|
int |
countByCompanyId(long companyId)
|
int |
countByG_C_S(long groupId,
long categoryId,
int status)
|
int |
countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
|
int |
countByG_C_T(long groupId,
long categoryId,
long threadId)
|
int |
countByG_C(long groupId,
long categoryId)
|
int |
countByG_S(long groupId,
int status)
|
int |
countByG_U_S(long groupId,
long userId,
int status)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByT_P(long threadId,
long parentMessageId)
|
int |
countByT_S(long threadId,
int status)
|
int |
countByThreadId(long threadId)
|
int |
countByThreadReplies(long threadId)
|
int |
countByTR_S(long threadId,
int status)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
MBMessage |
create(long messageId)
|
MBMessage |
fetchByPrimaryKey(long messageId)
|
MBMessage |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
MBMessage |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<MBMessage> |
findAll()
|
java.util.List<MBMessage> |
findAll(int start,
int end)
|
java.util.List<MBMessage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByC_C_S_First(long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByC_C_S_Last(long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status)
|
java.util.List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByC_C(long classNameId,
long classPK)
|
java.util.List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
|
java.util.List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByC_S(long companyId,
int status)
|
java.util.List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByCompanyId_PrevAndNext(long messageId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByCompanyId(long companyId)
|
java.util.List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_First(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_Last(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_S_First(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_S_Last(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status)
|
java.util.List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_T_First(long groupId,
long categoryId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
|
java.util.List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId)
|
java.util.List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_C(long groupId,
long categoryId)
|
java.util.List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_S(long groupId,
int status)
|
java.util.List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_U_S_First(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByG_U_S_Last(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status)
|
java.util.List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByG_U(long groupId,
long userId)
|
java.util.List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByGroupId_PrevAndNext(long messageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByGroupId(long groupId)
|
java.util.List<MBMessage> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<MBMessage> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByPrimaryKey(long messageId)
|
MBMessage |
findByT_P_First(long threadId,
long parentMessageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByT_P_Last(long threadId,
long parentMessageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByT_P(long threadId,
long parentMessageId)
|
java.util.List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end)
|
java.util.List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByT_S_First(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByT_S_Last(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByT_S(long threadId,
int status)
|
java.util.List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByThreadId_First(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByThreadId_Last(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByThreadId_PrevAndNext(long messageId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByThreadId(long threadId)
|
java.util.List<MBMessage> |
findByThreadId(long threadId,
int start,
int end)
|
java.util.List<MBMessage> |
findByThreadId(long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByThreadReplies_First(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByThreadReplies_Last(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByThreadReplies_PrevAndNext(long messageId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByThreadReplies(long threadId)
|
java.util.List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end)
|
java.util.List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByTR_S_First(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByTR_S_Last(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByTR_S(long threadId,
int status)
|
java.util.List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end)
|
java.util.List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
findByUUID_G(java.lang.String uuid,
long groupId)
|
MBMessage |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage[] |
findByUuid_PrevAndNext(long messageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessage> |
findByUuid(java.lang.String uuid)
|
java.util.List<MBMessage> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<MBMessage> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessage |
remove(long messageId)
|
void |
removeAll()
|
void |
removeByC_C_S(long classNameId,
long classPK,
int status)
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByC_S(long companyId,
int status)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_C_S(long groupId,
long categoryId,
int status)
|
void |
removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
|
void |
removeByG_C_T(long groupId,
long categoryId,
long threadId)
|
void |
removeByG_C(long groupId,
long categoryId)
|
void |
removeByG_S(long groupId,
int status)
|
void |
removeByG_U_S(long groupId,
long userId,
int status)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByT_P(long threadId,
long parentMessageId)
|
void |
removeByT_S(long threadId,
int status)
|
void |
removeByThreadId(long threadId)
|
void |
removeByThreadReplies(long threadId)
|
void |
removeByTR_S(long threadId,
int status)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
MBMessage |
updateImpl(MBMessage mbMessage,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(MBMessage mbMessage)
cacheResult
void cacheResult(java.util.List<MBMessage> mbMessages)
create
MBMessage create(long messageId)
remove
MBMessage remove(long messageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
updateImpl
MBMessage updateImpl(MBMessage mbMessage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
MBMessage findByPrimaryKey(long messageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
fetchByPrimaryKey
MBMessage fetchByPrimaryKey(long messageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<MBMessage> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<MBMessage> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<MBMessage> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
MBMessage findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByUuid_Last
MBMessage findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByUuid_PrevAndNext
MBMessage[] findByUuid_PrevAndNext(long messageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByUUID_G
MBMessage findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
fetchByUUID_G
MBMessage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
MBMessage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<MBMessage> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<MBMessage> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<MBMessage> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
MBMessage findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByGroupId_Last
MBMessage findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByGroupId_PrevAndNext
MBMessage[] findByGroupId_PrevAndNext(long messageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByCompanyId
java.util.List<MBMessage> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<MBMessage> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<MBMessage> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
MBMessage findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByCompanyId_Last
MBMessage findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByCompanyId_PrevAndNext
MBMessage[] findByCompanyId_PrevAndNext(long messageId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByThreadId
java.util.List<MBMessage> findByThreadId(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByThreadId
java.util.List<MBMessage> findByThreadId(long threadId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByThreadId
java.util.List<MBMessage> findByThreadId(long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByThreadId_First
MBMessage findByThreadId_First(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByThreadId_Last
MBMessage findByThreadId_Last(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByThreadId_PrevAndNext
MBMessage[] findByThreadId_PrevAndNext(long messageId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByThreadReplies
java.util.List<MBMessage> findByThreadReplies(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByThreadReplies
java.util.List<MBMessage> findByThreadReplies(long threadId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByThreadReplies
java.util.List<MBMessage> findByThreadReplies(long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByThreadReplies_First
MBMessage findByThreadReplies_First(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByThreadReplies_Last
MBMessage findByThreadReplies_Last(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByThreadReplies_PrevAndNext
MBMessage[] findByThreadReplies_PrevAndNext(long messageId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_U
java.util.List<MBMessage> findByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<MBMessage> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<MBMessage> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_First
MBMessage findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_U_Last
MBMessage findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_U_PrevAndNext
MBMessage[] findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C
java.util.List<MBMessage> findByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C
java.util.List<MBMessage> findByG_C(long groupId,
long categoryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C
java.util.List<MBMessage> findByG_C(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_First
MBMessage findByG_C_First(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_Last
MBMessage findByG_C_Last(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_PrevAndNext
MBMessage[] findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_S
java.util.List<MBMessage> findByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
java.util.List<MBMessage> findByG_S(long groupId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
java.util.List<MBMessage> findByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S_First
MBMessage findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_S_Last
MBMessage findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_S_PrevAndNext
MBMessage[] findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_S
java.util.List<MBMessage> findByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S
java.util.List<MBMessage> findByC_S(long companyId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S
java.util.List<MBMessage> findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S_First
MBMessage findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_S_Last
MBMessage findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_S_PrevAndNext
MBMessage[] findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_C
java.util.List<MBMessage> findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C
java.util.List<MBMessage> findByC_C(long classNameId,
long classPK,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C
java.util.List<MBMessage> findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C_First
MBMessage findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_C_Last
MBMessage findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_C_PrevAndNext
MBMessage[] findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByT_P
java.util.List<MBMessage> findByT_P(long threadId,
long parentMessageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByT_P
java.util.List<MBMessage> findByT_P(long threadId,
long parentMessageId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByT_P
java.util.List<MBMessage> findByT_P(long threadId,
long parentMessageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByT_P_First
MBMessage findByT_P_First(long threadId,
long parentMessageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByT_P_Last
MBMessage findByT_P_Last(long threadId,
long parentMessageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByT_P_PrevAndNext
MBMessage[] findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByT_S
java.util.List<MBMessage> findByT_S(long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByT_S
java.util.List<MBMessage> findByT_S(long threadId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByT_S
java.util.List<MBMessage> findByT_S(long threadId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByT_S_First
MBMessage findByT_S_First(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByT_S_Last
MBMessage findByT_S_Last(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByT_S_PrevAndNext
MBMessage[] findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByTR_S
java.util.List<MBMessage> findByTR_S(long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTR_S
java.util.List<MBMessage> findByTR_S(long threadId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTR_S
java.util.List<MBMessage> findByTR_S(long threadId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTR_S_First
MBMessage findByTR_S_First(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByTR_S_Last
MBMessage findByTR_S_Last(long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByTR_S_PrevAndNext
MBMessage[] findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_U_S
java.util.List<MBMessage> findByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S
java.util.List<MBMessage> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S
java.util.List<MBMessage> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S_First
MBMessage findByG_U_S_First(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_U_S_Last
MBMessage findByG_U_S_Last(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_U_S_PrevAndNext
MBMessage[] findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_T
java.util.List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_T
java.util.List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_T
java.util.List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_T_First
MBMessage findByG_C_T_First(long groupId,
long categoryId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_T_Last
MBMessage findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_T_PrevAndNext
MBMessage[] findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_S
java.util.List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_S
java.util.List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_S
java.util.List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_S_First
MBMessage findByG_C_S_First(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_S_Last
MBMessage findByG_C_S_Last(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_S_PrevAndNext
MBMessage[] findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_C_S
java.util.List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C_S
java.util.List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C_S
java.util.List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C_S_First
MBMessage findByC_C_S_First(long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_C_S_Last
MBMessage findByC_C_S_Last(long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByC_C_S_PrevAndNext
MBMessage[] findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_T_S
java.util.List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_T_S
java.util.List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_T_S
java.util.List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_T_S_First
MBMessage findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_T_S_Last
MBMessage findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findByG_C_T_S_PrevAndNext
MBMessage[] findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
findAll
java.util.List<MBMessage> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<MBMessage> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<MBMessage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchMessageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchMessageException
removeByGroupId
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByThreadId
void removeByThreadId(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByThreadReplies
void removeByThreadReplies(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U
void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C
void removeByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_S
void removeByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_S
void removeByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_C
void removeByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByT_P
void removeByT_P(long threadId,
long parentMessageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByT_S
void removeByT_S(long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByTR_S
void removeByTR_S(long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U_S
void removeByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_T
void removeByG_C_T(long groupId,
long categoryId,
long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_S
void removeByG_C_S(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_C_S
void removeByC_C_S(long classNameId,
long classPK,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_T_S
void removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByThreadId
int countByThreadId(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByThreadReplies
int countByThreadReplies(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C
int countByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_S
int countByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_S
int countByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_C
int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByT_P
int countByT_P(long threadId,
long parentMessageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByT_S
int countByT_S(long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByTR_S
int countByTR_S(long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_S
int countByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_T
int countByG_C_T(long groupId,
long categoryId,
long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_S
int countByG_C_S(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_C_S
int countByC_C_S(long classNameId,
long classPK,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_T_S
int countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException