Interface COREntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<COREntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(COREntry corEntry) Caches the cor entry in the entity cache if it is enabled.void
cacheResult
(List<COREntry> corEntries) Caches the cor entries in the entity cache if it is enabled.int
countAll()
Returns the number of cor entries.int
countByC_A
(long companyId, boolean active) Returns the number of cor entries where companyId = ? and active = ?.int
countByC_A_LikeType
(long companyId, boolean active, String type) Returns the number of cor entries where companyId = ? and active = ? and type LIKE ?.int
countByC_LikeType
(long companyId, String type) Returns the number of cor entries where companyId = ? and type LIKE ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of cor entries where externalReferenceCode = ? and companyId = ?.int
countByLtD_S
(Date displayDate, int status) Returns the number of cor entries where displayDate < ? and status = ?.int
countByLtE_S
(Date expirationDate, int status) Returns the number of cor entries where expirationDate < ? and status = ?.int
countByUuid
(String uuid) Returns the number of cor entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of cor entries where uuid = ? and companyId = ?.create
(long COREntryId) Creates a new cor entry with the primary key.fetchByC_A_First
(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and active = ?.fetchByC_A_Last
(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and active = ?.fetchByC_A_LikeType_First
(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.fetchByC_A_LikeType_Last
(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.fetchByC_LikeType_First
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and type LIKE ?.fetchByC_LikeType_Last
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and type LIKE ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the cor entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the cor entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where displayDate < ? and status = ?.fetchByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where displayDate < ? and status = ?.fetchByLtE_S_First
(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where expirationDate < ? and status = ?.fetchByLtE_S_Last
(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where expirationDate < ? and status = ?.fetchByPrimaryKey
(long COREntryId) Returns the cor entry 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<COREntry> orderByComparator) Returns the first cor entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where uuid = ?.int
filterCountByC_A
(long companyId, boolean active) Returns the number of cor entries that the user has permission to view where companyId = ? and active = ?.int
filterCountByC_A_LikeType
(long companyId, boolean active, String type) Returns the number of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.int
filterCountByC_LikeType
(long companyId, String type) Returns the number of cor entries that the user has permission to view where companyId = ? and type LIKE ?.int
filterCountByLtD_S
(Date displayDate, int status) Returns the number of cor entries that the user has permission to view where displayDate < ? and status = ?.int
filterCountByLtE_S
(Date expirationDate, int status) Returns the number of cor entries that the user has permission to view where expirationDate < ? and status = ?.int
filterCountByUuid
(String uuid) Returns the number of cor entries that the user has permission to view where uuid = ?.int
filterCountByUuid_C
(String uuid, long companyId) Returns the number of cor entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByC_A
(long companyId, boolean active) Returns all the cor entries that the user has permission to view where companyId = ? and active = ?.filterFindByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the cor entries that the user has permission to view where companyId = ? and active = ?.filterFindByC_A
(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and active = ?.filterFindByC_A_LikeType
(long companyId, boolean active, String type) Returns all the cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.filterFindByC_A_LikeType
(long companyId, boolean active, String type, int start, int end) Returns a range of all the cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.filterFindByC_A_LikeType
(long companyId, boolean active, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and active = ? and type LIKE ?.COREntry[]
filterFindByC_A_LikeType_PrevAndNext
(long COREntryId, long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.COREntry[]
filterFindByC_A_PrevAndNext
(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ?.filterFindByC_LikeType
(long companyId, String type) Returns all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.filterFindByC_LikeType
(long companyId, String type, int start, int end) Returns a range of all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.filterFindByC_LikeType
(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and type LIKE ?.COREntry[]
filterFindByC_LikeType_PrevAndNext
(long COREntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and type LIKE ?.filterFindByLtD_S
(Date displayDate, int status) Returns all the cor entries that the user has permission to view where displayDate < ? and status = ?.filterFindByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the cor entries that the user has permission to view where displayDate < ? and status = ?.filterFindByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where displayDate < ? and status = ?.COREntry[]
filterFindByLtD_S_PrevAndNext
(long COREntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where displayDate < ? and status = ?.filterFindByLtE_S
(Date expirationDate, int status) Returns all the cor entries that the user has permission to view where expirationDate < ? and status = ?.filterFindByLtE_S
(Date expirationDate, int status, int start, int end) Returns a range of all the cor entries that the user has permission to view where expirationDate < ? and status = ?.filterFindByLtE_S
(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where expirationDate < ? and status = ?.COREntry[]
filterFindByLtE_S_PrevAndNext
(long COREntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where expirationDate < ? and status = ?.filterFindByUuid
(String uuid) Returns all the cor entries that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the cor entries that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where uuid = ?.filterFindByUuid_C
(String uuid, long companyId) Returns all the cor entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cor entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where uuid = ? and companyId = ?.COREntry[]
filterFindByUuid_C_PrevAndNext
(long COREntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ? and companyId = ?.COREntry[]
filterFindByUuid_PrevAndNext
(long COREntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ?.findAll()
Returns all the cor entries.findAll
(int start, int end) Returns a range of all the cor entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries.findByC_A
(long companyId, boolean active) Returns all the cor entries where companyId = ? and active = ?.findByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the cor entries where companyId = ? and active = ?.findByC_A
(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where companyId = ? and active = ?.findByC_A
(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where companyId = ? and active = ?.findByC_A_First
(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and active = ?.findByC_A_Last
(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and active = ?.findByC_A_LikeType
(long companyId, boolean active, String type) Returns all the cor entries where companyId = ? and active = ? and type LIKE ?.findByC_A_LikeType
(long companyId, boolean active, String type, int start, int end) Returns a range of all the cor entries where companyId = ? and active = ? and type LIKE ?.findByC_A_LikeType
(long companyId, boolean active, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where companyId = ? and active = ? and type LIKE ?.findByC_A_LikeType
(long companyId, boolean active, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where companyId = ? and active = ? and type LIKE ?.findByC_A_LikeType_First
(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.findByC_A_LikeType_Last
(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.COREntry[]
findByC_A_LikeType_PrevAndNext
(long COREntryId, long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.COREntry[]
findByC_A_PrevAndNext
(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ?.findByC_LikeType
(long companyId, String type) Returns all the cor entries where companyId = ? and type LIKE ?.findByC_LikeType
(long companyId, String type, int start, int end) Returns a range of all the cor entries where companyId = ? and type LIKE ?.findByC_LikeType
(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where companyId = ? and type LIKE ?.findByC_LikeType
(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where companyId = ? and type LIKE ?.findByC_LikeType_First
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and type LIKE ?.findByC_LikeType_Last
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and type LIKE ?.COREntry[]
findByC_LikeType_PrevAndNext
(long COREntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and type LIKE ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the cor entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchCOREntryException
if it could not be found.findByLtD_S
(Date displayDate, int status) Returns all the cor entries where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the cor entries where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where displayDate < ? and status = ?.findByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where displayDate < ? and status = ?.findByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where displayDate < ? and status = ?.COREntry[]
findByLtD_S_PrevAndNext
(long COREntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where displayDate < ? and status = ?.findByLtE_S
(Date expirationDate, int status) Returns all the cor entries where expirationDate < ? and status = ?.findByLtE_S
(Date expirationDate, int status, int start, int end) Returns a range of all the cor entries where expirationDate < ? and status = ?.findByLtE_S
(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where expirationDate < ? and status = ?.findByLtE_S
(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where expirationDate < ? and status = ?.findByLtE_S_First
(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where expirationDate < ? and status = ?.findByLtE_S_Last
(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where expirationDate < ? and status = ?.COREntry[]
findByLtE_S_PrevAndNext
(long COREntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where expirationDate < ? and status = ?.findByPrimaryKey
(long COREntryId) Returns the cor entry with the primary key or throws aNoSuchCOREntryException
if it could not be found.findByUuid
(String uuid) Returns all the cor entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the cor entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the cor entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cor entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where uuid = ? and companyId = ?.COREntry[]
findByUuid_C_PrevAndNext
(long COREntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where uuid = ?.COREntry[]
findByUuid_PrevAndNext
(long COREntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the cor entries before and after the current cor entry in the ordered set where uuid = ?.remove
(long COREntryId) Removes the cor entry with the primary key from the database.void
Removes all the cor entries from the database.void
removeByC_A
(long companyId, boolean active) Removes all the cor entries where companyId = ? and active = ? from the database.void
removeByC_A_LikeType
(long companyId, boolean active, String type) Removes all the cor entries where companyId = ? and active = ? and type LIKE ? from the database.void
removeByC_LikeType
(long companyId, String type) Removes all the cor entries where companyId = ? and type LIKE ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the cor entry where externalReferenceCode = ? and companyId = ? from the database.void
removeByLtD_S
(Date displayDate, int status) Removes all the cor entries where displayDate < ? and status = ? from the database.void
removeByLtE_S
(Date expirationDate, int status) Removes all the cor entries where expirationDate < ? and status = ? from the database.void
removeByUuid
(String uuid) Removes all the cor entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the cor entries where uuid = ? and companyId = ? from the database.updateImpl
(COREntry corEntry) 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
-
Method Details
-
findByUuid
Returns all the cor entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cor entries
-
findByUuid
Returns a range of all the cor entries 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByUuid
List<COREntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByUuid
List<COREntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByUuid_First
COREntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByUuid_First
COREntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry, or
null
if a matching cor entry could not be found
-
findByUuid_Last
COREntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByUuid_Last
COREntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry, or
null
if a matching cor entry could not be found
-
findByUuid_PrevAndNext
COREntry[] findByUuid_PrevAndNext(long COREntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where uuid = ?.- Parameters:
COREntryId
- the primary key of the current cor entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByUuid
Returns all the cor entries that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByUuid
Returns a range of all the cor entries that the user has permission to view 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByUuid
List<COREntry> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByUuid_PrevAndNext
COREntry[] filterFindByUuid_PrevAndNext(long COREntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ?.- Parameters:
COREntryId
- the primary key of the current cor entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByUuid
Removes all the cor entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of cor entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cor entries
-
filterCountByUuid
Returns the number of cor entries that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cor entries that the user has permission to view
-
findByUuid_C
Returns all the cor entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cor entries
-
findByUuid_C
Returns a range of all the cor entries 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByUuid_C
List<COREntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByUuid_C
List<COREntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByUuid_C_First
COREntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry 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 cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByUuid_C_First
COREntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry 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 cor entry, or
null
if a matching cor entry could not be found
-
findByUuid_C_Last
COREntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry 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 cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByUuid_C_Last
COREntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry 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 cor entry, or
null
if a matching cor entry could not be found
-
findByUuid_C_PrevAndNext
COREntry[] findByUuid_C_PrevAndNext(long COREntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
COREntryId
- the primary key of the current cor entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByUuid_C
Returns all the cor entries that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByUuid_C
Returns a range of all the cor entries that the user has permission to view 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByUuid_C
List<COREntry> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view 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 fromCOREntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByUuid_C_PrevAndNext
COREntry[] filterFindByUuid_C_PrevAndNext(long COREntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
COREntryId
- the primary key of the current cor entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByUuid_C
Removes all the cor entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of cor entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cor entries
-
filterCountByUuid_C
Returns the number of cor entries that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cor entries that the user has permission to view
-
findByC_A
Returns all the cor entries where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the matching cor entries
-
findByC_A
Returns a range of all the cor entries where companyId = ? and active = ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByC_A
List<COREntry> findByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where companyId = ? and active = ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByC_A
List<COREntry> findByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where companyId = ? and active = ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByC_A_First
COREntry findByC_A_First(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByC_A_First
COREntry fetchByC_A_First(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry, or
null
if a matching cor entry could not be found
-
findByC_A_Last
COREntry findByC_A_Last(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByC_A_Last
COREntry fetchByC_A_Last(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry, or
null
if a matching cor entry could not be found
-
findByC_A_PrevAndNext
COREntry[] findByC_A_PrevAndNext(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ?.- Parameters:
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByC_A
Returns all the cor entries that the user has permission to view where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByC_A
Returns a range of all the cor entries that the user has permission to view where companyId = ? and active = ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByC_A
List<COREntry> filterFindByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and active = ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByC_A_PrevAndNext
COREntry[] filterFindByC_A_PrevAndNext(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ?.- Parameters:
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByC_A
void removeByC_A(long companyId, boolean active) Removes all the cor entries where companyId = ? and active = ? from the database.- Parameters:
companyId
- the company IDactive
- the active
-
countByC_A
int countByC_A(long companyId, boolean active) Returns the number of cor entries where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the number of matching cor entries
-
filterCountByC_A
int filterCountByC_A(long companyId, boolean active) Returns the number of cor entries that the user has permission to view where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the number of matching cor entries that the user has permission to view
-
findByC_LikeType
Returns all the cor entries where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the matching cor entries
-
findByC_LikeType
Returns a range of all the cor entries where companyId = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByC_LikeType
List<COREntry> findByC_LikeType(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where companyId = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByC_LikeType
List<COREntry> findByC_LikeType(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where companyId = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByC_LikeType_First
COREntry findByC_LikeType_First(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry in the ordered set where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByC_LikeType_First
COREntry fetchByC_LikeType_First(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry, or
null
if a matching cor entry could not be found
-
findByC_LikeType_Last
COREntry findByC_LikeType_Last(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry in the ordered set where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByC_LikeType_Last
COREntry fetchByC_LikeType_Last(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry, or
null
if a matching cor entry could not be found
-
findByC_LikeType_PrevAndNext
COREntry[] findByC_LikeType_PrevAndNext(long COREntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and type LIKE ?.- Parameters:
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByC_LikeType
Returns all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByC_LikeType
Returns a range of all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByC_LikeType
List<COREntry> filterFindByC_LikeType(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByC_LikeType_PrevAndNext
COREntry[] filterFindByC_LikeType_PrevAndNext(long COREntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and type LIKE ?.- Parameters:
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByC_LikeType
Removes all the cor entries where companyId = ? and type LIKE ? from the database.- Parameters:
companyId
- the company IDtype
- the type
-
countByC_LikeType
Returns the number of cor entries where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the number of matching cor entries
-
filterCountByC_LikeType
Returns the number of cor entries that the user has permission to view where companyId = ? and type LIKE ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the number of matching cor entries that the user has permission to view
-
findByLtD_S
Returns all the cor entries where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching cor entries
-
findByLtD_S
Returns a range of all the cor entries where displayDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByLtD_S
List<COREntry> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where displayDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByLtD_S
List<COREntry> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where displayDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByLtD_S_First
COREntry findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByLtD_S_First
COREntry fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry, or
null
if a matching cor entry could not be found
-
findByLtD_S_Last
COREntry findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByLtD_S_Last
COREntry fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry, or
null
if a matching cor entry could not be found
-
findByLtD_S_PrevAndNext
COREntry[] findByLtD_S_PrevAndNext(long COREntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where displayDate < ? and status = ?.- Parameters:
COREntryId
- the primary key of the current cor entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByLtD_S
Returns all the cor entries that the user has permission to view where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByLtD_S
Returns a range of all the cor entries that the user has permission to view where displayDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByLtD_S
List<COREntry> filterFindByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where displayDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByLtD_S_PrevAndNext
COREntry[] filterFindByLtD_S_PrevAndNext(long COREntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where displayDate < ? and status = ?.- Parameters:
COREntryId
- the primary key of the current cor entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByLtD_S
Removes all the cor entries where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of cor entries where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching cor entries
-
filterCountByLtD_S
Returns the number of cor entries that the user has permission to view where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching cor entries that the user has permission to view
-
findByLtE_S
Returns all the cor entries where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the status- Returns:
- the matching cor entries
-
findByLtE_S
Returns a range of all the cor entries where expirationDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByLtE_S
List<COREntry> findByLtE_S(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where expirationDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByLtE_S
List<COREntry> findByLtE_S(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where expirationDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByLtE_S_First
COREntry findByLtE_S_First(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry in the ordered set where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByLtE_S_First
COREntry fetchByLtE_S_First(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry, or
null
if a matching cor entry could not be found
-
findByLtE_S_Last
COREntry findByLtE_S_Last(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry in the ordered set where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByLtE_S_Last
COREntry fetchByLtE_S_Last(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry, or
null
if a matching cor entry could not be found
-
findByLtE_S_PrevAndNext
COREntry[] findByLtE_S_PrevAndNext(long COREntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where expirationDate < ? and status = ?.- Parameters:
COREntryId
- the primary key of the current cor entryexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByLtE_S
Returns all the cor entries that the user has permission to view where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the status- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByLtE_S
Returns a range of all the cor entries that the user has permission to view where expirationDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByLtE_S
List<COREntry> filterFindByLtE_S(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where expirationDate < ? and status = ?.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 fromCOREntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByLtE_S_PrevAndNext
COREntry[] filterFindByLtE_S_PrevAndNext(long COREntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where expirationDate < ? and status = ?.- Parameters:
COREntryId
- the primary key of the current cor entryexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByLtE_S
Removes all the cor entries where expirationDate < ? and status = ? from the database.- Parameters:
expirationDate
- the expiration datestatus
- the status
-
countByLtE_S
Returns the number of cor entries where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the status- Returns:
- the number of matching cor entries
-
filterCountByLtE_S
Returns the number of cor entries that the user has permission to view where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the status- Returns:
- the number of matching cor entries that the user has permission to view
-
findByC_A_LikeType
Returns all the cor entries where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the type- Returns:
- the matching cor entries
-
findByC_A_LikeType
Returns a range of all the cor entries where companyId = ? and active = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries
-
findByC_A_LikeType
List<COREntry> findByC_A_LikeType(long companyId, boolean active, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries where companyId = ? and active = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries
-
findByC_A_LikeType
List<COREntry> findByC_A_LikeType(long companyId, boolean active, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries where companyId = ? and active = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cor entries
-
findByC_A_LikeType_First
COREntry findByC_A_LikeType_First(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the first cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByC_A_LikeType_First
COREntry fetchByC_A_LikeType_First(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the first cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cor entry, or
null
if a matching cor entry could not be found
-
findByC_A_LikeType_Last
COREntry findByC_A_LikeType_Last(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the last cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByC_A_LikeType_Last
COREntry fetchByC_A_LikeType_Last(long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns the last cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cor entry, or
null
if a matching cor entry could not be found
-
findByC_A_LikeType_PrevAndNext
COREntry[] findByC_A_LikeType_PrevAndNext(long COREntryId, long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.- Parameters:
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
filterFindByC_A_LikeType
Returns all the cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the type- Returns:
- the matching cor entries that the user has permission to view
-
filterFindByC_A_LikeType
List<COREntry> filterFindByC_A_LikeType(long companyId, boolean active, String type, int start, int end) Returns a range of all the cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of matching cor entries that the user has permission to view
-
filterFindByC_A_LikeType
List<COREntry> filterFindByC_A_LikeType(long companyId, boolean active, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries that the user has permissions to view where companyId = ? and active = ? and type LIKE ?.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 fromCOREntryModelImpl
.- Parameters:
companyId
- the company IDactive
- the activetype
- the typestart
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cor entries that the user has permission to view
-
filterFindByC_A_LikeType_PrevAndNext
COREntry[] filterFindByC_A_LikeType_PrevAndNext(long COREntryId, long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) throws NoSuchCOREntryException Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.- Parameters:
COREntryId
- the primary key of the current cor entrycompanyId
- the company IDactive
- the activetype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
removeByC_A_LikeType
Removes all the cor entries where companyId = ? and active = ? and type LIKE ? from the database.- Parameters:
companyId
- the company IDactive
- the activetype
- the type
-
countByC_A_LikeType
Returns the number of cor entries where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the type- Returns:
- the number of matching cor entries
-
filterCountByC_A_LikeType
Returns the number of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.- Parameters:
companyId
- the company IDactive
- the activetype
- the type- Returns:
- the number of matching cor entries that the user has permission to view
-
findByERC_C
Returns the cor entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchCOREntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching cor entry
- Throws:
NoSuchCOREntryException
- if a matching cor entry could not be found
-
fetchByERC_C
Returns the cor entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching cor entry, or
null
if a matching cor entry could not be found
-
fetchByERC_C
Returns the cor entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cor entry, or
null
if a matching cor entry could not be found
-
removeByERC_C
Removes the cor entry where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the cor entry that was removed
- Throws:
NoSuchCOREntryException
-
countByERC_C
Returns the number of cor entries where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching cor entries
-
cacheResult
Caches the cor entry in the entity cache if it is enabled.- Parameters:
corEntry
- the cor entry
-
cacheResult
Caches the cor entries in the entity cache if it is enabled.- Parameters:
corEntries
- the cor entries
-
create
Creates a new cor entry with the primary key. Does not add the cor entry to the database.- Parameters:
COREntryId
- the primary key for the new cor entry- Returns:
- the new cor entry
-
remove
Removes the cor entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
COREntryId
- the primary key of the cor entry- Returns:
- the cor entry that was removed
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the cor entry with the primary key or throws aNoSuchCOREntryException
if it could not be found.- Parameters:
COREntryId
- the primary key of the cor entry- Returns:
- the cor entry
- Throws:
NoSuchCOREntryException
- if a cor entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the cor entry with the primary key or returnsnull
if it could not be found.- Parameters:
COREntryId
- the primary key of the cor entry- Returns:
- the cor entry, or
null
if a cor entry with the primary key could not be found
-
findAll
Returns all the cor entries.- Returns:
- the cor entries
-
findAll
Returns a range of all the cor entries.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 fromCOREntryModelImpl
.- Parameters:
start
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)- Returns:
- the range of cor entries
-
findAll
List<COREntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator) Returns an ordered range of all the cor entries.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 fromCOREntryModelImpl
.- Parameters:
start
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cor entries
-
findAll
List<COREntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cor entries.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 fromCOREntryModelImpl
.- Parameters:
start
- the lower bound of the range of cor entriesend
- the upper bound of the range of cor entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cor entries
-
removeAll
void removeAll()Removes all the cor entries from the database. -
countAll
int countAll()Returns the number of cor entries.- Returns:
- the number of cor entries
-