Uses of Class
com.broadleafcommerce.promotion.offer.web.context.info.ItemOfferAdjustment
-
-
Uses of ItemOfferAdjustment in com.broadleafcommerce.promotion.offer.service.engine
Methods in com.broadleafcommerce.promotion.offer.service.engine with parameters of type ItemOfferAdjustment Modifier and Type Method Description protected com.broadleafcommerce.promotion.offer.client.web.context.discounts.ItemAdjustmentDefaultOfferEngineResponseBuilder. getItemAdjustment(@NonNull ItemOfferAdjustment itemOfferAdjustment, @NonNull Set<String> allOrderCodes)Creates anItemAdjustmentfor theItemOfferAdjustment. -
Uses of ItemOfferAdjustment in com.broadleafcommerce.promotion.offer.service.engine.proration
Methods in com.broadleafcommerce.promotion.offer.service.engine.proration that return types with arguments of type ItemOfferAdjustment Modifier and Type Method Description protected Set<ItemOfferAdjustment>DefaultProrationService. getAllAdjustments(EnhancedOrder order)Methods in com.broadleafcommerce.promotion.offer.service.engine.proration with parameters of type ItemOfferAdjustment Modifier and Type Method Description protected javax.money.MonetaryAmountDefaultProrationService. calculateProratedAmount(ItemOfferAdjustment adjustment, int itemQty)protected EnhancedProratedItemOfferAdjustmentDefaultProrationService. calculateProrationItemAdjustment(ItemOfferAdjustment adjustment)protected booleanDefaultProrationService. isProrationRequiredForAdjustment(ItemOfferAdjustment adjustment) -
Uses of ItemOfferAdjustment in com.broadleafcommerce.promotion.offer.web.context.info
Methods in com.broadleafcommerce.promotion.offer.web.context.info that return ItemOfferAdjustment Modifier and Type Method Description ItemOfferAdjustmentItemOfferAdjustment. copy(com.broadleafcommerce.common.extension.TypeFactory offerFactory)Creates a copy of this adjustment.Methods in com.broadleafcommerce.promotion.offer.web.context.info that return types with arguments of type ItemOfferAdjustment Modifier and Type Method Description Set<ItemOfferAdjustment>LineItemOfferDetail. getAdjustments()protected Predicate<ItemOfferAdjustment>LineItemOfferDetail. isDiscountCurrentOrder()Method parameters in com.broadleafcommerce.promotion.offer.web.context.info with type arguments of type ItemOfferAdjustment Modifier and Type Method Description voidLineItemOfferDetail. setAdjustments(Set<ItemOfferAdjustment> adjustments)
-