|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface JournalFeedPersistence
The persistence interface for the journal feed service.
Caching information and settings can be found in portal.properties
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 |
|---|
List<JournalFeed> findByUuid(String uuid)
uuid - the uuid
List<JournalFeed> findByUuid(String uuid,
int start,
int end)
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.
uuid - the uuidstart - the lower bound of the range of journal feedsend - the upper bound of the range of journal feeds (not inclusive)
List<JournalFeed> findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
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.
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 (optionally null)
JournalFeed findByUuid_First(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByUuid_First(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal feed could not be found
JournalFeed findByUuid_Last(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByUuid_Last(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal feed could not be found
JournalFeed[] findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
id - the primary key of the current journal feeduuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a journal feed with the primary key could not be foundvoid removeByUuid(String uuid)
uuid - the uuidint countByUuid(String uuid)
uuid - the uuid
JournalFeed findByUUID_G(String uuid,
long groupId)
throws NoSuchFeedException
NoSuchFeedException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching journal feed could not be found
JournalFeed fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching journal feed could not be found
JournalFeed removeByUUID_G(String uuid,
long groupId)
throws NoSuchFeedException
uuid - the uuidgroupId - the group ID
NoSuchFeedException
int countByUUID_G(String uuid,
long groupId)
uuid - the uuidgroupId - the group ID
List<JournalFeed> findByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
List<JournalFeed> findByUuid_C(String uuid,
long companyId,
int start,
int end)
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.
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)
List<JournalFeed> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
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.
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 (optionally null)
JournalFeed findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal feed could not be found
JournalFeed findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal feed could not be found
JournalFeed[] findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
id - the primary key of the current journal feeduuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a journal feed with the primary key could not be found
void removeByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
int countByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
List<JournalFeed> findByGroupId(long groupId)
groupId - the group ID
List<JournalFeed> findByGroupId(long groupId,
int start,
int end)
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.
groupId - the group IDstart - the lower bound of the range of journal feedsend - the upper bound of the range of journal feeds (not inclusive)
List<JournalFeed> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
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.
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 (optionally null)
JournalFeed findByGroupId_First(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByGroupId_First(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal feed could not be found
JournalFeed findByGroupId_Last(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal feed could not be found
JournalFeed[] findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
id - the primary key of the current journal feedgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a journal feed with the primary key could not be foundList<JournalFeed> filterFindByGroupId(long groupId)
groupId - the group ID
List<JournalFeed> filterFindByGroupId(long groupId,
int start,
int end)
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.
groupId - the group IDstart - the lower bound of the range of journal feedsend - the upper bound of the range of journal feeds (not inclusive)
List<JournalFeed> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
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.
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 (optionally null)
JournalFeed[] filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalFeed> orderByComparator)
throws NoSuchFeedException
id - the primary key of the current journal feedgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFeedException - if a journal feed with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId - the group IDint countByGroupId(long groupId)
groupId - the group ID
int filterCountByGroupId(long groupId)
groupId - the group ID
JournalFeed findByG_F(long groupId,
String feedId)
throws NoSuchFeedException
NoSuchFeedException if it could not be found.
groupId - the group IDfeedId - the feed ID
NoSuchFeedException - if a matching journal feed could not be found
JournalFeed fetchByG_F(long groupId,
String feedId)
null if it could not be found. Uses the finder cache.
groupId - the group IDfeedId - the feed ID
null if a matching journal feed could not be found
JournalFeed fetchByG_F(long groupId,
String feedId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
groupId - the group IDfeedId - the feed IDretrieveFromCache - whether to use the finder cache
null if a matching journal feed could not be found
JournalFeed removeByG_F(long groupId,
String feedId)
throws NoSuchFeedException
groupId - the group IDfeedId - the feed ID
NoSuchFeedException
int countByG_F(long groupId,
String feedId)
groupId - the group IDfeedId - the feed ID
void cacheResult(JournalFeed journalFeed)
journalFeed - the journal feedvoid cacheResult(List<JournalFeed> journalFeeds)
journalFeeds - the journal feedsJournalFeed create(long id)
id - the primary key for the new journal feed
JournalFeed remove(long id)
throws NoSuchFeedException
id - the primary key of the journal feed
NoSuchFeedException - if a journal feed with the primary key could not be foundJournalFeed updateImpl(JournalFeed journalFeed)
JournalFeed findByPrimaryKey(long id)
throws NoSuchFeedException
NoSuchFeedException if it could not be found.
id - the primary key of the journal feed
NoSuchFeedException - if a journal feed with the primary key could not be foundJournalFeed fetchByPrimaryKey(long id)
null if it could not be found.
id - the primary key of the journal feed
null if a journal feed with the primary key could not be foundMap<Serializable,JournalFeed> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<JournalFeed>List<JournalFeed> findAll()
List<JournalFeed> findAll(int start,
int end)
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.
start - the lower bound of the range of journal feedsend - the upper bound of the range of journal feeds (not inclusive)
List<JournalFeed> findAll(int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
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.
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 (optionally null)
void removeAll()
int countAll()
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||