Uses of Class
com.broadleafcommerce.promotion.offer.web.context.info.OrderOfferAdjustment
-
-
Uses of OrderOfferAdjustment in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return types with arguments of type OrderOfferAdjustment Modifier and Type Method Description List<OrderOfferAdjustment>OrderOfferPermutationResult. getAdjustments()List<OrderOfferAdjustment>OfferProcessingContext. getBestOrderAdjustmentsForTesting()Method facilitates unit testing.Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type OrderOfferAdjustment Modifier and Type Method Description voidOrderOfferPermutationResult. addAdjustment(OrderOfferAdjustment adjustment) -
Uses of OrderOfferAdjustment in com.broadleafcommerce.promotion.offer.service.engine.application.processor
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor that return OrderOfferAdjustment Modifier and Type Method Description protected OrderOfferAdjustmentDefaultOrderOfferProcessor. createOrderOfferAdjustment(OfferProcessingContext context, CandidateOrderOffer orderOffer, javax.money.MonetaryAmount amount) -
Uses of OrderOfferAdjustment in com.broadleafcommerce.promotion.offer.service.engine.proration
Methods in com.broadleafcommerce.promotion.offer.service.engine.proration with parameters of type OrderOfferAdjustment Modifier and Type Method Description protected voidDefaultProrationService. populateProratedOrderAdjustments(OrderOfferAdjustment orderAdjustment, List<? extends EnhancedLineItem> lineItems)Populates the prorated order adjustments from the givenOrderOfferAdjustmentacross the givenline items.protected booleanDefaultProrationService. shouldProrateAdjustment(OrderOfferAdjustment adjustment)Determines whether the givenOrderOfferAdjustmentshould be prorated across the order line items. -
Uses of OrderOfferAdjustment in com.broadleafcommerce.promotion.offer.web.context
Methods in com.broadleafcommerce.promotion.offer.web.context that return types with arguments of type OrderOfferAdjustment Modifier and Type Method Description List<OrderOfferAdjustment>EnhancedOrder. getOrderAdjustments()Method parameters in com.broadleafcommerce.promotion.offer.web.context with type arguments of type OrderOfferAdjustment Modifier and Type Method Description voidEnhancedOrder. setOrderAdjustments(List<OrderOfferAdjustment> orderAdjustments)
-