public interface DeliveryCostsStrategy
AbstractOrder.
Will be used by AbstractOrder.findDeliveryCosts().| Modifier and Type | Method and Description |
|---|---|
PriceValue |
findDeliveryCosts(SessionContext ctx,
AbstractOrder order)
Called during
AbstractOrder.calculate(), AbstractOrder.calculate(java.util.Date),
AbstractOrder.recalculate() and AbstractOrder.recalculate(java.util.Date) to fetch and set the
delivery cost for the assigned order. |
PriceValue findDeliveryCosts(SessionContext ctx, AbstractOrder order)
AbstractOrder.calculate(), AbstractOrder.calculate(java.util.Date),
AbstractOrder.recalculate() and AbstractOrder.recalculate(java.util.Date) to fetch and set the
delivery cost for the assigned order.Copyright © 2017 SAP SE. All Rights Reserved.