|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MBMessageFlagPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
MBMessageFlagPersistenceImpl
,
MBMessageFlagUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<MBMessageFlag> mbMessageFlags)
|
void |
cacheResult(MBMessageFlag mbMessageFlag)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByM_F(long messageId,
int flag)
|
int |
countByMessageId(long messageId)
|
int |
countByT_F(long threadId,
int flag)
|
int |
countByThreadId(long threadId)
|
int |
countByU_M_F(long userId,
long messageId,
int flag)
|
int |
countByU_T_F(long userId,
long threadId,
int flag)
|
int |
countByUserId(long userId)
|
MBMessageFlag |
create(long messageFlagId)
|
MBMessageFlag |
fetchByPrimaryKey(long messageFlagId)
|
MBMessageFlag |
fetchByU_M_F(long userId,
long messageId,
int flag)
|
MBMessageFlag |
fetchByU_M_F(long userId,
long messageId,
int flag,
boolean retrieveFromCache)
|
java.util.List<MBMessageFlag> |
findAll()
|
java.util.List<MBMessageFlag> |
findAll(int start,
int end)
|
java.util.List<MBMessageFlag> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByM_F_First(long messageId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByM_F_Last(long messageId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag[] |
findByM_F_PrevAndNext(long messageFlagId,
long messageId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessageFlag> |
findByM_F(long messageId,
int flag)
|
java.util.List<MBMessageFlag> |
findByM_F(long messageId,
int flag,
int start,
int end)
|
java.util.List<MBMessageFlag> |
findByM_F(long messageId,
int flag,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByMessageId_First(long messageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByMessageId_Last(long messageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag[] |
findByMessageId_PrevAndNext(long messageFlagId,
long messageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessageFlag> |
findByMessageId(long messageId)
|
java.util.List<MBMessageFlag> |
findByMessageId(long messageId,
int start,
int end)
|
java.util.List<MBMessageFlag> |
findByMessageId(long messageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByPrimaryKey(long messageFlagId)
|
MBMessageFlag |
findByT_F_First(long threadId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByT_F_Last(long threadId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag[] |
findByT_F_PrevAndNext(long messageFlagId,
long threadId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessageFlag> |
findByT_F(long threadId,
int flag)
|
java.util.List<MBMessageFlag> |
findByT_F(long threadId,
int flag,
int start,
int end)
|
java.util.List<MBMessageFlag> |
findByT_F(long threadId,
int flag,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByThreadId_First(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByThreadId_Last(long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag[] |
findByThreadId_PrevAndNext(long messageFlagId,
long threadId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessageFlag> |
findByThreadId(long threadId)
|
java.util.List<MBMessageFlag> |
findByThreadId(long threadId,
int start,
int end)
|
java.util.List<MBMessageFlag> |
findByThreadId(long threadId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByU_M_F(long userId,
long messageId,
int flag)
|
MBMessageFlag |
findByU_T_F_First(long userId,
long threadId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByU_T_F_Last(long userId,
long threadId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag[] |
findByU_T_F_PrevAndNext(long messageFlagId,
long userId,
long threadId,
int flag,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessageFlag> |
findByU_T_F(long userId,
long threadId,
int flag)
|
java.util.List<MBMessageFlag> |
findByU_T_F(long userId,
long threadId,
int flag,
int start,
int end)
|
java.util.List<MBMessageFlag> |
findByU_T_F(long userId,
long threadId,
int flag,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMessageFlag[] |
findByUserId_PrevAndNext(long messageFlagId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBMessageFlag> |
findByUserId(long userId)
|
java.util.List<MBMessageFlag> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<MBMessageFlag> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
MBMessageFlag |
remove(long messageFlagId)
|
MBMessageFlag |
remove(MBMessageFlag mbMessageFlag)
|
void |
removeAll()
|
void |
removeByM_F(long messageId,
int flag)
|
void |
removeByMessageId(long messageId)
|
void |
removeByT_F(long threadId,
int flag)
|
void |
removeByThreadId(long threadId)
|
void |
removeByU_M_F(long userId,
long messageId,
int flag)
|
void |
removeByU_T_F(long userId,
long threadId,
int flag)
|
void |
removeByUserId(long userId)
|
MBMessageFlag |
update(MBMessageFlag mbMessageFlag)
Deprecated. Use update(MBMessageFlag, boolean merge) . |
MBMessageFlag |
update(MBMessageFlag mbMessageFlag,
boolean merge)
Add, update, or merge, the entity. |
MBMessageFlag |
updateImpl(MBMessageFlag mbMessageFlag,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(MBMessageFlag mbMessageFlag)
void cacheResult(java.util.List<MBMessageFlag> mbMessageFlags)
void clearCache()
clearCache
in interface BasePersistence
MBMessageFlag create(long messageFlagId)
MBMessageFlag remove(long messageFlagId) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag remove(MBMessageFlag mbMessageFlag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag update(MBMessageFlag mbMessageFlag) throws com.liferay.portal.SystemException
update(MBMessageFlag, boolean merge)
.
com.liferay.portal.SystemException
MBMessageFlag update(MBMessageFlag mbMessageFlag, boolean merge) throws com.liferay.portal.SystemException
mbMessageFlag
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when mbMessageFlag is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
MBMessageFlag updateImpl(MBMessageFlag mbMessageFlag, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByPrimaryKey(long messageFlagId) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag fetchByPrimaryKey(long messageFlagId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByUserId(long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag[] findByUserId_PrevAndNext(long messageFlagId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
java.util.List<MBMessageFlag> findByThreadId(long threadId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByThreadId(long threadId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByThreadId(long threadId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByThreadId_First(long threadId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByThreadId_Last(long threadId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag[] findByThreadId_PrevAndNext(long messageFlagId, long threadId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
java.util.List<MBMessageFlag> findByMessageId(long messageId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByMessageId(long messageId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByMessageId(long messageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByMessageId_First(long messageId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByMessageId_Last(long messageId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag[] findByMessageId_PrevAndNext(long messageFlagId, long messageId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
java.util.List<MBMessageFlag> findByT_F(long threadId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByT_F(long threadId, int flag, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByT_F(long threadId, int flag, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByT_F_First(long threadId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByT_F_Last(long threadId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag[] findByT_F_PrevAndNext(long messageFlagId, long threadId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
java.util.List<MBMessageFlag> findByM_F(long messageId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByM_F(long messageId, int flag, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByM_F(long messageId, int flag, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByM_F_First(long messageId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByM_F_Last(long messageId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag[] findByM_F_PrevAndNext(long messageFlagId, long messageId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
java.util.List<MBMessageFlag> findByU_T_F(long userId, long threadId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByU_T_F(long userId, long threadId, int flag, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findByU_T_F(long userId, long threadId, int flag, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag findByU_T_F_First(long userId, long threadId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByU_T_F_Last(long userId, long threadId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag[] findByU_T_F_PrevAndNext(long messageFlagId, long userId, long threadId, int flag, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag findByU_M_F(long userId, long messageId, int flag) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
MBMessageFlag fetchByU_M_F(long userId, long messageId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMessageFlag fetchByU_M_F(long userId, long messageId, int flag, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMessageFlag> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByThreadId(long threadId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByMessageId(long messageId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByT_F(long threadId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByM_F(long messageId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_T_F(long userId, long threadId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_M_F(long userId, long messageId, int flag) throws com.liferay.portal.SystemException, NoSuchMessageFlagException
com.liferay.portal.SystemException
NoSuchMessageFlagException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByThreadId(long threadId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByMessageId(long messageId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByT_F(long threadId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByM_F(long messageId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_T_F(long userId, long threadId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_M_F(long userId, long messageId, int flag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |