Liferay 7.0-ce-m6

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

All Superinterfaces:
BasePersistence<JournalFeed>

@ProviderType
public interface JournalFeedPersistence
extends BasePersistence<JournalFeed>

The persistence interface for the journal feed service.

Caching information and settings can be found in portal.properties

See Also:
com.liferay.portlet.journal.service.persistence.impl.JournalFeedPersistenceImpl, JournalFeedUtil

Method Summary
 void cacheResult(JournalFeed journalFeed)
          Caches the journal feed in the entity cache if it is enabled.
 void cacheResult(List<JournalFeed> journalFeeds)
          Caches the journal feeds in the entity cache if it is enabled.
 int countAll()
          Returns the number of journal feeds.
 int countByG_F(long groupId, String feedId)
          Returns the number of journal feeds where groupId = ? and feedId = ?.
 int countByGroupId(long groupId)
          Returns the number of journal feeds where groupId = ?.
 int countByUuid_C(String uuid, long companyId)
          Returns the number of journal feeds where uuid = ? and companyId = ?.
 int countByUUID_G(String uuid, long groupId)
          Returns the number of journal feeds where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Returns the number of journal feeds where uuid = ?.
 JournalFeed create(long id)
          Creates a new journal feed with the primary key.
 JournalFeed fetchByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found.
 JournalFeed fetchByG_F(long groupId, String feedId, boolean retrieveFromCache)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalFeed fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed fetchByPrimaryKey(long id)
          Returns the journal feed with the primary key or returns null if it could not be found.
 Map<Serializable,JournalFeed> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 JournalFeed fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed fetchByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalFeed fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalFeed fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 int filterCountByGroupId(long groupId)
          Returns the number of journal feeds that the user has permission to view where groupId = ?.
 JournalFeed[] filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> filterFindByGroupId(long groupId)
          Returns all the journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
 List<JournalFeed> findAll()
          Returns all the journal feeds.
 List<JournalFeed> findAll(int start, int end)
          Returns a range of all the journal feeds.
 List<JournalFeed> findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
 JournalFeed findByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed[] findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 List<JournalFeed> findByGroupId(long groupId)
          Returns all the journal feeds where groupId = ?.
 List<JournalFeed> findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds where groupId = ?.
 List<JournalFeed> findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
 JournalFeed findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
 JournalFeed findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 List<JournalFeed> findByUuid_C(String uuid, long companyId)
          Returns all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 JournalFeed findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed findByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 List<JournalFeed> findByUuid(String uuid)
          Returns all the journal feeds where uuid = ?.
 List<JournalFeed> findByUuid(String uuid, int start, int end)
          Returns a range of all the journal feeds where uuid = ?.
 List<JournalFeed> findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
 JournalFeed remove(long id)
          Removes the journal feed with the primary key from the database.
 void removeAll()
          Removes all the journal feeds from the database.
 JournalFeed removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the journal feeds where groupId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the journal feeds where uuid = ? and companyId = ? from the database.
 JournalFeed removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the journal feeds where uuid = ? from the database.
 JournalFeed updateImpl(JournalFeed journalFeed)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<JournalFeed> findByUuid(String uuid)
Returns all the journal feeds where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching journal feeds

findByUuid

List<JournalFeed> findByUuid(String uuid,
                             int start,
                             int end)
Returns a range of all the journal feeds where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
Returns:
the range of matching journal feeds

findByUuid

