Uses of Interface
de.hybris.platform.ruleengineservices.rule.evaluation.actions.ActionSupplementStrategy
-
Packages that use ActionSupplementStrategy Package Description de.hybris.platform.promotionengineservices.action.strategies de.hybris.platform.ruleengineservices.rule.evaluation.actions -
-
Uses of ActionSupplementStrategy in de.hybris.platform.promotionengineservices.action.strategies
Classes in de.hybris.platform.promotionengineservices.action.strategies that implement ActionSupplementStrategy Modifier and Type Class Description classCartTotalThresholdPotentialPromotionMessageActionSupplementStrategyThe class supplementsDisplayMessageRAOwith dynamically-evaluated data for Cart Total Threshold condition.classNoOpPotentialPromotionMessageActionSupplementStrategyNo Op supplement strategy forDisplayMessageRAOwith parameter-less contextclassQualifyingCategoryPotentialPromotionMessageActionSupplementStrategyThe class supplementsDisplayMessageRAOwith dynamically-evaluated data for Qualifying Category Products condition.classQualifyingProductPotentialPromotionMessageActionSupplementStrategyThe class supplementsDisplayMessageRAOwith dynamically-evaluated data for Qualifying Product condition. -
Uses of ActionSupplementStrategy in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return types with arguments of type ActionSupplementStrategy Modifier and Type Method Description protected java.util.List<ActionSupplementStrategy>AbstractRuleExecutableSupport. getActionSupplementStrategies()Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions with type arguments of type ActionSupplementStrategy Modifier and Type Method Description voidAbstractRuleExecutableSupport. setActionSupplementStrategies(java.util.List<ActionSupplementStrategy> actionSupplementStrategies)
-