Uses of Class
com.broadleafcommerce.promotion.offer.web.context.info.ItemOfferAdjustment
Packages that use ItemOfferAdjustment
Package
Description
-
Uses of ItemOfferAdjustment in com.broadleafcommerce.promotion.offer.service.engine
Methods in com.broadleafcommerce.promotion.offer.service.engine with parameters of type ItemOfferAdjustmentModifier and TypeMethodDescriptionprotected com.broadleafcommerce.promotion.offer.client.web.context.discounts.ItemAdjustmentDefaultOfferEngineResponseBuilder.getItemAdjustment(@NonNull ItemOfferAdjustment itemOfferAdjustment, @NonNull OfferCodeData offerCodeData) 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 ItemOfferAdjustmentModifier and TypeMethodDescriptionprotected Set<ItemOfferAdjustment>DefaultProrationService.getAllAdjustments(EnhancedOrder order) Methods in com.broadleafcommerce.promotion.offer.service.engine.proration with parameters of type ItemOfferAdjustmentModifier and TypeMethodDescriptionprotected 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 ItemOfferAdjustmentModifier and TypeMethodDescriptionItemOfferAdjustment.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 ItemOfferAdjustmentModifier and TypeMethodDescriptionLineItemOfferDetail.getAdjustments()protected Predicate<ItemOfferAdjustment>LineItemOfferDetail.isDiscountCurrentOrder()Method parameters in com.broadleafcommerce.promotion.offer.web.context.info with type arguments of type ItemOfferAdjustmentModifier and TypeMethodDescriptionvoidLineItemOfferDetail.setAdjustments(Set<ItemOfferAdjustment> adjustments)