Uses of Class
com.broadleafcommerce.promotion.offer.client.web.context.info.Adjustment
Packages that use Adjustment
Package
Description
-
Uses of Adjustment in com.broadleafcommerce.promotion.offer.client.web.context.discounts
Modifier and TypeClassDescriptionclassAn adjustment for a line item of the order.Methods in com.broadleafcommerce.promotion.offer.client.web.context.discounts that return types with arguments of type AdjustmentModifier and TypeMethodDescriptionFulfillmentGroupResponse.getAdjustments()Adjustment information for this fulfillment group.OrderResponse.getAdjustments()Adjustment information for this order.Method parameters in com.broadleafcommerce.promotion.offer.client.web.context.discounts with type arguments of type AdjustmentModifier and TypeMethodDescriptionvoidFulfillmentGroupResponse.setAdjustments(List<Adjustment> adjustments) Adjustment information for this fulfillment group.voidOrderResponse.setAdjustments(List<Adjustment> adjustments) Adjustment information for this order. -
Uses of Adjustment in com.broadleafcommerce.promotion.offer.client.web.context.info
Methods in com.broadleafcommerce.promotion.offer.client.web.context.info that return AdjustmentModifier and TypeMethodDescriptionFreeGiftItem.getAdjustment()TheAdjustmentfor this free gift item.Methods in com.broadleafcommerce.promotion.offer.client.web.context.info with parameters of type AdjustmentModifier and TypeMethodDescriptionvoidFreeGiftItem.setAdjustment(Adjustment adjustment) TheAdjustmentfor this free gift item.