Interface JournalFeedPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<JournalFeed>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalFeed>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
(String uuid) 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 returnsnull
if it could not be found.fetchByG_F
(long groupId, String feedId, boolean useFinderCache) Returns the journal feed where groupId = ? and feedId = ? or returnsnull
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 = ?.fetchByPrimaryKey
(long id) Returns the journal feed with the primary key or returnsnull
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 returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the journal feed where uuid = ? and groupId = ? or returnsnull
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 = ?.findAll()
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.Returns the journal feed where groupId = ? and feedId = ? or throws aNoSuchFeedException
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 = ?.findByPrimaryKey
(long id) Returns the journal feed with the primary key or throws aNoSuchFeedException
if it could not be found.findByUuid
(String uuid) 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 aNoSuchFeedException
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
removeByUuid
(String uuid) 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
Returns all the journal feeds where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching journal feeds
-
findByUuid
Returns a range of all the journal feeds where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of journal feedsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 feeduuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal feed
- Throws:
NoSuchFeedException
- if a journal feed with the primary key could not be found
-
removeByUuid
Removes all the journal feeds where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of journal feeds where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching journal feeds
-
findByUUID_G
Returns the journal feed where uuid = ? and groupId = ? or throws aNoSuchFeedException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching journal feed
- Throws:
NoSuchFeedException
- if a matching journal feed could not be found
-
fetchByUUID_G
Returns the journal feed where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching journal feed, or
null
if a matching journal feed could not be found
-
fetchByUUID_G
Returns the journal feed where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching journal feed, or
null
if a matching journal feed could not be found
-
removeByUUID_G
Removes the journal feed where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the journal feed that was removed
- Throws:
NoSuchFeedException
-
countByUUID_G
Returns the number of journal feeds where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching journal feeds
-
findByUuid_C
Returns all the journal feeds where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching journal feeds
-
findByUuid_C
Returns a range of all the journal feeds where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal feedsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 feeduuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal feed
- Throws:
NoSuchFeedException
- if a journal feed with the primary key could not be found
-
removeByUuid_C
Removes all the journal feeds where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of journal feeds where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching journal feeds
-
findByGroupId
Returns all the journal feeds where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching journal feeds
-
findByGroupId
Returns a range of all the journal feeds where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal feedsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 feedgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal feed
- Throws:
NoSuchFeedException
- if a journal feed with the primary key could not be found
-
filterFindByGroupId
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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal feedsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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 feedgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns the journal feed where groupId = ? and feedId = ? or throws aNoSuchFeedException
if it could not be found.- Parameters:
groupId
- the group IDfeedId
- the feed ID- Returns:
- the matching journal feed
- Throws:
NoSuchFeedException
- if a matching journal feed could not be found
-
fetchByG_F
Returns the journal feed where groupId = ? and feedId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfeedId
- the feed ID- Returns:
- the matching journal feed, or
null
if a matching journal feed could not be found
-
fetchByG_F
Returns the journal feed where groupId = ? and feedId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfeedId
- the feed IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching journal feed, or
null
if a matching journal feed could not be found
-
removeByG_F
Removes the journal feed where groupId = ? and feedId = ? from the database.- Parameters:
groupId
- the group IDfeedId
- the feed ID- Returns:
- the journal feed that was removed
- Throws:
NoSuchFeedException
-
countByG_F
Returns the number of journal feeds where groupId = ? and feedId = ?.- Parameters:
groupId
- the group IDfeedId
- the feed ID- Returns:
- the number of matching journal feeds
-
cacheResult
Caches the journal feed in the entity cache if it is enabled.- Parameters:
journalFeed
- the journal feed
-
cacheResult
Caches the journal feeds in the entity cache if it is enabled.- Parameters:
journalFeeds
- the journal feeds
-
create
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
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
-
findByPrimaryKey
Returns the journal feed with the primary key or throws aNoSuchFeedException
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
Returns the journal feed with the primary key or returnsnull
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
Returns a range of all the journal feeds.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
start
- the lower bound of the range of journal feedsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
start
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalFeedModelImpl
.- Parameters:
start
- the lower bound of the range of journal feedsend
- the upper bound of the range of journal feeds (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
-