public interface AddOrderEntryGroupFixedPriceDiscountRAOAction
| Modifier and Type | Method and Description |
|---|---|
List<DiscountRAO> |
addOrderEntryGroupFixedPriceDiscount(AbstractOrderRAO order,
List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs,
BigDecimal targetPrice,
RuleEngineResultRAO result,
Object ruleContext)
Sets the target price
targetPrice to a group of products, selecting them from order entries according to
the given entriesSelectionStrategyRPDs. |
List<DiscountRAO> addOrderEntryGroupFixedPriceDiscount(AbstractOrderRAO order, List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, BigDecimal targetPrice, RuleEngineResultRAO result, 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 © 2017 SAP SE. All Rights Reserved.