public interface AddOrderEntryGroupFixedPriceDiscountRAOAction
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountRAO> |
addOrderEntryGroupFixedPriceDiscount(AbstractOrderRAO order,
java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs,
java.math.BigDecimal targetPrice,
RuleEngineResultRAO result,
java.lang.Object ruleContext)
Sets the target price
targetPrice to a group of products, selecting them from order entries according to
the given entriesSelectionStrategyRPDs. |
java.util.List<DiscountRAO> addOrderEntryGroupFixedPriceDiscount(AbstractOrderRAO order, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, java.math.BigDecimal targetPrice, RuleEngineResultRAO result, java.lang.Object ruleContext)
targetPrice to a group of products, selecting them from order entries according to
the given entriesSelectionStrategyRPDs.order - the order / cartentriesSelectionStrategyRPDs - list of EntriesSelectionStrategyRPD defining which and how many products should take part in the
promotiontargetPrice - target price for the product groupresult - the result raoruleContext - an optional context object that can be used to provide additional information for the returned
DiscountRAOCopyright © 2018 SAP SE. All Rights Reserved.