Uses of Interface
de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy
-
-
Uses of FindDeliveryCostStrategy in de.hybris.platform.chineselogisticservices.strategies.impl
Classes in de.hybris.platform.chineselogisticservices.strategies.impl that implement FindDeliveryCostStrategy Modifier and Type Class Description classChineseFindDeliveryCostStrategyThis strategy defines the process of looking up the delivery cost.classChineseSLFindDeliveryCostStrategyThis strategy defines the process of looking up the delivery cost for SL. -
Uses of FindDeliveryCostStrategy in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type FindDeliveryCostStrategy Modifier and Type Method Description voidDefaultCalculationService. setFindDeliveryCostStrategy(FindDeliveryCostStrategy findDeliveryCostStrategy) -
Uses of FindDeliveryCostStrategy in de.hybris.platform.order.strategies.calculation.impl
Classes in de.hybris.platform.order.strategies.calculation.impl that implement FindDeliveryCostStrategy Modifier and Type Class Description classDefaultFindDeliveryCostStrategyDefault implementation ofFindDeliveryCostStrategy. -
Uses of FindDeliveryCostStrategy in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Classes in de.hybris.platform.order.strategies.calculation.impl.servicelayer that implement FindDeliveryCostStrategy Modifier and Type Class Description classDefaultSLFindDeliveryCostStrategyService-Layer implementation ofFindDeliveryCostStrategy.
-