public interface OrderQuoteDiscountValuesAccessor
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
getQuoteDiscountValues(AbstractOrderModel order)
Returns a list quote specific discounts for the given order.
|
void |
setQuoteDiscountValues(AbstractOrderModel order,
java.util.List<DiscountValue> discountValues)
Sets quote specific discount values for the given order and sets the order's calculated flag to false.
|
java.util.List<DiscountValue> getQuoteDiscountValues(AbstractOrderModel order)
order - the order to return quote discount values for.java.lang.IllegalArgumentException - in the given order is nullvoid setQuoteDiscountValues(AbstractOrderModel order, java.util.List<DiscountValue> discountValues)
order - the order to set quote discount values for.discountValues - the list of discount values to setjava.lang.IllegalArgumentException - in case any of the parameters is nullCopyright © 2018 SAP SE. All Rights Reserved.