Uses of Interface
de.hybris.platform.ruleengineservices.calculation.PriceAdjustmentStrategy
-
-
Uses of PriceAdjustmentStrategy in de.hybris.platform.ruleengineservices.calculation.impl
Classes in de.hybris.platform.ruleengineservices.calculation.impl that implement PriceAdjustmentStrategy Modifier and Type Class Description classDefaultPriceAdjustmentStrategyDefault implementation ofPriceAdjustmentStrategyforOrderEntryRAOentitiesMethods in de.hybris.platform.ruleengineservices.calculation.impl that return PriceAdjustmentStrategy Modifier and Type Method Description protected PriceAdjustmentStrategy<OrderEntryRAO>DefaultRuleEngineCalculationService. getPriceAdjustmentStrategy()Deprecated, for removal: This API element is subject to removal in a future version.since 1905Methods in de.hybris.platform.ruleengineservices.calculation.impl with parameters of type PriceAdjustmentStrategy Modifier and Type Method Description voidDefaultRuleEngineCalculationService. setPriceAdjustmentStrategy(PriceAdjustmentStrategy<OrderEntryRAO> priceAdjustmentStrategy)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of PriceAdjustmentStrategy in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return PriceAdjustmentStrategy Modifier and Type Method Description protected PriceAdjustmentStrategy<OrderEntryRAO>AbstractRuleExecutableSupport. getPriceAdjustmentStrategy()Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions with parameters of type PriceAdjustmentStrategy Modifier and Type Method Description voidAbstractRuleExecutableSupport. setPriceAdjustmentStrategy(PriceAdjustmentStrategy<OrderEntryRAO> priceAdjustmentStrategy) -
Uses of PriceAdjustmentStrategy in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return PriceAdjustmentStrategy Modifier and Type Method Description protected PriceAdjustmentStrategy<OrderEntryRAO>DefaultRAOConsumptionSupport. getPriceAdjustmentStrategy()Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type PriceAdjustmentStrategy Modifier and Type Method Description voidDefaultRAOConsumptionSupport. setPriceAdjustmentStrategy(PriceAdjustmentStrategy<OrderEntryRAO> priceAdjustmentStrategy)
-