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.ItemAdjustment
DefaultOfferEngineResponseBuilder.getItemAdjustment
(@NonNull ItemOfferAdjustment itemOfferAdjustment, @NonNull OfferCodeData offerCodeData) Creates anItemAdjustment
for 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.MonetaryAmount
DefaultProrationService.calculateProratedAmount
(ItemOfferAdjustment adjustment, int itemQty) protected EnhancedProratedItemOfferAdjustment
DefaultProrationService.calculateProrationItemAdjustment
(ItemOfferAdjustment adjustment) protected boolean
DefaultProrationService.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 TypeMethodDescriptionvoid
LineItemOfferDetail.setAdjustments
(Set<ItemOfferAdjustment> adjustments)