Interface PromotableOfferUtility
- All Known Implementing Classes:
PromotableOfferUtilityImpl
public interface PromotableOfferUtility
- Author:
- Nick Crum ncrum
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.money.MoneycalculateSavingsForOrderItem(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItem orderItem, int qtyToReceiveSavings) org.broadleafcommerce.common.money.MoneycomputeAdjustmentValue(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup promotableFulfillmentGroup, boolean allowSalePrice) org.broadleafcommerce.common.money.MoneycomputeAdjustmentValue(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItemPriceDetail orderItemPriceDetail, boolean allowSalePrice) org.broadleafcommerce.common.money.MoneycomputeRetailAdjustmentValue(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup promotableFulfillmentGroup) org.broadleafcommerce.common.money.MoneycomputeRetailAdjustmentValue(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItemPriceDetail orderItemPriceDetail) org.broadleafcommerce.common.money.MoneycomputeSalesAdjustmentValue(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup promotableFulfillmentGroup) org.broadleafcommerce.common.money.MoneycomputeSalesAdjustmentValue(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItemPriceDetail orderItemPriceDetail) booleanitemMatchesOfferPriceData(OfferPriceData offerPriceData, PromotableOrderItem promotableOrderItem)
-
Method Details
-
itemMatchesOfferPriceData
boolean itemMatchesOfferPriceData(OfferPriceData offerPriceData, PromotableOrderItem promotableOrderItem) -
computeRetailAdjustmentValue
org.broadleafcommerce.common.money.Money computeRetailAdjustmentValue(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup promotableFulfillmentGroup) -
computeSalesAdjustmentValue
org.broadleafcommerce.common.money.Money computeSalesAdjustmentValue(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup promotableFulfillmentGroup) -
computeAdjustmentValue
org.broadleafcommerce.common.money.Money computeAdjustmentValue(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup promotableFulfillmentGroup, boolean allowSalePrice) -
computeRetailAdjustmentValue
org.broadleafcommerce.common.money.Money computeRetailAdjustmentValue(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItemPriceDetail orderItemPriceDetail) -
computeSalesAdjustmentValue
org.broadleafcommerce.common.money.Money computeSalesAdjustmentValue(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItemPriceDetail orderItemPriceDetail) -
computeAdjustmentValue
org.broadleafcommerce.common.money.Money computeAdjustmentValue(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItemPriceDetail orderItemPriceDetail, boolean allowSalePrice) -
calculateSavingsForOrderItem
org.broadleafcommerce.common.money.Money calculateSavingsForOrderItem(PromotableCandidateItemOffer promotableCandidateItemOffer, PromotableOrderItem orderItem, int qtyToReceiveSavings)
-