Interface FindDeliveryCostStrategy
- All Superinterfaces:
ServiceLayerOnlyCalculationVerifier
- All Known Implementing Classes:
ChineseFindDeliveryCostStrategy,ChineseSLFindDeliveryCostStrategy,DefaultFindDeliveryCostStrategy,DefaultSLFindDeliveryCostStrategy
Strategy focused on resolving delivery cost for a given order. Delivery cost depends on the delivery mode chosen at
the checkout. In case of
ZoneDeliveryModes, the cost usually depends on the delivery zone.-
Method Summary
Modifier and TypeMethodDescriptionReturns order's delivery cost of the given order.Methods inherited from interface de.hybris.platform.order.strategies.calculation.ServiceLayerOnlyCalculationVerifier
isSLOnly
-
Method Details
-
getDeliveryCost
Returns order's delivery cost of the given order.- Parameters:
order-AbstractOrderModel- Returns:
PriceValuerepresenting delivery cost introduced in the order.
-