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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
FulfillmentGroupResponse.setAdjustments
(List<Adjustment> adjustments) Adjustment information for this fulfillment group.void
OrderResponse.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()
TheAdjustment
for this free gift item.Methods in com.broadleafcommerce.promotion.offer.client.web.context.info with parameters of type AdjustmentModifier and TypeMethodDescriptionvoid
FreeGiftItem.setAdjustment
(Adjustment adjustment) TheAdjustment
for this free gift item.