Interface JournalFeedPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<JournalFeed>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalFeed>

@ProviderType public interface JournalFeedPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<JournalFeed>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalFeed>
The persistence interface for the journal feed service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    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
    Returns the number of journal feeds where uuid = ?.
    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 = ?.
    create(long id)
    Creates a new journal feed with the primary key.
    fetchByG_F(long groupId, String feedId)
    Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found.
    fetchByG_F(long groupId, String feedId, boolean useFinderCache)
    Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the first journal feed in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the last journal feed in the ordered set where groupId = ?.
    Returns the journal feed with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the first journal feed in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.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 = ?.
    filterFindByGroupId(long groupId)
    Returns all the journal feeds that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the journal feeds that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
    filterFindByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.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 = ?.
    Returns all the journal feeds.
    findAll(int start, int end)
    Returns a range of all the journal feeds.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns an ordered range of all the journal feeds.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the journal feeds.
    findByG_F(long groupId, String feedId)
    Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
    findByGroupId(long groupId)
    Returns all the journal feeds where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the journal feeds where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns an ordered range of all the journal feeds where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the journal feeds where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the first journal feed in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the last journal feed in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
    Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
    Returns all the journal feeds where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the journal feeds where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns an ordered range of all the journal feeds where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the journal feeds where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the journal feeds where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the journal feeds where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long id, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the first journal feed in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the last journal feed in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long id, String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator)
    Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
    remove(long id)
    Removes the journal feed with the primary key from the database.
    void
    Removes all the journal feeds from the database.
    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
    Removes all the journal feeds where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the journal feeds where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the journal feed where uuid = ? and groupId = ? from the database.
    updateImpl(JournalFeed journalFeed)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • 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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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

      List<JournalFeed> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
      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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching journal feeds
    • findByUuid_First

      JournalFeed findByUuid_First(String uuid, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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 useFinderCache)
      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
      useFinderCache - 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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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

      List<JournalFeed> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
      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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching journal feeds
    • findByUuid_C_First

      JournalFeed findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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

      List<JournalFeed> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
      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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching journal feeds
    • findByGroupId_First

      JournalFeed findByGroupId_First(long groupId, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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, com.liferay.portal.kernel.util.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 useFinderCache)
      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
      useFinderCache - 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
    • 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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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, com.liferay.portal.kernel.util.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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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
    • findAll

      List<JournalFeed> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalFeed> orderByComparator, boolean useFinderCache)
      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, then the query will include the default ORDER BY logic from JournalFeedModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      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