List<JournalFeed> findByUuid(String uuid,
                             int start,
                             int end,
                             OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal feeds

findByUuid_First

JournalFeed findByUuid_First(String uuid,
                             OrderByComparator<JournalFeed> orderByComparator)
                             throws NoSuchFeedException
Returns the first journal feed in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByUuid_First

JournalFeed fetchByUuid_First(String uuid,
                              OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal feed, or null if a matching journal feed could not be found

findByUuid_Last

JournalFeed findByUuid_Last(String uuid,
                            OrderByComparator<JournalFeed> orderByComparator)
                            throws NoSuchFeedException
Returns the last journal feed in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByUuid_Last

JournalFeed fetchByUuid_Last(String uuid,
                             OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal feed, or null if a matching journal feed could not be found

findByUuid_PrevAndNext

JournalFeed[] findByUuid_PrevAndNext(long id,
                                     String uuid,
                                     OrderByComparator<JournalFeed> orderByComparator)
                                     throws NoSuchFeedException
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.

Parameters:
id - the primary key of the current journal feed
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal feed
Throws:
NoSuchFeedException - if a journal feed with the primary key could not be found

removeByUuid

void removeByUuid(String uuid)
Removes all the journal feeds where uuid = ? from the database.

Parameters:
uuid - the uuid

countByUuid

int countByUuid(String uuid)
Returns the number of journal feeds where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching journal feeds

findByUUID_G

JournalFeed findByUUID_G(String uuid,
                         long groupId)
                         throws NoSuchFeedException
Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByUUID_G

JournalFeed fetchByUUID_G(String uuid,
                          long groupId)
Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching journal feed, or null if a matching journal feed could not be found

fetchByUUID_G

JournalFeed fetchByUUID_G(String uuid,
                          long groupId,
                          boolean retrieveFromCache)
Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching journal feed, or null if a matching journal feed could not be found

removeByUUID_G

JournalFeed removeByUUID_G(String uuid,
                           long groupId)
                           throws NoSuchFeedException
Removes the journal feed where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the journal feed that was removed
Throws:
NoSuchFeedException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
Returns the number of journal feeds where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching journal feeds

findByUuid_C

List<JournalFeed> findByUuid_C(String uuid,
                               long companyId)
Returns all the journal feeds where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching journal feeds

findByUuid_C

List<JournalFeed> findByUuid_C(String uuid,
                               long companyId,
                               int start,
                               int end)
Returns a range of all the journal feeds where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
Returns:
the range of matching journal feeds

findByUuid_C

List<JournalFeed> findByUuid_C(String uuid,
                               long companyId,
                               int start,
                               int end,
                               OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal feeds

findByUuid_C_First

JournalFeed findByUuid_C_First(String uuid,
                               long companyId,
                               OrderByComparator<JournalFeed> orderByComparator)
                               throws NoSuchFeedException
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByUuid_C_First

JournalFeed fetchByUuid_C_First(String uuid,
                                long companyId,
                                OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal feed, or null if a matching journal feed could not be found

findByUuid_C_Last

JournalFeed findByUuid_C_Last(String uuid,
                              long companyId,
                              OrderByComparator<JournalFeed> orderByComparator)
                              throws NoSuchFeedException
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByUuid_C_Last

JournalFeed fetchByUuid_C_Last(String uuid,
                               long companyId,
                               OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal feed, or null if a matching journal feed could not be found

findByUuid_C_PrevAndNext

JournalFeed[] findByUuid_C_PrevAndNext(long id,
                                       String uuid,
                                       long companyId,
                                       OrderByComparator<JournalFeed> orderByComparator)
                                       throws NoSuchFeedException
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.

Parameters:
id - the primary key of the current journal feed
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal feed
Throws:
NoSuchFeedException - if a journal feed with the primary key could not be found

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
Removes all the journal feeds where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
Returns the number of journal feeds where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching journal feeds

findByGroupId

List<JournalFeed> findByGroupId(long groupId)
Returns all the journal feeds where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching journal feeds

findByGroupId

List<JournalFeed> findByGroupId(long groupId,
                                int start,
                                int end)
Returns a range of all the journal feeds where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
Returns:
the range of matching journal feeds

findByGroupId

List<JournalFeed> findByGroupId(long groupId,
                                int start,
                                int end,
                                OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal feeds

findByGroupId_First

JournalFeed findByGroupId_First(long groupId,
                                OrderByComparator<JournalFeed> orderByComparator)
                                throws NoSuchFeedException
Returns the first journal feed in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByGroupId_First

JournalFeed fetchByGroupId_First(long groupId,
                                 OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal feed, or null if a matching journal feed could not be found

findByGroupId_Last

JournalFeed findByGroupId_Last(long groupId,
                               OrderByComparator<JournalFeed> orderByComparator)
                               throws NoSuchFeedException
Returns the last journal feed in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByGroupId_Last

JournalFeed fetchByGroupId_Last(long groupId,
                                OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal feed, or null if a matching journal feed could not be found

findByGroupId_PrevAndNext

JournalFeed[] findByGroupId_PrevAndNext(long id,
                                        long groupId,
                                        OrderByComparator<JournalFeed> orderByComparator)
                                        throws NoSuchFeedException
Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.

Parameters:
id - the primary key of the current journal feed
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal feed
Throws:
NoSuchFeedException - if a journal feed with the primary key could not be found

filterFindByGroupId

List<JournalFeed> filterFindByGroupId(long groupId)
Returns all the journal feeds that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching journal feeds that the user has permission to view

filterFindByGroupId

List<JournalFeed> filterFindByGroupId(long groupId,
                                      int start,
                                      int end)
Returns a range of all the journal feeds that the user has permission to view where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
Returns:
the range of matching journal feeds that the user has permission to view

filterFindByGroupId

List<JournalFeed> filterFindByGroupId(long groupId,
                                      int start,
                                      int end,
                                      OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal feeds that the user has permission to view

filterFindByGroupId_PrevAndNext

JournalFeed[] filterFindByGroupId_PrevAndNext(long id,
                                              long groupId,
                                              OrderByComparator<JournalFeed> orderByComparator)
                                              throws NoSuchFeedException
Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.

Parameters:
id - the primary key of the current journal feed
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal feed
Throws:
NoSuchFeedException - if a journal feed with the primary key could not be found

removeByGroupId

void removeByGroupId(long groupId)
Removes all the journal feeds where groupId = ? from the database.

Parameters:
groupId - the group ID

countByGroupId

int countByGroupId(long groupId)
Returns the number of journal feeds where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching journal feeds

filterCountByGroupId

int filterCountByGroupId(long groupId)
Returns the number of journal feeds that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching journal feeds that the user has permission to view

findByG_F

JournalFeed findByG_F(long groupId,
                      String feedId)
                      throws NoSuchFeedException
Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.

Parameters:
groupId - the group ID
feedId - the feed ID
Returns:
the matching journal feed
Throws:
NoSuchFeedException - if a matching journal feed could not be found

fetchByG_F

JournalFeed fetchByG_F(long groupId,
                       String feedId)
Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
groupId - the group ID
feedId - the feed ID
Returns:
the matching journal feed, or null if a matching journal feed could not be found

fetchByG_F

JournalFeed fetchByG_F(long groupId,
                       String feedId,
                       boolean retrieveFromCache)
Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
groupId - the group ID
feedId - the feed ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching journal feed, or null if a matching journal feed could not be found

removeByG_F

JournalFeed removeByG_F(long groupId,
                        String feedId)
                        throws NoSuchFeedException
Removes the journal feed where groupId = ? and feedId = ? from the database.

Parameters:
groupId - the group ID
feedId - the feed ID
Returns:
the journal feed that was removed
Throws:
NoSuchFeedException

countByG_F

int countByG_F(long groupId,
               String feedId)
Returns the number of journal feeds where groupId = ? and feedId = ?.

Parameters:
groupId - the group ID
feedId - the feed ID
Returns:
the number of matching journal feeds

cacheResult

void cacheResult(JournalFeed journalFeed)
Caches the journal feed in the entity cache if it is enabled.

Parameters:
journalFeed - the journal feed

cacheResult

void cacheResult(List<JournalFeed> journalFeeds)
Caches the journal feeds in the entity cache if it is enabled.

Parameters:
journalFeeds - the journal feeds

create

JournalFeed create(long id)
Creates a new journal feed with the primary key. Does not add the journal feed to the database.

Parameters:
id - the primary key for the new journal feed
Returns:
the new journal feed

remove

JournalFeed remove(long id)
                   throws NoSuchFeedException
Removes the journal feed with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
id - the primary key of the journal feed
Returns:
the journal feed that was removed
Throws:
NoSuchFeedException - if a journal feed with the primary key could not be found

updateImpl

JournalFeed updateImpl(JournalFeed journalFeed)

findByPrimaryKey

JournalFeed findByPrimaryKey(long id)
                             throws NoSuchFeedException
Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.

Parameters:
id - the primary key of the journal feed
Returns:
the journal feed
Throws:
NoSuchFeedException - if a journal feed with the primary key could not be found

fetchByPrimaryKey

JournalFeed fetchByPrimaryKey(long id)
Returns the journal feed with the primary key or returns null if it could not be found.

Parameters:
id - the primary key of the journal feed
Returns:
the journal feed, or null if a journal feed with the primary key could not be found

fetchByPrimaryKeys

Map<Serializable,JournalFeed> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<JournalFeed>

findAll

List<JournalFeed> findAll()
Returns all the journal feeds.

Returns:
the journal feeds

findAll

List<JournalFeed> findAll(int start,
                          int end)
Returns a range of all the journal feeds.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
Returns:
the range of journal feeds

findAll

List<JournalFeed> findAll(int start,
                          int end,
                          OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of journal feeds
end - the upper bound of the range of journal feeds (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of journal feeds

removeAll

void removeAll()
Removes all the journal feeds from the database.


countAll

int countAll()
Returns the number of journal feeds.

Returns:
the number of journal feeds

Liferay 7.0-ce-m6