|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<MBMessage>
com.liferay.portlet.messageboards.service.persistence.MBMessagePersistenceImpl
public class MBMessagePersistenceImpl
MBMessagePersistence,
MBMessageUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
MBMessagePersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
cacheResult(List<MBMessage> mbMessages)
|
void |
cacheResult(MBMessage mbMessage)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(MBMessage mbMessage)
Clears the cache for one instance of this model. |
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 |
countByUserId(long userId)
|
int |
countByUUID_G(String uuid,
long groupId)
|
int |
countByUuid(String uuid)
|
MBMessage |
create(long messageId)
|
MBMessage |
fetchByPrimaryKey(long messageId)
|
MBMessage |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
MBMessage |
fetchByUUID_G(String uuid,
long groupId)
|
MBMessage |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
|
int |
filterCountByG_C_S(long groupId,
long categoryId,
int status)
|
int |
filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
|
int |
filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
|
int |
filterCountByG_C(long groupId,
long categoryId)
|
int |
filterCountByG_S(long groupId,
int status)
|
int |
filterCountByG_U_S(long groupId,
long userId,
int status)
|
int |
filterCountByG_U(long groupId,
long userId)
|
int |
filterCountByGroupId(long groupId)
|
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status)
|
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBMessage> |
filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
|
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
|
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
|
List<MBMessage> |
filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId)
|
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
|
List<MBMessage> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByG_S(long groupId,
int status)
|
List<MBMessage> |
filterFindByG_S(long groupId,
int status,
int start,
int end)
|
List<MBMessage> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status)
|
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBMessage> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByG_U(long groupId,
long userId)
|
List<MBMessage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
|
List<MBMessage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
filterFindByGroupId(long groupId)
|
List<MBMessage> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<MBMessage> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findAll()
|
List<MBMessage> |
findAll(int start,
int end)
|
List<MBMessage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
|
MBMessage |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
|
MBMessage |
findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status)
|
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
|
List<MBMessage> |
findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByC_C(long classNameId,
long classPK)
|
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
|
List<MBMessage> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByC_S(long companyId,
int status)
|
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end)
|
List<MBMessage> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
MBMessage |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByCompanyId(long companyId)
|
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end)
|
List<MBMessage> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status)
|
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBMessage> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
|
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId)
|
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
|
List<MBMessage> |
findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_C(long groupId,
long categoryId)
|
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end)
|
List<MBMessage> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_S(long groupId,
int status)
|
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end)
|
List<MBMessage> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status)
|
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBMessage> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByG_U(long groupId,
long userId)
|
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
List<MBMessage> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
MBMessage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByGroupId(long groupId)
|
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end)
|
List<MBMessage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByPrimaryKey(long messageId)
|
MBMessage |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
MBMessage |
findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
|
MBMessage |
findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId)
|
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end)
|
List<MBMessage> |
findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByT_S(long threadId,
int status)
|
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
|
MBMessage |
findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByThreadId(long threadId)
|
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end)
|
List<MBMessage> |
findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
|
MBMessage |
findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByThreadReplies(long threadId)
|
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end)
|
List<MBMessage> |
findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
|
MBMessage |
findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByTR_S(long threadId,
int status)
|
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
|
MBMessage |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByUserId(long userId)
|
List<MBMessage> |
findByUserId(long userId,
int start,
int end)
|
List<MBMessage> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMessage |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
|
MBMessage |
findByUUID_G(String uuid,
long groupId)
|
MBMessage |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
|
MBMessage[] |
findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
|
List<MBMessage> |
findByUuid(String uuid)
|
List<MBMessage> |
findByUuid(String uuid,
int start,
int end)
|
List<MBMessage> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
protected MBMessage |
getByC_C_PrevAndNext(Session session,
MBMessage mbMessage,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByC_C_S_PrevAndNext(Session session,
MBMessage mbMessage,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByC_S_PrevAndNext(Session session,
MBMessage mbMessage,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByCompanyId_PrevAndNext(Session session,
MBMessage mbMessage,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_C_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_C_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_C_T_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_C_T_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_U_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByG_U_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByGroupId_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByT_P_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByT_S_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByThreadId_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByThreadReplies_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByTR_S_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByUserId_PrevAndNext(Session session,
MBMessage mbMessage,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected MBMessage |
getByUuid_PrevAndNext(Session session,
MBMessage mbMessage,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
MBMessage |
remove(long messageId)
|
MBMessage |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
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 |
removeByUserId(long userId)
|
void |
removeByUUID_G(String uuid,
long groupId)
|
void |
removeByUuid(String uuid)
|
protected MBMessage |
removeImpl(MBMessage mbMessage)
Removes the model instance from the database. |
protected MBMessage |
toUnwrappedModel(MBMessage mbMessage)
|
MBMessage |
updateImpl(MBMessage mbMessage,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FIND_BY_THREADID
public static final FinderPath FINDER_PATH_COUNT_BY_THREADID
public static final FinderPath FINDER_PATH_FIND_BY_THREADREPLIES
public static final FinderPath FINDER_PATH_COUNT_BY_THREADREPLIES
public static final FinderPath FINDER_PATH_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FIND_BY_G_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_C
public static final FinderPath FINDER_PATH_FIND_BY_G_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_S
public static final FinderPath FINDER_PATH_FIND_BY_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_S
public static final FinderPath FINDER_PATH_FIND_BY_C_C
public static final FinderPath FINDER_PATH_COUNT_BY_C_C
public static final FinderPath FINDER_PATH_FIND_BY_T_P
public static final FinderPath FINDER_PATH_COUNT_BY_T_P
public static final FinderPath FINDER_PATH_FIND_BY_T_S
public static final FinderPath FINDER_PATH_COUNT_BY_T_S
public static final FinderPath FINDER_PATH_FIND_BY_TR_S
public static final FinderPath FINDER_PATH_COUNT_BY_TR_S
public static final FinderPath FINDER_PATH_FIND_BY_G_U_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_S
public static final FinderPath FINDER_PATH_FIND_BY_G_C_T
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_T
public static final FinderPath FINDER_PATH_FIND_BY_G_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_S
public static final FinderPath FINDER_PATH_FIND_BY_C_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_C_S
public static final FinderPath FINDER_PATH_FIND_BY_G_C_T_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_T_S
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=MBBanPersistence.class) protected MBBanPersistence mbBanPersistence
@BeanReference(type=MBCategoryPersistence.class) protected MBCategoryPersistence mbCategoryPersistence
@BeanReference(type=MBDiscussionPersistence.class) protected MBDiscussionPersistence mbDiscussionPersistence
@BeanReference(type=MBMailingListPersistence.class) protected MBMailingListPersistence mbMailingListPersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFlagPersistence.class) protected MBMessageFlagPersistence mbMessageFlagPersistence
@BeanReference(type=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=MBThreadPersistence.class) protected MBThreadPersistence mbThreadPersistence
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=RatingsStatsPersistence.class) protected RatingsStatsPersistence ratingsStatsPersistence
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialEquityLogPersistence.class) protected SocialEquityLogPersistence socialEquityLogPersistence
| Constructor Detail |
|---|
public MBMessagePersistenceImpl()
| Method Detail |
|---|
public void cacheResult(MBMessage mbMessage)
cacheResult in interface MBMessagePersistencepublic void cacheResult(List<MBMessage> mbMessages)
cacheResult in interface MBMessagePersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<MBMessage>clearCache in class BasePersistenceImpl<MBMessage>public void clearCache(MBMessage mbMessage)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<MBMessage>clearCache in class BasePersistenceImpl<MBMessage>mbMessage - the instance of this model to clear the cache forpublic MBMessage create(long messageId)
create in interface MBMessagePersistence
public MBMessage remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<MBMessage>remove in class BasePersistenceImpl<MBMessage>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public MBMessage remove(long messageId)
throws NoSuchMessageException,
SystemException
remove in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage removeImpl(MBMessage mbMessage)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<MBMessage>mbMessage - the model instance to remove
SystemException - if a system exception occurred
public MBMessage updateImpl(MBMessage mbMessage,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface MBMessagePersistenceupdateImpl in class BasePersistenceImpl<MBMessage>mbMessage - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected MBMessage toUnwrappedModel(MBMessage mbMessage)
public MBMessage findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<MBMessage>findByPrimaryKey in class BasePersistenceImpl<MBMessage>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public MBMessage findByPrimaryKey(long messageId)
throws NoSuchMessageException,
SystemException
findByPrimaryKey in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<MBMessage>fetchByPrimaryKey in class BasePersistenceImpl<MBMessage>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public MBMessage fetchByPrimaryKey(long messageId)
throws SystemException
fetchByPrimaryKey in interface MBMessagePersistenceSystemException
public List<MBMessage> findByUuid(String uuid)
throws SystemException
findByUuid in interface MBMessagePersistenceSystemException
public List<MBMessage> findByUuid(String uuid,
int start,
int end)
throws SystemException
findByUuid in interface MBMessagePersistenceSystemException
public List<MBMessage> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUuid in interface MBMessagePersistenceSystemException
public MBMessage findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByUuid_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByUuid_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByUuid_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByUuid_PrevAndNext(Session session,
MBMessage mbMessage,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public MBMessage findByUUID_G(String uuid,
long groupId)
throws NoSuchMessageException,
SystemException
findByUUID_G in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage fetchByUUID_G(String uuid,
long groupId)
throws SystemException
fetchByUUID_G in interface MBMessagePersistenceSystemException
public MBMessage fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
fetchByUUID_G in interface MBMessagePersistenceSystemException
public List<MBMessage> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByGroupId(long groupId,
int start,
int end)
throws SystemException
findByGroupId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByGroupId in interface MBMessagePersistenceSystemException
public MBMessage findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByGroupId_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByGroupId_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByGroupId_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByGroupId_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
filterFindByGroupId in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByGroupId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
findByCompanyId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByCompanyId in interface MBMessagePersistenceSystemException
public MBMessage findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByCompanyId_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByCompanyId_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByCompanyId_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByCompanyId_PrevAndNext(Session session,
MBMessage mbMessage,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByThreadId(long threadId)
throws SystemException
findByThreadId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByThreadId(long threadId,
int start,
int end)
throws SystemException
findByThreadId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByThreadId in interface MBMessagePersistenceSystemException
public MBMessage findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByThreadId_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByThreadId_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByThreadId_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByThreadId_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByThreadReplies(long threadId)
throws SystemException
findByThreadReplies in interface MBMessagePersistenceSystemException
public List<MBMessage> findByThreadReplies(long threadId,
int start,
int end)
throws SystemException
findByThreadReplies in interface MBMessagePersistenceSystemException
public List<MBMessage> findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByThreadReplies in interface MBMessagePersistenceSystemException
public MBMessage findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByThreadReplies_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByThreadReplies_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByThreadReplies_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByThreadReplies_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByUserId(long userId)
throws SystemException
findByUserId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByUserId(long userId,
int start,
int end)
throws SystemException
findByUserId in interface MBMessagePersistenceSystemException
public List<MBMessage> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUserId in interface MBMessagePersistenceSystemException
public MBMessage findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByUserId_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByUserId_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByUserId_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByUserId_PrevAndNext(Session session,
MBMessage mbMessage,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByG_U(long groupId,
long userId)
throws SystemException
findByG_U in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
findByG_U in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U in interface MBMessagePersistenceSystemException
public MBMessage findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_U_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_U_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_U_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_U_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_U(long groupId,
long userId)
throws SystemException
filterFindByG_U in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
filterFindByG_U in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C(long groupId,
long categoryId)
throws SystemException
findByG_C in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C(long groupId,
long categoryId,
int start,
int end)
throws SystemException
findByG_C in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_C in interface MBMessagePersistenceSystemException
public MBMessage findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_C_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_C(long groupId,
long categoryId)
throws SystemException
filterFindByG_C in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
throws SystemException
filterFindByG_C in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_C in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_S(long groupId,
int status)
throws SystemException
findByG_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_S(long groupId,
int status,
int start,
int end)
throws SystemException
findByG_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_S in interface MBMessagePersistenceSystemException
public MBMessage findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_S(long groupId,
int status)
throws SystemException
filterFindByG_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_S(long groupId,
int status,
int start,
int end)
throws SystemException
filterFindByG_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_S(long companyId,
int status)
throws SystemException
findByC_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_S(long companyId,
int status,
int start,
int end)
throws SystemException
findByC_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByC_S in interface MBMessagePersistenceSystemException
public MBMessage findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByC_S_PrevAndNext(Session session,
MBMessage mbMessage,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByC_C(long classNameId,
long classPK)
throws SystemException
findByC_C in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_C(long classNameId,
long classPK,
int start,
int end)
throws SystemException
findByC_C in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByC_C in interface MBMessagePersistenceSystemException
public MBMessage findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_C_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_C_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_C_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByC_C_PrevAndNext(Session session,
MBMessage mbMessage,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByT_P(long threadId,
long parentMessageId)
throws SystemException
findByT_P in interface MBMessagePersistenceSystemException
public List<MBMessage> findByT_P(long threadId,
long parentMessageId,
int start,
int end)
throws SystemException
findByT_P in interface MBMessagePersistenceSystemException
public List<MBMessage> findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByT_P in interface MBMessagePersistenceSystemException
public MBMessage findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByT_P_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByT_P_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByT_P_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByT_P_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByT_S(long threadId,
int status)
throws SystemException
findByT_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByT_S(long threadId,
int status,
int start,
int end)
throws SystemException
findByT_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByT_S in interface MBMessagePersistenceSystemException
public MBMessage findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByT_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByT_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByT_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByT_S_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByTR_S(long threadId,
int status)
throws SystemException
findByTR_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByTR_S(long threadId,
int status,
int start,
int end)
throws SystemException
findByTR_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByTR_S in interface MBMessagePersistenceSystemException
public MBMessage findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByTR_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByTR_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByTR_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByTR_S_PrevAndNext(Session session,
MBMessage mbMessage,
long threadId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByG_U_S(long groupId,
long userId,
int status)
throws SystemException
findByG_U_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
findByG_U_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U_S in interface MBMessagePersistenceSystemException
public MBMessage findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_U_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_U_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_U_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_U_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_U_S(long groupId,
long userId,
int status)
throws SystemException
filterFindByG_U_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
filterFindByG_U_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
findByG_C_T in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
throws SystemException
findByG_C_T in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_C_T in interface MBMessagePersistenceSystemException
public MBMessage findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_T_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_T_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_T_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_C_T_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
filterFindByG_C_T in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
throws SystemException
filterFindByG_C_T in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_C_T in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
findByG_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
findByG_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_C_S in interface MBMessagePersistenceSystemException
public MBMessage findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_C_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
filterFindByG_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
filterFindByG_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status)
throws SystemException
findByC_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
throws SystemException
findByC_C_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByC_C_S in interface MBMessagePersistenceSystemException
public MBMessage findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_C_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_C_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByC_C_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByC_C_S_PrevAndNext(Session session,
MBMessage mbMessage,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
findByG_C_T_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
throws SystemException
findByG_C_T_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_C_T_S in interface MBMessagePersistenceSystemException
public MBMessage findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_T_S_First in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_T_S_Last in interface MBMessagePersistenceNoSuchMessageException
SystemException
public MBMessage[] findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
throws NoSuchMessageException,
SystemException
findByG_C_T_S_PrevAndNext in interface MBMessagePersistenceNoSuchMessageException
SystemException
protected MBMessage getByG_C_T_S_PrevAndNext(Session session,
MBMessage mbMessage,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<MBMessage> filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
filterFindByG_C_T_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
throws SystemException
filterFindByG_C_T_S in interface MBMessagePersistenceSystemException
public List<MBMessage> filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_C_T_S in interface MBMessagePersistenceSystemException
public List<MBMessage> findAll()
throws SystemException
findAll in interface MBMessagePersistenceSystemException
public List<MBMessage> findAll(int start,
int end)
throws SystemException
findAll in interface MBMessagePersistenceSystemException
public List<MBMessage> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface MBMessagePersistenceSystemException
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface MBMessagePersistenceSystemException
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchMessageException,
SystemException
removeByUUID_G in interface MBMessagePersistenceNoSuchMessageException
SystemException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface MBMessagePersistenceSystemException
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface MBMessagePersistenceSystemException
public void removeByThreadId(long threadId)
throws SystemException
removeByThreadId in interface MBMessagePersistenceSystemException
public void removeByThreadReplies(long threadId)
throws SystemException
removeByThreadReplies in interface MBMessagePersistenceSystemException
public void removeByUserId(long userId)
throws SystemException
removeByUserId in interface MBMessagePersistenceSystemException
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface MBMessagePersistenceSystemException
public void removeByG_C(long groupId,
long categoryId)
throws SystemException
removeByG_C in interface MBMessagePersistenceSystemException
public void removeByG_S(long groupId,
int status)
throws SystemException
removeByG_S in interface MBMessagePersistenceSystemException
public void removeByC_S(long companyId,
int status)
throws SystemException
removeByC_S in interface MBMessagePersistenceSystemException
public void removeByC_C(long classNameId,
long classPK)
throws SystemException
removeByC_C in interface MBMessagePersistenceSystemException
public void removeByT_P(long threadId,
long parentMessageId)
throws SystemException
removeByT_P in interface MBMessagePersistenceSystemException
public void removeByT_S(long threadId,
int status)
throws SystemException
removeByT_S in interface MBMessagePersistenceSystemException
public void removeByTR_S(long threadId,
int status)
throws SystemException
removeByTR_S in interface MBMessagePersistenceSystemException
public void removeByG_U_S(long groupId,
long userId,
int status)
throws SystemException
removeByG_U_S in interface MBMessagePersistenceSystemException
public void removeByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
removeByG_C_T in interface MBMessagePersistenceSystemException
public void removeByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
removeByG_C_S in interface MBMessagePersistenceSystemException
public void removeByC_C_S(long classNameId,
long classPK,
int status)
throws SystemException
removeByC_C_S in interface MBMessagePersistenceSystemException
public void removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
removeByG_C_T_S in interface MBMessagePersistenceSystemException
public void removeAll()
throws SystemException
removeAll in interface MBMessagePersistenceSystemException
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface MBMessagePersistenceSystemException
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface MBMessagePersistenceSystemException
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface MBMessagePersistenceSystemException
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface MBMessagePersistenceSystemException
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface MBMessagePersistenceSystemException
public int countByThreadId(long threadId)
throws SystemException
countByThreadId in interface MBMessagePersistenceSystemException
public int countByThreadReplies(long threadId)
throws SystemException
countByThreadReplies in interface MBMessagePersistenceSystemException
public int countByUserId(long userId)
throws SystemException
countByUserId in interface MBMessagePersistenceSystemException
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface MBMessagePersistenceSystemException
public int filterCountByG_U(long groupId,
long userId)
throws SystemException
filterCountByG_U in interface MBMessagePersistenceSystemException
public int countByG_C(long groupId,
long categoryId)
throws SystemException
countByG_C in interface MBMessagePersistenceSystemException
public int filterCountByG_C(long groupId,
long categoryId)
throws SystemException
filterCountByG_C in interface MBMessagePersistenceSystemException
public int countByG_S(long groupId,
int status)
throws SystemException
countByG_S in interface MBMessagePersistenceSystemException
public int filterCountByG_S(long groupId,
int status)
throws SystemException
filterCountByG_S in interface MBMessagePersistenceSystemException
public int countByC_S(long companyId,
int status)
throws SystemException
countByC_S in interface MBMessagePersistenceSystemException
public int countByC_C(long classNameId,
long classPK)
throws SystemException
countByC_C in interface MBMessagePersistenceSystemException
public int countByT_P(long threadId,
long parentMessageId)
throws SystemException
countByT_P in interface MBMessagePersistenceSystemException
public int countByT_S(long threadId,
int status)
throws SystemException
countByT_S in interface MBMessagePersistenceSystemException
public int countByTR_S(long threadId,
int status)
throws SystemException
countByTR_S in interface MBMessagePersistenceSystemException
public int countByG_U_S(long groupId,
long userId,
int status)
throws SystemException
countByG_U_S in interface MBMessagePersistenceSystemException
public int filterCountByG_U_S(long groupId,
long userId,
int status)
throws SystemException
filterCountByG_U_S in interface MBMessagePersistenceSystemException
public int countByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
countByG_C_T in interface MBMessagePersistenceSystemException
public int filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
throws SystemException
filterCountByG_C_T in interface MBMessagePersistenceSystemException
public int countByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
countByG_C_S in interface MBMessagePersistenceSystemException
public int filterCountByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
filterCountByG_C_S in interface MBMessagePersistenceSystemException
public int countByC_C_S(long classNameId,
long classPK,
int status)
throws SystemException
countByC_C_S in interface MBMessagePersistenceSystemException
public int countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
countByG_C_T_S in interface MBMessagePersistenceSystemException
public int filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
filterCountByG_C_T_S in interface MBMessagePersistenceSystemException
public int countAll()
throws SystemException
countAll in interface MBMessagePersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||