com.liferay.portlet.journal.service.persistence
Interface JournalFeedPersistence
- All Superinterfaces:
- BasePersistence<JournalFeed>
public interface JournalFeedPersistence
- extends BasePersistence<JournalFeed>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalFeedPersistenceImpl
,
JournalFeedUtil
- Generated:
Method Summary |
void |
cacheResult(JournalFeed journalFeed)
|
void |
cacheResult(java.util.List<JournalFeed> journalFeeds)
|
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 |
fetchByG_F(long groupId,
java.lang.String feedId,
boolean retrieveFromCache)
|
JournalFeed |
fetchByPrimaryKey(long id)
|
JournalFeed |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
JournalFeed |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
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)
|
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)
|
JournalFeed |
updateImpl(JournalFeed journalFeed,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(JournalFeed journalFeed)
cacheResult
void cacheResult(java.util.List<JournalFeed> journalFeeds)
create
JournalFeed create(long id)
remove
JournalFeed remove(long id)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
updateImpl
JournalFeed updateImpl(JournalFeed journalFeed,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
JournalFeed findByPrimaryKey(long id)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
fetchByPrimaryKey
JournalFeed fetchByPrimaryKey(long id)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<JournalFeed> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<JournalFeed> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<JournalFeed> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
JournalFeed findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
findByUuid_Last
JournalFeed findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
findByUuid_PrevAndNext
JournalFeed[] findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
findByUUID_G
JournalFeed findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
fetchByUUID_G
JournalFeed fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
JournalFeed fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<JournalFeed> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<JournalFeed> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<JournalFeed> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
JournalFeed findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
findByGroupId_Last
JournalFeed findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
findByGroupId_PrevAndNext
JournalFeed[] findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
findByG_F
JournalFeed findByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
fetchByG_F
JournalFeed fetchByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_F
JournalFeed fetchByG_F(long groupId,
java.lang.String feedId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<JournalFeed> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<JournalFeed> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<JournalFeed> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
removeByGroupId
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F
void removeByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFeedException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFeedException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F
int countByG_F(long groupId,
java.lang.String feedId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException