public interface ChangeDeliveryModeRAOAction
| Modifier and Type | Method and Description |
|---|---|
ShipmentRAO |
changeDeliveryMode(CartRAO cartRao,
DeliveryModeRAO mode,
RuleEngineResultRAO result,
Object ruleContext)
Changes the current delivery mode to the given values, adds it to the cartRao and recalculates the carRao totals.
|
ShipmentRAO |
changeDeliveryMode(CartRAO cartRao,
String deliveryModeCode,
RuleEngineResultRAO result,
Object ruleContext)
Changes the current delivery mode to the given values, adds it to the cartRao and recalculates the carRao totals.
|
ShipmentRAO changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode, RuleEngineResultRAO result, Object ruleContext)
ruleContext object can be used to enhance the returned DiscountRAO.cartRao - the cartRao to change the delivery mode formode - the new delivery moderesult - the result raoruleContext - an optional context object that can be used to provide additional information for the returned
DiscountRAOShipmentRAO changeDeliveryMode(CartRAO cartRao, String deliveryModeCode, RuleEngineResultRAO result, Object ruleContext)
ruleContext object can be used to enhance the returned DiscountRAO.cartRao - the cartRao to change the delivery mode fordeliveryModeCode - the new delivery mode coderesult - 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.