|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface JournalFeedPersistence
| Method Summary | |
|---|---|
int |
countAll()
|
int |
countByG_F(long groupId,
java.lang.String feedId)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
JournalFeed |
create(long id)
|
JournalFeed |
fetchByG_F(long groupId,
java.lang.String feedId)
|
JournalFeed |
fetchByPrimaryKey(long id)
|
JournalFeed |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List<JournalFeed> |
findAll()
|
java.util.List<JournalFeed> |
findAll(int start,
int end)
|
java.util.List<JournalFeed> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalFeed |
findByG_F(long groupId,
java.lang.String feedId)
|
JournalFeed |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalFeed |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalFeed[] |
findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalFeed> |
findByGroupId(long groupId)
|
java.util.List<JournalFeed> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<JournalFeed> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalFeed |
findByPrimaryKey(long id)
|
JournalFeed |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalFeed |
findByUUID_G(java.lang.String uuid,
long groupId)
|
JournalFeed |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalFeed[] |
findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalFeed> |
findByUuid(java.lang.String uuid)
|
java.util.List<JournalFeed> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<JournalFeed> |
findByUuid(java.lang.String uuid,
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)
|
void |
registerListener(ModelListener listener)
|
JournalFeed |
remove(JournalFeed journalFeed)
|
JournalFeed |
remove(long id)
|
void |
removeAll()
|
void |
removeByG_F(long groupId,
java.lang.String feedId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
JournalFeed |
update(JournalFeed journalFeed)
Deprecated. Use update(JournalFeed journalFeed, boolean merge). |
JournalFeed |
update(JournalFeed journalFeed,
boolean merge)
Add, update, or merge, the entity. |
JournalFeed |
updateImpl(JournalFeed journalFeed,
boolean merge)
|
| Method Detail |
|---|
JournalFeed create(long id)
JournalFeed remove(long id)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
JournalFeed remove(JournalFeed journalFeed)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalFeed update(JournalFeed journalFeed)
throws com.liferay.portal.SystemException
update(JournalFeed journalFeed, boolean merge).
com.liferay.portal.SystemException
JournalFeed update(JournalFeed journalFeed,
boolean merge)
throws com.liferay.portal.SystemException
journalFeed - 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 journalFeed is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
JournalFeed updateImpl(JournalFeed journalFeed,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByPrimaryKey(long id)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
JournalFeed fetchByPrimaryKey(long id)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed[] findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
JournalFeed fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed[] findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFeed findByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
JournalFeed fetchByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalFeed> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.SystemException,
NoSuchFeedException
com.liferay.portal.SystemException
NoSuchFeedException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||