Class NoOpPotentialPromotionMessageActionSupplementStrategy
java.lang.Object
de.hybris.platform.promotionengineservices.action.strategies.NoOpPotentialPromotionMessageActionSupplementStrategy
- All Implemented Interfaces:
ActionSupplementStrategy
public class NoOpPotentialPromotionMessageActionSupplementStrategy
extends Object
implements ActionSupplementStrategy
No Op supplement strategy for
DisplayMessageRAO with parameter-less context-
Field Summary
Fields inherited from interface de.hybris.platform.ruleengineservices.rule.evaluation.actions.ActionSupplementStrategy
UUID_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context) Checks if the action result is proper to be processed by the strategybooleanshouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context) Gives additional input into whether an action should be performed or notMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.ruleengineservices.rule.evaluation.actions.ActionSupplementStrategy
postProcessAction
-
Constructor Details
-
NoOpPotentialPromotionMessageActionSupplementStrategy
public NoOpPotentialPromotionMessageActionSupplementStrategy()
-
-
Method Details
-
isActionProperToHandle
Description copied from interface:ActionSupplementStrategyChecks if the action result is proper to be processed by the strategy- Specified by:
isActionProperToHandlein interfaceActionSupplementStrategy- Parameters:
actionRao- - action resultcontext- - instance of RuleActionContext
-
shouldPerformAction
Description copied from interface:ActionSupplementStrategyGives additional input into whether an action should be performed or not- Specified by:
shouldPerformActionin interfaceActionSupplementStrategy- Parameters:
actionRao- - action resultcontext- - instance of RuleActionContext- Returns:
trueif action should be performed,false- otherwise
-