java.lang.Object
com.liferay.commerce.order.rule.service.persistence.COREntryUtil

public class COREntryUtil extends Object
The persistence utility for the cor entry service. This utility wraps com.liferay.commerce.order.rule.service.persistence.impl.COREntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Caches the cor entry in the entity cache if it is enabled.
    static void
    cacheResult(List<COREntry> corEntries)
    Caches the cor entries in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(COREntry corEntry)
     
    static int
    Returns the number of cor entries.
    static int
    countByC_A(long companyId, boolean active)
    Returns the number of cor entries where companyId = ? and active = ?.
    static int
    countByC_A_LikeType(long companyId, boolean active, String type)
    Returns the number of cor entries where companyId = ? and active = ? and type LIKE ?.
    static int
    countByC_LikeType(long companyId, String type)
    Returns the number of cor entries where companyId = ? and type LIKE ?.
    static int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of cor entries where externalReferenceCode = ? and companyId = ?.
    static int
    countByLtD_S(Date displayDate, int status)
    Returns the number of cor entries where displayDate < ? and status = ?.
    static int
    countByLtE_S(Date expirationDate, int status)
    Returns the number of cor entries where expirationDate < ? and status = ?.
    static int
    Returns the number of cor entries where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of cor entries where uuid = ? and companyId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static COREntry
    create(long COREntryId)
    Creates a new cor entry with the primary key.
    static 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 = ?.
    static 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 = ?.
    static 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 ?.
    static 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 ?.
    static 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 ?.
    static 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 ?.
    static COREntry
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the cor entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    static 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.
    static 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 = ?.
    static 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 = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry
    fetchByPrimaryKey(long COREntryId)
    Returns the cor entry with the primary key or returns null if it could not be found.
     
    static 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 = ?.
    static 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 = ?.
    static COREntry
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the first cor entry in the ordered set where uuid = ?.
    static COREntry
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the last cor entry in the ordered set where uuid = ?.
    static int
    filterCountByC_A(long companyId, boolean active)
    Returns the number of cor entries that the user has permission to view where companyId = ? and active = ?.
    static 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 ?.
    static 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 ?.
    static int
    filterCountByLtD_S(Date displayDate, int status)
    Returns the number of cor entries that the user has permission to view where displayDate < ? and status = ?.
    static int
    filterCountByLtE_S(Date expirationDate, int status)
    Returns the number of cor entries that the user has permission to view where expirationDate < ? and status = ?.
    static int
    Returns the number of cor entries that the user has permission to view where uuid = ?.
    static int
    filterCountByUuid_C(String uuid, long companyId)
    Returns the number of cor entries that the user has permission to view where uuid = ? and companyId = ?.
    static List<COREntry>
    filterFindByC_A(long companyId, boolean active)
    Returns all the cor entries that the user has permission to view where companyId = ? and active = ?.
    static 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 = ?.
    static 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 = ?.
    static 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 ?.
    static 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 ?.
    static 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 ?.
    static COREntry[]
    filterFindByC_A_LikeType_PrevAndNext(long COREntryId, long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ? and type LIKE ?.
    static COREntry[]
    filterFindByC_A_PrevAndNext(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and active = ?.
    static 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 ?.
    static 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 ?.
    static 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 ?.
    static COREntry[]
    filterFindByC_LikeType_PrevAndNext(long COREntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where companyId = ? and type LIKE ?.
    static List<COREntry>
    filterFindByLtD_S(Date displayDate, int status)
    Returns all the cor entries that the user has permission to view where displayDate < ? and status = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry[]
    filterFindByLtD_S_PrevAndNext(long COREntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where displayDate < ? and status = ?.
    static List<COREntry>
    filterFindByLtE_S(Date expirationDate, int status)
    Returns all the cor entries that the user has permission to view where expirationDate < ? and status = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry[]
    filterFindByLtE_S_PrevAndNext(long COREntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where expirationDate < ? and status = ?.
    static List<COREntry>
    Returns all the cor entries that the user has permission to view where uuid = ?.
    static 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 = ?.
    static 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 = ?.
    static List<COREntry>
    filterFindByUuid_C(String uuid, long companyId)
    Returns all the cor entries that the user has permission to view where uuid = ? and companyId = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry[]
    filterFindByUuid_C_PrevAndNext(long COREntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ? and companyId = ?.
    static COREntry[]
    filterFindByUuid_PrevAndNext(long COREntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set of cor entries that the user has permission to view where uuid = ?.
    static List<COREntry>
    Returns all the cor entries.
    static List<COREntry>
    findAll(int start, int end)
    Returns a range of all the cor entries.
    static List<COREntry>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns an ordered range of all the cor entries.
    static 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.
    static List<COREntry>
    findByC_A(long companyId, boolean active)
    Returns all the cor entries where companyId = ? and active = ?.
    static List<COREntry>
    findByC_A(long companyId, boolean active, int start, int end)
    Returns a range of all the cor entries where companyId = ? and active = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry
    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 = ?.
    static COREntry
    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 = ?.
    static List<COREntry>
    findByC_A_LikeType(long companyId, boolean active, String type)
    Returns all the cor entries where companyId = ? and active = ? and type LIKE ?.
    static 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 ?.
    static 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 ?.
    static 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 ?.
    static COREntry
    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 ?.
    static COREntry
    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 ?.
    static COREntry[]
    findByC_A_LikeType_PrevAndNext(long COREntryId, long companyId, boolean active, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ? and type LIKE ?.
    static COREntry[]
    findByC_A_PrevAndNext(long COREntryId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and active = ?.
    static List<COREntry>
    findByC_LikeType(long companyId, String type)
    Returns all the cor entries where companyId = ? and type LIKE ?.
    static 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 ?.
    static 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 ?.
    static 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 ?.
    static COREntry
    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 ?.
    static COREntry
    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 ?.
    static COREntry[]
    findByC_LikeType_PrevAndNext(long COREntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where companyId = ? and type LIKE ?.
    static COREntry
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the cor entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchCOREntryException if it could not be found.
    static List<COREntry>
    findByLtD_S(Date displayDate, int status)
    Returns all the cor entries where displayDate < ? and status = ?.
    static List<COREntry>
    findByLtD_S(Date displayDate, int status, int start, int end)
    Returns a range of all the cor entries where displayDate < ? and status = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry
    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 = ?.
    static COREntry
    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 = ?.
    static COREntry[]
    findByLtD_S_PrevAndNext(long COREntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where displayDate < ? and status = ?.
    static List<COREntry>
    findByLtE_S(Date expirationDate, int status)
    Returns all the cor entries where expirationDate < ? and status = ?.
    static List<COREntry>
    findByLtE_S(Date expirationDate, int status, int start, int end)
    Returns a range of all the cor entries where expirationDate < ? and status = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry
    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 = ?.
    static COREntry
    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 = ?.
    static COREntry[]
    findByLtE_S_PrevAndNext(long COREntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where expirationDate < ? and status = ?.
    static COREntry
    findByPrimaryKey(long COREntryId)
    Returns the cor entry with the primary key or throws a NoSuchCOREntryException if it could not be found.
    static List<COREntry>
    Returns all the cor entries where uuid = ?.
    static List<COREntry>
    findByUuid(String uuid, int start, int end)
    Returns a range of all the cor entries where uuid = ?.
    static 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 = ?.
    static 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 = ?.
    static List<COREntry>
    findByUuid_C(String uuid, long companyId)
    Returns all the cor entries where uuid = ? and companyId = ?.
    static List<COREntry>
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the cor entries where uuid = ? and companyId = ?.
    static 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 = ?.
    static 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 = ?.
    static COREntry
    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 = ?.
    static COREntry
    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 = ?.
    static COREntry[]
    findByUuid_C_PrevAndNext(long COREntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where uuid = ? and companyId = ?.
    static COREntry
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the first cor entry in the ordered set where uuid = ?.
    static COREntry
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the last cor entry in the ordered set where uuid = ?.
    static COREntry[]
    findByUuid_PrevAndNext(long COREntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
    Returns the cor entries before and after the current cor entry in the ordered set where uuid = ?.
    static List<COREntry>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static List<COREntry>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    static List<COREntry>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
     
     
    static COREntry
    remove(long COREntryId)
    Removes the cor entry with the primary key from the database.
    static void
    Removes all the cor entries from the database.
    static void
    removeByC_A(long companyId, boolean active)
    Removes all the cor entries where companyId = ? and active = ? from the database.
    static 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.
    static void
    removeByC_LikeType(long companyId, String type)
    Removes all the cor entries where companyId = ? and type LIKE ? from the database.
    static COREntry
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the cor entry where externalReferenceCode = ? and companyId = ? from the database.
    static void
    removeByLtD_S(Date displayDate, int status)
    Removes all the cor entries where displayDate < ? and status = ? from the database.
    static void
    removeByLtE_S(Date expirationDate, int status)
    Removes all the cor entries where expirationDate < ? and status = ? from the database.
    static void
    Removes all the cor entries where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the cor entries where uuid = ? and companyId = ? from the database.
    static void
     
    static COREntry
    update(COREntry corEntry)
     
    static COREntry
    update(COREntry corEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    static COREntry
    updateImpl(COREntry corEntry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • COREntryUtil

      public COREntryUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(COREntry corEntry)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,COREntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<COREntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<COREntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<COREntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntry> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static COREntry update(COREntry corEntry)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static COREntry update(COREntry corEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByUuid_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByUuid_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByUuid

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByUuid

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

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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByUuid_C_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByUuid_C_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByUuid_C

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByUuid_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByC_A_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByC_A_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByC_A

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByC_A

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByC_LikeType_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByC_LikeType_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByC_LikeType

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByC_LikeType

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByLtD_S_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByLtD_S_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByLtD_S

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByLtD_S

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByLtE_S_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByLtE_S_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByLtE_S

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByLtE_S

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByC_A_LikeType_First

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByC_A_LikeType_Last

      public static 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

      public static 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
      NoSuchCOREntryException
    • filterFindByC_A_LikeType

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • removeByC_A_LikeType

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchCOREntryException
    • fetchByERC_C

      public static 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

      public static 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

      public static 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

      public static 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

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

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

      public static 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

      public static 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
      NoSuchCOREntryException
    • updateImpl

      public static COREntry updateImpl(COREntry corEntry)
    • findByPrimaryKey

      public static 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
      NoSuchCOREntryException
    • fetchByPrimaryKey

      public static 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

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

      public static 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

      public static 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

      public static 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

      public static void removeAll()
      Removes all the cor entries from the database.
    • countAll

      public static int countAll()
      Returns the number of cor entries.
      Returns:
      the number of cor entries
    • getPersistence

      public static COREntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(COREntryPersistence persistence)