Class NoOpPotentialPromotionMessageActionSupplementStrategy
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.action.strategies.NoOpPotentialPromotionMessageActionSupplementStrategy
-
- All Implemented Interfaces:
ActionSupplementStrategy
public class NoOpPotentialPromotionMessageActionSupplementStrategy extends java.lang.Object implements ActionSupplementStrategy
No Op supplement strategy forDisplayMessageRAOwith parameter-less context
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.ruleengineservices.rule.evaluation.actions.ActionSupplementStrategy
UUID_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description NoOpPotentialPromotionMessageActionSupplementStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisActionProperToHandle(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 not-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.ruleengineservices.rule.evaluation.actions.ActionSupplementStrategy
postProcessAction
-
-
-
-
Method Detail
-
isActionProperToHandle
public boolean isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context)
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
public boolean shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
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
-
-