Liferay 6.0.3

com.liferay.portlet.journal.service.persistence
Interface JournalFeedPersistence

All Superinterfaces:
BasePersistence<JournalFeed>
All Known Implementing Classes:
JournalFeedPersistenceImpl

public interface JournalFeedPersistence
extends BasePersistence<JournalFeed>

See Also:
JournalFeedPersistenceImpl, JournalFeedUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void cacheResult(JournalFeed journalFeed)
           
 void cacheResult(List<JournalFeed> journalFeeds)
           
 int countAll()
           
 int countByG_F(long groupId, String feedId)
           
 int countByGroupId(long groupId)
           
 int countByUUID_G(String uuid, long groupId)
           
 int countByUuid(String uuid)
           
 JournalFeed create(long id)
           
 JournalFeed fetchByG_F(long groupId, String feedId)
           
 JournalFeed fetchByG_F(long groupId, String feedId, boolean retrieveFromCache)
           
 JournalFeed fetchByPrimaryKey(long id)
           
 JournalFeed fetchByUUID_G(String uuid, long groupId)
           
 JournalFeed fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 int filterCountByG_F(long groupId, String feedId)
           
 int filterCountByGroupId(long groupId)
           
 List<JournalFeed> filterFindByGroupId(long groupId)
           
 List<JournalFeed> filterFindByGroupId(long groupId, int start, int end)
           
 List<JournalFeed> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalFeed> findAll()
           
 List<JournalFeed> findAll(int start, int end)
           
 List<JournalFeed> findAll(int start, int end, OrderByComparator orderByComparator)
           
 JournalFeed findByG_F(long groupId, String feedId)
           
 JournalFeed findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 JournalFeed findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 JournalFeed[] findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
           
 List<JournalFeed> findByGroupId(long groupId)
           
 List<JournalFeed> findByGroupId(long groupId, int start, int end)
           
 List<JournalFeed> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 JournalFeed findByPrimaryKey(long id)
           
 JournalFeed findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 JournalFeed findByUUID_G(String uuid, long groupId)
           
 JournalFeed findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 JournalFeed[] findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
           
 List<JournalFeed> findByUuid(String uuid)
           
 List<JournalFeed> findByUuid(String uuid, int start, int end)
           
 List<JournalFeed> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 JournalFeed remove(long id)
           
 void removeAll()
           
 void removeByG_F(long groupId, String feedId)
           
 void removeByGroupId(long groupId)
           
 void removeByUUID_G(String uuid, long groupId)
           
 void removeByUuid(String uuid)
           
 JournalFeed updateImpl(JournalFeed journalFeed, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(JournalFeed journalFeed)

cacheResult

void cacheResult(List<JournalFeed> journalFeeds)

create

JournalFeed create(long id)

remove

JournalFeed remove(long id)
                   throws SystemException,
                          NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

updateImpl

JournalFeed updateImpl(JournalFeed journalFeed,
                       boolean merge)
                       throws SystemException
Throws:
SystemException

findByPrimaryKey

JournalFeed findByPrimaryKey(long id)
                             throws SystemException,
                                    NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

fetchByPrimaryKey

JournalFeed fetchByPrimaryKey(long id)
                              throws SystemException
Throws:
SystemException

findByUuid

List<JournalFeed> findByUuid(String uuid)
                             throws SystemException
Throws:
SystemException

findByUuid

List<JournalFeed> findByUuid(String uuid,
                             int start,
                             int end)
                             throws SystemException
Throws:
SystemException

findByUuid

List<JournalFeed> findByUuid(String uuid,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Throws:
SystemException

findByUuid_First

JournalFeed findByUuid_First(String uuid,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

findByUuid_Last

JournalFeed findByUuid_Last(String uuid,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

findByUuid_PrevAndNext

JournalFeed[] findByUuid_PrevAndNext(long id,
                                     String uuid,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

findByUUID_G

JournalFeed findByUUID_G(String uuid,
                         long groupId)
                         throws SystemException,
                                NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

fetchByUUID_G

JournalFeed fetchByUUID_G(String uuid,
                          long groupId)
                          throws SystemException
Throws:
SystemException

fetchByUUID_G

JournalFeed fetchByUUID_G(String uuid,
                          long groupId,
                          boolean retrieveFromCache)
                          throws SystemException
Throws:
SystemException

findByGroupId

List<JournalFeed> findByGroupId(long groupId)
                                throws SystemException
Throws:
SystemException

findByGroupId

List<JournalFeed> findByGroupId(long groupId,
                                int start,
                                int end)
                                throws SystemException
Throws:
SystemException

findByGroupId

List<JournalFeed> findByGroupId(long groupId,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                                throws SystemException
Throws:
SystemException

findByGroupId_First

JournalFeed findByGroupId_First(long groupId,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

findByGroupId_Last

JournalFeed findByGroupId_Last(long groupId,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

findByGroupId_PrevAndNext

JournalFeed[] findByGroupId_PrevAndNext(long id,
                                        long groupId,
                                        OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

filterFindByGroupId

List<JournalFeed> filterFindByGroupId(long groupId)
                                      throws SystemException
Throws:
SystemException

filterFindByGroupId

List<JournalFeed> filterFindByGroupId(long groupId,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

filterFindByGroupId

List<JournalFeed> filterFindByGroupId(long groupId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByG_F

JournalFeed findByG_F(long groupId,
                      String feedId)
                      throws SystemException,
                             NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

fetchByG_F

JournalFeed fetchByG_F(long groupId,
                       String feedId)
                       throws SystemException
Throws:
SystemException

fetchByG_F

JournalFeed fetchByG_F(long groupId,
                       String feedId,
                       boolean retrieveFromCache)
                       throws SystemException
Throws:
SystemException

findAll

List<JournalFeed> findAll()
                          throws SystemException
Throws:
SystemException

findAll

List<JournalFeed> findAll(int start,
                          int end)
                          throws SystemException
Throws:
SystemException

findAll

List<JournalFeed> findAll(int start,
                          int end,
                          OrderByComparator orderByComparator)
                          throws SystemException
Throws:
SystemException

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Throws:
SystemException

removeByUUID_G

void removeByUUID_G(String uuid,
                    long groupId)
                    throws SystemException,
                           NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

removeByGroupId

void removeByGroupId(long groupId)
                     throws SystemException
Throws:
SystemException

removeByG_F

void removeByG_F(long groupId,
                 String feedId)
                 throws SystemException,
                        NoSuchFeedException
Throws:
SystemException
NoSuchFeedException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByUuid

int countByUuid(String uuid)
                throws SystemException
Throws:
SystemException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
                  throws SystemException
Throws:
SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Throws:
SystemException

filterCountByGroupId

int filterCountByGroupId(long groupId)
                         throws SystemException
Throws:
SystemException

countByG_F

int countByG_F(long groupId,
               String feedId)
               throws SystemException
Throws:
SystemException

filterCountByG_F

int filterCountByG_F(long groupId,
                     String feedId)
                     throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException

Liferay 6.0.3