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