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 ofPriceAdjustmentStrategyforOrderEntryRAOentities -
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)
-