Uses of Interface
de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy
-
-
Uses of FindDiscountValuesStrategy in de.hybris.platform.configurablebundleservices.bundle.impl
Classes in de.hybris.platform.configurablebundleservices.bundle.impl that implement FindDiscountValuesStrategy Modifier and Type Class Description classBundleCurrentFactoryFindPricingStrategyDeprecated, for removal: This API element is subject to removal in a future version.Since 2105.classFindBundlePricingWithCurrentPriceFactoryStrategyDeprecated, for removal: This API element is subject to removal in a future version.Since 2105. -
Uses of FindDiscountValuesStrategy in de.hybris.platform.order
Classes in de.hybris.platform.order that implement FindDiscountValuesStrategy Modifier and Type Class Description classTestPriceFactoryPrice factory implementation for testing order calculation only. -
Uses of FindDiscountValuesStrategy in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type FindDiscountValuesStrategy Modifier and Type Method Description voidDefaultDiscountService. setFindDiscountValuesStrategy(FindDiscountValuesStrategy findDiscountValuesStrategy)Method parameters in de.hybris.platform.order.impl with type arguments of type FindDiscountValuesStrategy Modifier and Type Method Description voidDefaultCalculationService. setFindDiscountsStrategies(java.util.List<FindDiscountValuesStrategy> findDiscountsStrategies) -
Uses of FindDiscountValuesStrategy in de.hybris.platform.order.strategies.calculation.impl
Classes in de.hybris.platform.order.strategies.calculation.impl that implement FindDiscountValuesStrategy Modifier and Type Class Description classFindOrderDiscountValuesStrategyImplementation ofFindDiscountValuesStrategythat resolvesDiscountValues from the order's attachedDiscountModels.classFindPricingWithCurrentPriceFactoryStrategyDefault implementation of price, taxes and discounts resolver strategies (FindPriceStrategy,FindDiscountValuesStrategy,FindTaxValuesStrategy) that resolves values for calculation from current session's price factory. -
Uses of FindDiscountValuesStrategy in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal with parameters of type FindDiscountValuesStrategy Modifier and Type Method Description voidPriceFactorySwitcher. setFindDiscountValuesStrategy(FindDiscountValuesStrategy findDiscountValuesStrategy) -
Uses of FindDiscountValuesStrategy in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Classes in de.hybris.platform.order.strategies.calculation.impl.servicelayer that implement FindDiscountValuesStrategy Modifier and Type Class Description classDefaultSLFindDiscountValuesStrategyDefault implementation of discount resolver strategyFindDiscountValuesStrategy).classDefaultSLFindOrderDiscountValuesStrategyImplementation ofFindDiscountValuesStrategythat resolvesDiscountValues from the order's attachedDiscountModels. -
Uses of FindDiscountValuesStrategy in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl with parameters of type FindDiscountValuesStrategy Modifier and Type Method Description voidDefaultPriceService. setFindDiscountValuesStrategy(FindDiscountValuesStrategy findDiscountValuesStrategy) -
Uses of FindDiscountValuesStrategy in de.hybris.platform.subscriptionservices.subscription.impl
Classes in de.hybris.platform.subscriptionservices.subscription.impl that implement FindDiscountValuesStrategy Modifier and Type Class Description classFindSubscriptionPricingWithCurrentPriceFactoryStrategyDeprecated, for removal: This API element is subject to removal in a future version.Since 2105.
-