Interface CommerceTierPriceEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceTierPriceEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceTierPriceEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommerceTierPriceEntry commerceTierPriceEntry) Caches the commerce tier price entry in the entity cache if it is enabled.void
cacheResult
(List<CommerceTierPriceEntry> commerceTierPriceEntries) Caches the commerce tier price entries in the entity cache if it is enabled.int
countAll()
Returns the number of commerce tier price entries.int
countByC_LteM
(long commercePriceEntryId, BigDecimal minQuantity) Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.int
countByC_LteM_S
(long commercePriceEntryId, BigDecimal minQuantity, int status) Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.int
countByC_M
(long commercePriceEntryId, BigDecimal minQuantity) Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity = ?.int
countByC_S
(long commercePriceEntryId, int status) Returns the number of commerce tier price entries where commercePriceEntryId = ? and status = ?.int
countByCommercePriceEntryId
(long commercePriceEntryId) Returns the number of commerce tier price entries where commercePriceEntryId = ?.int
countByCompanyId
(long companyId) Returns the number of commerce tier price entries where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of commerce tier price entries where externalReferenceCode = ? and companyId = ?.int
countByLtD_S
(Date displayDate, int status) Returns the number of commerce tier price entries where displayDate < ? and status = ?.int
countByLtE_S
(Date expirationDate, int status) Returns the number of commerce tier price entries where expirationDate < ? and status = ?.int
countByUuid
(String uuid) Returns the number of commerce tier price entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of commerce tier price entries where uuid = ? and companyId = ?.create
(long commerceTierPriceEntryId) Creates a new commerce tier price entry with the primary key.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 ≤ ?.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 ≤ ?.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 = ?.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 = ?.fetchByC_M
(long commercePriceEntryId, BigDecimal minQuantity) Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or returnsnull
if it could not be found.fetchByC_M
(long commercePriceEntryId, BigDecimal minQuantity, boolean useFinderCache) Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the first commerce tier price entry in the ordered set where displayDate < ? and status = ?.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 = ?.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 = ?.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 = ?.fetchByPrimaryKey
(long commerceTierPriceEntryId) Returns the commerce tier price entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the first commerce tier price entry in the ordered set where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the commerce tier price entries.findAll
(int start, int end) Returns a range of all the commerce tier price entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns an ordered range of all the commerce tier price entries.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.findByC_LteM
(long commercePriceEntryId, BigDecimal minQuantity) Returns all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.findByC_LteM
(long commercePriceEntryId, BigDecimal minQuantity, int start, int end) Returns a range of all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.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 ≤ ?.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 ≤ ?.findByC_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 ≤ ?.findByC_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 ≤ ?.findByC_LteM_PrevAndNext
(long commerceTierPriceEntryId, long commercePriceEntryId, BigDecimal minQuantity, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ? and minQuantity ≤ ?.findByC_LteM_S
(long commercePriceEntryId, BigDecimal minQuantity, int status) Returns all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.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 = ?.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 = ?.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 = ?.findByC_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 = ?.findByC_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 = ?.findByC_LteM_S_PrevAndNext
(long commerceTierPriceEntryId, long commercePriceEntryId, BigDecimal minQuantity, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) 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 = ?.findByC_M
(long commercePriceEntryId, BigDecimal minQuantity) Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or throws aNoSuchTierPriceEntryException
if it could not be found.findByC_S
(long commercePriceEntryId, int status) Returns all the commerce tier price entries where commercePriceEntryId = ? and status = ?.findByC_S
(long commercePriceEntryId, int status, int start, int end) Returns a range of all the commerce tier price entries where commercePriceEntryId = ? and status = ?.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 = ?.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 = ?.findByC_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 = ?.findByC_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 = ?.findByC_S_PrevAndNext
(long commerceTierPriceEntryId, long commercePriceEntryId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ? and status = ?.findByCommercePriceEntryId
(long commercePriceEntryId) Returns all the commerce tier price entries where commercePriceEntryId = ?.findByCommercePriceEntryId
(long commercePriceEntryId, int start, int end) Returns a range of all the commerce tier price entries where commercePriceEntryId = ?.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 = ?.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 = ?.findByCommercePriceEntryId_First
(long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the first commerce tier price entry in the ordered set where commercePriceEntryId = ?.findByCommercePriceEntryId_Last
(long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the last commerce tier price entry in the ordered set where commercePriceEntryId = ?.findByCommercePriceEntryId_PrevAndNext
(long commerceTierPriceEntryId, long commercePriceEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where commercePriceEntryId = ?.findByCompanyId
(long companyId) Returns all the commerce tier price entries where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce tier price entries where companyId = ?.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 = ?.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 = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the first commerce tier price entry in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the last commerce tier price entry in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long commerceTierPriceEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchTierPriceEntryException
if it could not be found.findByLtD_S
(Date displayDate, int status) Returns all the commerce tier price entries where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the commerce tier price entries where displayDate < ? and status = ?.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 = ?.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 = ?.findByLtD_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 = ?.findByLtD_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 = ?.findByLtD_S_PrevAndNext
(long commerceTierPriceEntryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where displayDate < ? and status = ?.findByLtE_S
(Date expirationDate, int status) Returns all the commerce tier price entries where expirationDate < ? and status = ?.findByLtE_S
(Date expirationDate, int status, int start, int end) Returns a range of all the commerce tier price entries where expirationDate < ? and status = ?.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 = ?.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 = ?.findByLtE_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 = ?.findByLtE_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 = ?.findByLtE_S_PrevAndNext
(long commerceTierPriceEntryId, Date expirationDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where expirationDate < ? and status = ?.findByPrimaryKey
(long commerceTierPriceEntryId) Returns the commerce tier price entry with the primary key or throws aNoSuchTierPriceEntryException
if it could not be found.findByUuid
(String uuid) Returns all the commerce tier price entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the commerce tier price entries where uuid = ?.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 = ?.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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the commerce tier price entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the commerce tier price entries where uuid = ? and companyId = ?.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 = ?.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 = ?.findByUuid_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 = ?.findByUuid_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 = ?.findByUuid_C_PrevAndNext
(long commerceTierPriceEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the first commerce tier price entry in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the last commerce tier price entry in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long commerceTierPriceEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) Returns the commerce tier price entries before and after the current commerce tier price entry in the ordered set where uuid = ?.remove
(long commerceTierPriceEntryId) Removes the commerce tier price entry with the primary key from the database.void
Removes all the commerce tier price entries from the database.void
removeByC_LteM
(long commercePriceEntryId, BigDecimal minQuantity) Removes all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? from the database.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.removeByC_M
(long commercePriceEntryId, BigDecimal minQuantity) Removes the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? from the database.void
removeByC_S
(long commercePriceEntryId, int status) Removes all the commerce tier price entries where commercePriceEntryId = ? and status = ? from the database.void
removeByCommercePriceEntryId
(long commercePriceEntryId) Removes all the commerce tier price entries where commercePriceEntryId = ? from the database.void
removeByCompanyId
(long companyId) Removes all the commerce tier price entries where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the commerce tier price entry where externalReferenceCode = ? and companyId = ? from the database.void
removeByLtD_S
(Date displayDate, int status) Removes all the commerce tier price entries where displayDate < ? and status = ? from the database.void
removeByLtE_S
(Date expirationDate, int status) Removes all the commerce tier price entries where expirationDate < ? and status = ? from the database.void
removeByUuid
(String uuid) Removes all the commerce tier price entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the commerce tier price entries where uuid = ? and companyId = ? from the database.updateImpl
(CommerceTierPriceEntry commerceTierPriceEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the commerce tier price entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching commerce tier price entries
-
findByUuid
Returns a range of all the commerce tier price entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByUuid
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByUuid
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByUuid_First
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByUuid_First
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByUuid_Last
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByUuid_Last
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByUuid_PrevAndNext
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 entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByUuid
Removes all the commerce tier price entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
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
Returns all the commerce tier price entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching commerce tier price entries
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByUuid_C_First
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByUuid_C_First
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByUuid_C_Last
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByUuid_C_Last
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByUuid_C_PrevAndNext
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 entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByUuid_C
Removes all the commerce tier price entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of commerce tier price entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching commerce tier price entries
-
findByCompanyId
Returns all the commerce tier price entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce tier price entries
-
findByCompanyId
Returns a range of all the commerce tier price entries where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByCompanyId
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByCompanyId
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByCompanyId_First
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByCompanyId_First
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByCompanyId_Last
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByCompanyId_Last
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByCompanyId_PrevAndNext
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 entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the commerce tier price entries where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
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
Returns all the commerce tier price entries where commercePriceEntryId = ?.- Parameters:
commercePriceEntryId
- the commerce price entry ID- Returns:
- the matching commerce tier price entries
-
findByCommercePriceEntryId
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByCommercePriceEntryId
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByCommercePriceEntryId
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByCommercePriceEntryId_First
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByCommercePriceEntryId_First
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByCommercePriceEntryId_Last
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByCommercePriceEntryId_Last
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByCommercePriceEntryId_PrevAndNext
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 entrycommercePriceEntryId
- the commerce price entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByCommercePriceEntryId
void removeByCommercePriceEntryId(long commercePriceEntryId) Removes all the commerce tier price entries where commercePriceEntryId = ? from the database.- Parameters:
commercePriceEntryId
- the commerce price entry ID
-
countByCommercePriceEntryId
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
CommerceTierPriceEntry findByC_M(long commercePriceEntryId, BigDecimal minQuantity) throws NoSuchTierPriceEntryException Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or throws aNoSuchTierPriceEntryException
if it could not be found.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantity- Returns:
- the matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_M
Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- 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
CommerceTierPriceEntry fetchByC_M(long commercePriceEntryId, BigDecimal minQuantity, boolean useFinderCache) Returns the commerce tier price entry where commercePriceEntryId = ? and minQuantity = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantityuseFinderCache
- 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
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 IDminQuantity
- the min quantity- Returns:
- the commerce tier price entry that was removed
- Throws:
NoSuchTierPriceEntryException
-
countByC_M
Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity = ?.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantity- Returns:
- the number of matching commerce tier price entries
-
findByC_LteM
Returns all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantity- Returns:
- the matching commerce tier price entries
-
findByC_LteM
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByC_LteM
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByC_LteM
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByC_LteM_First
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 IDminQuantity
- the min quantityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_LteM_First
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 IDminQuantity
- the min quantityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByC_LteM_Last
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 IDminQuantity
- the min quantityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_LteM_Last
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 IDminQuantity
- the min quantityorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByC_LteM_PrevAndNext
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 entrycommercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantityorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByC_LteM
Removes all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? from the database.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantity
-
countByC_LteM
Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ?.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantity- Returns:
- the number of matching commerce tier price entries
-
findByC_S
Returns all the commerce tier price entries where commercePriceEntryId = ? and status = ?.- Parameters:
commercePriceEntryId
- the commerce price entry IDstatus
- the status- Returns:
- the matching commerce tier price entries
-
findByC_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDstatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByC_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDstatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByC_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDstatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByC_S_First
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_S_First
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByC_S_Last
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_S_Last
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByC_S_PrevAndNext
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 entrycommercePriceEntryId
- the commerce price entry IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByC_S
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 IDstatus
- the status
-
countByC_S
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 IDstatus
- the status- Returns:
- the number of matching commerce tier price entries
-
findByLtD_S
Returns all the commerce tier price entries where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching commerce tier price entries
-
findByLtD_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByLtD_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByLtD_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByLtD_S_First
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByLtD_S_First
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByLtD_S_Last
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByLtD_S_Last
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByLtD_S_PrevAndNext
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 entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByLtD_S
Removes all the commerce tier price entries where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of commerce tier price entries where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching commerce tier price entries
-
findByLtE_S
Returns all the commerce tier price entries where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the status- Returns:
- the matching commerce tier price entries
-
findByLtE_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of matching commerce tier price entries
-
findByLtE_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByLtE_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
expirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByLtE_S_First
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByLtE_S_First
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByLtE_S_Last
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByLtE_S_Last
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
findByLtE_S_PrevAndNext
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 entryexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByLtE_S
Removes all the commerce tier price entries where expirationDate < ? and status = ? from the database.- Parameters:
expirationDate
- the expiration datestatus
- the status
-
countByLtE_S
Returns the number of commerce tier price entries where expirationDate < ? and status = ?.- Parameters:
expirationDate
- the expiration datestatus
- the status- Returns:
- the number of matching commerce tier price entries
-
findByC_LteM_S
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 IDminQuantity
- the min quantitystatus
- the status- Returns:
- the matching commerce tier price entries
-
findByC_LteM_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce tier price entries
-
findByC_LteM_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystatus
- the statusstart
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce tier price entries
-
findByC_LteM_S_First
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 IDminQuantity
- the min quantitystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_LteM_S_First
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 IDminQuantity
- the min quantitystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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
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 IDminQuantity
- the min quantitystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByC_LteM_S_Last
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 IDminQuantity
- the min quantitystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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
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 entrycommercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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
-
removeByC_LteM_S
Removes all the commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ? from the database.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystatus
- the status
-
countByC_LteM_S
Returns the number of commerce tier price entries where commercePriceEntryId = ? and minQuantity ≤ ? and status = ?.- Parameters:
commercePriceEntryId
- the commerce price entry IDminQuantity
- the min quantitystatus
- the status- Returns:
- the number of matching commerce tier price entries
-
findByERC_C
CommerceTierPriceEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchTierPriceEntryException Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchTierPriceEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce tier price entry
- Throws:
NoSuchTierPriceEntryException
- if a matching commerce tier price entry could not be found
-
fetchByERC_C
Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
fetchByERC_C
CommerceTierPriceEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce tier price entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce tier price entry, or
null
if a matching commerce tier price entry could not be found
-
removeByERC_C
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 codecompanyId
- the company ID- Returns:
- the commerce tier price entry that was removed
- Throws:
NoSuchTierPriceEntryException
-
countByERC_C
Returns the number of commerce tier price entries where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching commerce tier price entries
-
cacheResult
Caches the commerce tier price entry in the entity cache if it is enabled.- Parameters:
commerceTierPriceEntry
- the commerce tier price entry
-
cacheResult
Caches the commerce tier price entries in the entity cache if it is enabled.- Parameters:
commerceTierPriceEntries
- the commerce tier price entries
-
create
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
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
-
updateImpl
-
findByPrimaryKey
CommerceTierPriceEntry findByPrimaryKey(long commerceTierPriceEntryId) throws NoSuchTierPriceEntryException Returns the commerce tier price entry with the primary key or throws aNoSuchTierPriceEntryException
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
-
fetchByPrimaryKey
Returns the commerce tier price entry with the primary key or returnsnull
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
List<CommerceTierPriceEntry> findAll()Returns all the commerce tier price entries.- Returns:
- the commerce tier price entries
-
findAll
Returns a range of all the commerce tier price entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)- Returns:
- the range of commerce tier price entries
-
findAll
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce tier price entries
-
findAll
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceTierPriceEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce tier price entriesend
- the upper bound of the range of commerce tier price entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce tier price entries
-
removeAll
void removeAll()Removes all the commerce tier price entries from the database. -
countAll
int countAll()Returns the number of commerce tier price entries.- Returns:
- the number of commerce tier price entries
-