Interface COREntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<COREntry>

@ProviderType public interface COREntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<COREntry>
The persistence interface for the cor entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    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
    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 returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the cor entry where externalReferenceCode = ? and companyId = ? or returns null 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 returns null 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
    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 ?.
    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 ?.
    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 ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 ?.
    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 ?.
    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 ?.
    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 a NoSuchCOREntryException 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 = ?.
    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 = ?.
    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 a NoSuchCOREntryException if it could not be found.
    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 = ?.
    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 = ?.
    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
    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

      List<COREntry> findByUuid(String uuid)
      Returns all the cor entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cor entries
    • findByUuid

      List<COREntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the cor entries where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • filterFindByUuid

      List<COREntry> filterFindByUuid(String uuid)
      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

      List<COREntry> filterFindByUuid(String uuid, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the cor entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of cor entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching cor entries
    • filterCountByUuid

      int filterCountByUuid(String uuid)
      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

      List<COREntry> findByUuid_C(String uuid, long companyId)
      Returns all the cor entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching cor entries
    • findByUuid_C

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

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • filterFindByUuid_C

      List<COREntry> filterFindByUuid_C(String uuid, long companyId)
      Returns all the cor entries that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching cor entries that the user has permission to view
    • filterFindByUuid_C

      List<COREntry> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the cor entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of cor entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching cor entries
    • filterCountByUuid_C

      int filterCountByUuid_C(String uuid, long companyId)
      Returns the number of cor entries that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching cor entries that the user has permission to view
    • findByC_A

      List<COREntry> findByC_A(long companyId, boolean active)
      Returns all the cor entries where companyId = ? and active = ?.
      Parameters:
      companyId - the company ID
      active - the active
      Returns:
      the matching cor entries
    • findByC_A

      List<COREntry> findByC_A(long companyId, boolean active, int start, int end)
      Returns a range of all the cor entries where companyId = ? and active = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      companyId - the company ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • filterFindByC_A

      List<COREntry> filterFindByC_A(long companyId, boolean active)
      Returns all the cor entries that the user has permission to view where companyId = ? and active = ?.
      Parameters:
      companyId - the company ID
      active - the active
      Returns:
      the matching cor entries that the user has permission to view
    • filterFindByC_A

      List<COREntry> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      companyId - the company ID
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - 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 ID
      active - 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 ID
      active - the active
      Returns:
      the number of matching cor entries that the user has permission to view
    • findByC_LikeType

      List<COREntry> findByC_LikeType(long companyId, String type)
      Returns all the cor entries where companyId = ? and type LIKE ?.
      Parameters:
      companyId - the company ID
      type - the type
      Returns:
      the matching cor entries
    • findByC_LikeType

      List<COREntry> findByC_LikeType(long companyId, String type, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      type - the type
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      type - the type
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      type - the type
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      companyId - the company ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • filterFindByC_LikeType

      List<COREntry> filterFindByC_LikeType(long companyId, String type)
      Returns all the cor entries that the user has permission to view where companyId = ? and type LIKE ?.
      Parameters:
      companyId - the company ID
      type - the type
      Returns:
      the matching cor entries that the user has permission to view
    • filterFindByC_LikeType

      List<COREntry> 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 ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      type - the type
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      type - the type
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      companyId - the company ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • removeByC_LikeType

      void removeByC_LikeType(long companyId, String type)
      Removes all the cor entries where companyId = ? and type LIKE ? from the database.
      Parameters:
      companyId - the company ID
      type - the type
    • countByC_LikeType

      int countByC_LikeType(long companyId, String type)
      Returns the number of cor entries where companyId = ? and type LIKE ?.
      Parameters:
      companyId - the company ID
      type - the type
      Returns:
      the number of matching cor entries
    • filterCountByC_LikeType

      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 ?.
      Parameters:
      companyId - the company ID
      type - the type
      Returns:
      the number of matching cor entries that the user has permission to view
    • findByLtD_S

      List<COREntry> findByLtD_S(Date displayDate, int status)
      Returns all the cor entries where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the matching cor entries
    • findByLtD_S

      List<COREntry> findByLtD_S(Date displayDate, int status, int start, int end)
      Returns a range of all the cor entries where displayDate < ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • filterFindByLtD_S

      List<COREntry> filterFindByLtD_S(Date displayDate, int status)
      Returns all the cor entries that the user has permission to view where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the matching cor entries that the user has permission to view
    • filterFindByLtD_S

      List<COREntry> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • removeByLtD_S

      void removeByLtD_S(Date displayDate, int status)
      Removes all the cor entries where displayDate < ? and status = ? from the database.
      Parameters:
      displayDate - the display date
      status - the status
    • countByLtD_S

      int countByLtD_S(Date displayDate, int status)
      Returns the number of cor entries where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the number of matching cor entries
    • filterCountByLtD_S

      int filterCountByLtD_S(Date displayDate, int status)
      Returns the number of cor entries that the user has permission to view where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the number of matching cor entries that the user has permission to view
    • findByLtE_S

      List<COREntry> findByLtE_S(Date expirationDate, int status)
      Returns all the cor entries where expirationDate < ? and status = ?.
      Parameters:
      expirationDate - the expiration date
      status - the status
      Returns:
      the matching cor entries
    • findByLtE_S

      List<COREntry> findByLtE_S(Date expirationDate, int status, int start, int end)
      Returns a range of all the cor entries where expirationDate < ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      expirationDate - the expiration date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • filterFindByLtE_S

      List<COREntry> filterFindByLtE_S(Date expirationDate, int status)
      Returns all the cor entries that the user has permission to view where expirationDate < ? and status = ?.
      Parameters:
      expirationDate - the expiration date
      status - the status
      Returns:
      the matching cor entries that the user has permission to view
    • filterFindByLtE_S

      List<COREntry> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      expirationDate - the expiration date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cor entry
      Throws:
      NoSuchCOREntryException - if a cor entry with the primary key could not be found
    • removeByLtE_S

      void removeByLtE_S(Date expirationDate, int status)
      Removes all the cor entries where expirationDate < ? and status = ? from the database.
      Parameters:
      expirationDate - the expiration date
      status - the status
    • countByLtE_S

      int countByLtE_S(Date expirationDate, int status)
      Returns the number of cor entries where expirationDate < ? and status = ?.
      Parameters:
      expirationDate - the expiration date
      status - the status
      Returns:
      the number of matching cor entries
    • filterCountByLtE_S

      int filterCountByLtE_S(Date expirationDate, int status)
      Returns the number of cor entries that the user has permission to view where expirationDate < ? and status = ?.
      Parameters:
      expirationDate - the expiration date
      status - the status
      Returns:
      the number of matching cor entries that the user has permission to view
    • findByC_A_LikeType

      List<COREntry> findByC_A_LikeType(long companyId, boolean active, String type)
      Returns all the cor entries where companyId = ? and active = ? and type LIKE ?.
      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      Returns:
      the matching cor entries
    • findByC_A_LikeType

      List<COREntry> 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 ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching 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 ID
      active - the active
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - the active
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - the active
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      active - the active
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      companyId - the company ID
      active - the active
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<COREntry> 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 ?.
      Parameters:
      companyId - the company ID
      active - the active
      type - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      companyId - the company ID
      active - the active
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      companyId - the company ID
      active - the active
      type - the type
    • countByC_A_LikeType

      int countByC_A_LikeType(long companyId, boolean active, String type)
      Returns the number of cor entries where companyId = ? and active = ? and type LIKE ?.
      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      Returns:
      the number of matching cor entries
    • filterCountByC_A_LikeType

      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 ?.
      Parameters:
      companyId - the company ID
      active - the active
      type - the type
      Returns:
      the number of matching cor entries that the user has permission to view
    • findByERC_C

      COREntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchCOREntryException
      Returns the cor entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchCOREntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching cor entry
      Throws:
      NoSuchCOREntryException - if a matching cor entry could not be found
    • fetchByERC_C

      COREntry fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the cor entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching cor entry, or null if a matching cor entry could not be found
    • fetchByERC_C

      COREntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the cor entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cor entry, or null if a matching cor entry could not be found
    • removeByERC_C

      COREntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchCOREntryException
      Removes the cor entry where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the cor entry that was removed
      Throws:
      NoSuchCOREntryException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of cor entries where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching cor entries
    • cacheResult

      void cacheResult(COREntry corEntry)
      Caches the cor entry in the entity cache if it is enabled.
      Parameters:
      corEntry - the cor entry
    • cacheResult

      void cacheResult(List<COREntry> corEntries)
      Caches the cor entries in the entity cache if it is enabled.
      Parameters:
      corEntries - the cor entries
    • create

      COREntry create(long COREntryId)
      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

      COREntry remove(long COREntryId) throws NoSuchCOREntryException
      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

      COREntry updateImpl(COREntry corEntry)
    • findByPrimaryKey

      COREntry findByPrimaryKey(long COREntryId) throws NoSuchCOREntryException
      Returns the cor entry with the primary key or throws a NoSuchCOREntryException 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

      COREntry fetchByPrimaryKey(long COREntryId)
      Returns the cor entry with the primary key or returns null 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

      List<COREntry> findAll()
      Returns all the cor entries.
      Returns:
      the cor entries
    • findAll

      List<COREntry> findAll(int start, int end)
      Returns a range of all the cor entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      start - the lower bound of the range of cor entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from COREntryModelImpl.

      Parameters:
      start - the lower bound of the range of cor entries
      end - the upper bound of the range of cor entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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