Class CommerceTierPriceEntryUtil

java.lang.Object
com.liferay.commerce.price.list.service.persistence.CommerceTierPriceEntryUtil

public class CommerceTierPriceEntryUtil extends Object
The persistence utility for the commerce tier price entry service. This utility wraps com.liferay.commerce.price.list.service.persistence.impl.CommerceTierPriceEntryPersistenceImpl 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 Details

    • CommerceTierPriceEntryUtil

      public CommerceTierPriceEntryUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(CommerceTierPriceEntry commerceTierPriceEntry)
      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,CommerceTierPriceEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

      public static List<CommerceTierPriceEntry> findByUuid(String uuid)
      Returns all the commerce tier price entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching commerce tier price entries
    • findByUuid

      public static List<CommerceTierPriceEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByUuid

      public static List<CommerceTierPriceEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByUuid

      public static List<CommerceTierPriceEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByUuid_First

      public static CommerceTierPriceEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByUuid_First

      public static CommerceTierPriceEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByUuid_Last

      public static CommerceTierPriceEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByUuid_Last

      public static CommerceTierPriceEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByUuid_PrevAndNext

      public static CommerceTierPriceEntry[] findByUuid_PrevAndNext(long commerceTierPriceEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where uuid = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByUuid

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

      public static int countByUuid(String uuid)
      Returns the number of commerce tier price entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching commerce tier price entries
    • findByUuid_C

      public static List<CommerceTierPriceEntry> findByUuid_C(String uuid, long companyId)
      Returns all the commerce tier price entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching commerce tier price entries
    • findByUuid_C

      public static List<CommerceTierPriceEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByUuid_C

      public static List<CommerceTierPriceEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByUuid_C

      public static List<CommerceTierPriceEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByUuid_C_First

      public static CommerceTierPriceEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByUuid_C_First

      public static CommerceTierPriceEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByUuid_C_Last

      public static CommerceTierPriceEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByUuid_C_Last

      public static CommerceTierPriceEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByUuid_C_PrevAndNext

      public static CommerceTierPriceEntry[] findByUuid_C_PrevAndNext(long commerceTierPriceEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the commerce tier price 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 commerce tier price entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching commerce tier price entries
    • findByCompanyId

      public static List<CommerceTierPriceEntry> findByCompanyId(long companyId)
      Returns all the commerce tier price entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching commerce tier price entries
    • findByCompanyId

      public static List<CommerceTierPriceEntry> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the commerce tier price entries where 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByCompanyId

      public static List<CommerceTierPriceEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price entries where 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByCompanyId

      public static List<CommerceTierPriceEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price entries where 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByCompanyId_First

      public static CommerceTierPriceEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByCompanyId_First

      public static CommerceTierPriceEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByCompanyId_Last

      public static CommerceTierPriceEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByCompanyId_Last

      public static CommerceTierPriceEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByCompanyId_PrevAndNext

      public static CommerceTierPriceEntry[] findByCompanyId_PrevAndNext(long commerceTierPriceEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where companyId = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByCompanyId

      public static void removeByCompanyId(long companyId)
      Removes all the commerce tier price entries where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      public static int countByCompanyId(long companyId)
      Returns the number of commerce tier price entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching commerce tier price entries
    • findByCommercePriceEntryId

      public static List<CommerceTierPriceEntry> findByCommercePriceEntryId(long commercePriceEntryId)
      Returns all the commerce tier price entries where commercePriceEntryId = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      Returns:
      the matching commerce tier price entries
    • findByCommercePriceEntryId

      public static List<CommerceTierPriceEntry> findByCommercePriceEntryId(long commercePriceEntryId, int start, int end)
      Returns a range of all the commerce tier price entries where commercePriceEntryId = ?.

      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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByCommercePriceEntryId

      public static List<CommerceTierPriceEntry> findByCommercePriceEntryId(long commercePriceEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ?.

      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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByCommercePriceEntryId

      public static List<CommerceTierPriceEntry> findByCommercePriceEntryId(long commercePriceEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ?.

      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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByCommercePriceEntryId_First

      public static CommerceTierPriceEntry findByCommercePriceEntryId_First(long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByCommercePriceEntryId_First

      public static CommerceTierPriceEntry fetchByCommercePriceEntryId_First(long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByCommercePriceEntryId_Last

      public static CommerceTierPriceEntry findByCommercePriceEntryId_Last(long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByCommercePriceEntryId_Last

      public static CommerceTierPriceEntry fetchByCommercePriceEntryId_Last(long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByCommercePriceEntryId_PrevAndNext

      public static CommerceTierPriceEntry[] findByCommercePriceEntryId_PrevAndNext(long commerceTierPriceEntryId, long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      commercePriceEntryId - the commerce price entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByCommercePriceEntryId

      public static void removeByCommercePriceEntryId(long commercePriceEntryId)
      Removes all the commerce tier price entries where commercePriceEntryId = ? from the database.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
    • countByCommercePriceEntryId

      public static int countByCommercePriceEntryId(long commercePriceEntryId)
      Returns the number of commerce tier price entries where commercePriceEntryId = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      Returns:
      the number of matching commerce tier price entries
    • findByC_M

      public static CommerceTierPriceEntry findByC_M(long commercePriceEntryId, BigDecimal minQuantity) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or throws a NoSuchTierPriceEntryException if it could not be found.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      Returns:
      the matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_M

      public static CommerceTierPriceEntry fetchByC_M(long commercePriceEntryId, BigDecimal minQuantity)
      Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      Returns:
      the matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • fetchByC_M

      public static CommerceTierPriceEntry fetchByC_M(long commercePriceEntryId, BigDecimal minQuantity, boolean useFinderCache)
      Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      useFinderCache - whether to use the finder cache
      Returns:
      the matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • removeByC_M

      public static CommerceTierPriceEntry removeByC_M(long commercePriceEntryId, BigDecimal minQuantity) throws NoSuchTierPriceEntryException
      Removes the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? from the database.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      Returns:
      the commerce tier price entry that was removed
      Throws:
      NoSuchTierPriceEntryException
    • countByC_M

      public static int countByC_M(long commercePriceEntryId, BigDecimal minQuantity)
      Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      Returns:
      the number of matching commerce tier price entries
    • findByC_LteM

      public static List<CommerceTierPriceEntry> findByC_LteM(long commercePriceEntryId, BigDecimal minQuantity)
      Returns all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      Returns:
      the matching commerce tier price entries
    • findByC_LteM

      public static List<CommerceTierPriceEntry> findByC_LteM(long commercePriceEntryId, BigDecimal minQuantity, int start, int end)
      Returns a range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.

      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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByC_LteM

      public static List<CommerceTierPriceEntry> findByC_LteM(long commercePriceEntryId, BigDecimal minQuantity, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.

      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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByC_LteM

      public static List<CommerceTierPriceEntry> findByC_LteM(long commercePriceEntryId, BigDecimal minQuantity, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.

      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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByC_LteM_First

      public static CommerceTierPriceEntry findByC_LteM_First(long commercePriceEntryId, BigDecimal minQuantity, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_LteM_First

      public static CommerceTierPriceEntry fetchByC_LteM_First(long commercePriceEntryId, BigDecimal minQuantity, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByC_LteM_Last

      public static CommerceTierPriceEntry findByC_LteM_Last(long commercePriceEntryId, BigDecimal minQuantity, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_LteM_Last

      public static CommerceTierPriceEntry fetchByC_LteM_Last(long commercePriceEntryId, BigDecimal minQuantity, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByC_LteM_PrevAndNext

      public static CommerceTierPriceEntry[] findByC_LteM_PrevAndNext(long commerceTierPriceEntryId, long commercePriceEntryId, BigDecimal minQuantity, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByC_LteM

      public static void removeByC_LteM(long commercePriceEntryId, BigDecimal minQuantity)
      Removes all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? from the database.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
    • countByC_LteM

      public static int countByC_LteM(long commercePriceEntryId, BigDecimal minQuantity)
      Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      Returns:
      the number of matching commerce tier price entries
    • findByC_S

      public static List<CommerceTierPriceEntry> findByC_S(long commercePriceEntryId, int status)
      Returns all the commerce tier price entries where commercePriceEntryId = ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      Returns:
      the matching commerce tier price entries
    • findByC_S

      public static List<CommerceTierPriceEntry> findByC_S(long commercePriceEntryId, int status, int start, int end)
      Returns a range of all the commerce tier price entries where commercePriceEntryId = ? 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByC_S

      public static List<CommerceTierPriceEntry> findByC_S(long commercePriceEntryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ? 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByC_S

      public static List<CommerceTierPriceEntry> findByC_S(long commercePriceEntryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ? 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByC_S_First

      public static CommerceTierPriceEntry findByC_S_First(long commercePriceEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_S_First

      public static CommerceTierPriceEntry fetchByC_S_First(long commercePriceEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByC_S_Last

      public static CommerceTierPriceEntry findByC_S_Last(long commercePriceEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_S_Last

      public static CommerceTierPriceEntry fetchByC_S_Last(long commercePriceEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByC_S_PrevAndNext

      public static CommerceTierPriceEntry[] findByC_S_PrevAndNext(long commerceTierPriceEntryId, long commercePriceEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ? and status = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      commercePriceEntryId - the commerce price entry ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByC_S

      public static void removeByC_S(long commercePriceEntryId, int status)
      Removes all the commerce tier price entries where commercePriceEntryId = ? and status = ? from the database.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
    • countByC_S

      public static int countByC_S(long commercePriceEntryId, int status)
      Returns the number of commerce tier price entries where commercePriceEntryId = ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      status - the status
      Returns:
      the number of matching commerce tier price entries
    • findByLtD_S

      public static List<CommerceTierPriceEntry> findByLtD_S(Date displayDate, int status)
      Returns all the commerce tier price entries where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the matching commerce tier price entries
    • findByLtD_S

      public static List<CommerceTierPriceEntry> findByLtD_S(Date displayDate, int status, int start, int end)
      Returns a range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByLtD_S

      public static List<CommerceTierPriceEntry> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByLtD_S

      public static List<CommerceTierPriceEntry> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByLtD_S_First

      public static CommerceTierPriceEntry findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByLtD_S_First

      public static CommerceTierPriceEntry fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByLtD_S_Last

      public static CommerceTierPriceEntry findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByLtD_S_Last

      public static CommerceTierPriceEntry fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByLtD_S_PrevAndNext

      public static CommerceTierPriceEntry[] findByLtD_S_PrevAndNext(long commerceTierPriceEntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where displayDate < ? and status = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByLtD_S

      public static void removeByLtD_S(Date displayDate, int status)
      Removes all the commerce tier price 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 commerce tier price entries where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the number of matching commerce tier price entries
    • findByLtE_S

      public static List<CommerceTierPriceEntry> findByLtE_S(Date expirationDate, int status)
      Returns all the commerce tier price entries where expirationDate < ? and status = ?.
      Parameters:
      expirationDate - the expiration date
      status - the status
      Returns:
      the matching commerce tier price entries
    • findByLtE_S

      public static List<CommerceTierPriceEntry> findByLtE_S(Date expirationDate, int status, int start, int end)
      Returns a range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByLtE_S

      public static List<CommerceTierPriceEntry> findByLtE_S(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByLtE_S

      public static List<CommerceTierPriceEntry> findByLtE_S(Date expirationDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      expirationDate - the expiration date
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByLtE_S_First

      public static CommerceTierPriceEntry findByLtE_S_First(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByLtE_S_First

      public static CommerceTierPriceEntry fetchByLtE_S_First(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByLtE_S_Last

      public static CommerceTierPriceEntry findByLtE_S_Last(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price 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 commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByLtE_S_Last

      public static CommerceTierPriceEntry fetchByLtE_S_Last(Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByLtE_S_PrevAndNext

      public static CommerceTierPriceEntry[] findByLtE_S_PrevAndNext(long commerceTierPriceEntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where expirationDate < ? and status = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      expirationDate - the expiration date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByLtE_S

      public static void removeByLtE_S(Date expirationDate, int status)
      Removes all the commerce tier price 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 commerce tier price entries where expirationDate < ? and status = ?.
      Parameters:
      expirationDate - the expiration date
      status - the status
      Returns:
      the number of matching commerce tier price entries
    • findByC_LteM_S

      public static List<CommerceTierPriceEntry> findByC_LteM_S(long commercePriceEntryId, BigDecimal minQuantity, int status)
      Returns all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      Returns:
      the matching commerce tier price entries
    • findByC_LteM_S

      public static List<CommerceTierPriceEntry> findByC_LteM_S(long commercePriceEntryId, BigDecimal minQuantity, int status, int start, int end)
      Returns a range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of matching commerce tier price entries
    • findByC_LteM_S

      public static List<CommerceTierPriceEntry> findByC_LteM_S(long commercePriceEntryId, BigDecimal minQuantity, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce tier price entries
    • findByC_LteM_S

      public static List<CommerceTierPriceEntry> findByC_LteM_S(long commercePriceEntryId, BigDecimal minQuantity, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • findByC_LteM_S_First

      public static CommerceTierPriceEntry findByC_LteM_S_First(long commercePriceEntryId, BigDecimal minQuantity, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_LteM_S_First

      public static CommerceTierPriceEntry fetchByC_LteM_S_First(long commercePriceEntryId, BigDecimal minQuantity, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByC_LteM_S_Last

      public static CommerceTierPriceEntry findByC_LteM_S_Last(long commercePriceEntryId, BigDecimal minQuantity, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByC_LteM_S_Last

      public static CommerceTierPriceEntry fetchByC_LteM_S_Last(long commercePriceEntryId, BigDecimal minQuantity, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • findByC_LteM_S_PrevAndNext

      public static CommerceTierPriceEntry[] findByC_LteM_S_PrevAndNext(long commerceTierPriceEntryId, long commercePriceEntryId, BigDecimal minQuantity, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commerceTierPriceEntryId - the primary key of the current commerce tier price entry
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • removeByC_LteM_S

      public static void removeByC_LteM_S(long commercePriceEntryId, BigDecimal minQuantity, int status)
      Removes all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ? from the database.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
    • countByC_LteM_S

      public static int countByC_LteM_S(long commercePriceEntryId, BigDecimal minQuantity, int status)
      Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.
      Parameters:
      commercePriceEntryId - the commerce price entry ID
      minQuantity - the min quantity
      status - the status
      Returns:
      the number of matching commerce tier price entries
    • findByERC_C

      public static CommerceTierPriceEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchTierPriceEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a matching commerce tier price entry could not be found
      NoSuchTierPriceEntryException
    • fetchByERC_C

      public static CommerceTierPriceEntry fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • fetchByERC_C

      public static CommerceTierPriceEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the commerce tier price 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 commerce tier price entry, or null if a matching commerce tier price entry could not be found
    • removeByERC_C

      public static CommerceTierPriceEntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchTierPriceEntryException
      Removes the commerce tier price entry where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the commerce tier price entry that was removed
      Throws:
      NoSuchTierPriceEntryException
    • countByERC_C

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

      public static void cacheResult(CommerceTierPriceEntry commerceTierPriceEntry)
      Caches the commerce tier price entry in the entity cache if it is enabled.
      Parameters:
      commerceTierPriceEntry - the commerce tier price entry
    • cacheResult

      public static void cacheResult(List<CommerceTierPriceEntry> commerceTierPriceEntries)
      Caches the commerce tier price entries in the entity cache if it is enabled.
      Parameters:
      commerceTierPriceEntries - the commerce tier price entries
    • create

      public static CommerceTierPriceEntry create(long commerceTierPriceEntryId)
      Creates a new commerce tier price entry with the primary key. Does not add the commerce tier price entry to the database.
      Parameters:
      commerceTierPriceEntryId - the primary key for the new commerce tier price entry
      Returns:
      the new commerce tier price entry
    • remove

      public static CommerceTierPriceEntry remove(long commerceTierPriceEntryId) throws NoSuchTierPriceEntryException
      Removes the commerce tier price entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      commerceTierPriceEntryId - the primary key of the commerce tier price entry
      Returns:
      the commerce tier price entry that was removed
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • updateImpl

      public static CommerceTierPriceEntry updateImpl(CommerceTierPriceEntry commerceTierPriceEntry)
    • findByPrimaryKey

      public static CommerceTierPriceEntry findByPrimaryKey(long commerceTierPriceEntryId) throws NoSuchTierPriceEntryException
      Returns the commerce tier price entry with the primary key or throws a NoSuchTierPriceEntryException if it could not be found.
      Parameters:
      commerceTierPriceEntryId - the primary key of the commerce tier price entry
      Returns:
      the commerce tier price entry
      Throws:
      NoSuchTierPriceEntryException - if a commerce tier price entry with the primary key could not be found
      NoSuchTierPriceEntryException
    • fetchByPrimaryKey

      public static CommerceTierPriceEntry fetchByPrimaryKey(long commerceTierPriceEntryId)
      Returns the commerce tier price entry with the primary key or returns null if it could not be found.
      Parameters:
      commerceTierPriceEntryId - the primary key of the commerce tier price entry
      Returns:
      the commerce tier price entry, or null if a commerce tier price entry with the primary key could not be found
    • findAll

      public static List<CommerceTierPriceEntry> findAll()
      Returns all the commerce tier price entries.
      Returns:
      the commerce tier price entries
    • findAll

      public static List<CommerceTierPriceEntry> findAll(int start, int end)
      Returns a range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      Returns:
      the range of commerce tier price entries
    • findAll

      public static List<CommerceTierPriceEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of commerce tier price entries
    • findAll

      public static List<CommerceTierPriceEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce tier price 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 CommerceTierPriceEntryModelImpl.

      Parameters:
      start - the lower bound of the range of commerce tier price entries
      end - the upper bound of the range of commerce tier price 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 commerce tier price entries
    • removeAll

      public static void removeAll()
      Removes all the commerce tier price entries from the database.
    • countAll

      public static int countAll()
      Returns the number of commerce tier price entries.
      Returns:
      the number of commerce tier price entries
    • getPersistence

      public static CommerceTierPriceEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(CommerceTierPriceEntryPersistence persistence)