public class DefaultNoOpRuleActionStrategy extends java.lang.Object implements RuleActionStrategy<ItemModel>
| Constructor and Description |
|---|
DefaultNoOpRuleActionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
apply(AbstractRuleActionRAO action)
Applies the action described by the given
AbstractRuleActionRAO. |
java.lang.String |
getStrategyId()
Returns this strategy's unique Id
|
void |
setBeanName(java.lang.String beanName) |
void |
undo(ItemModel action)
Revokes the Promotion Action that was applied.
|
public java.util.List<ItemModel> apply(AbstractRuleActionRAO action)
RuleActionStrategyAbstractRuleActionRAO.apply in interface RuleActionStrategy<ItemModel>action - the action to applyItemModel that are affected by the application of this action.public void undo(ItemModel action)
RuleActionStrategyundo in interface RuleActionStrategy<ItemModel>action - the action to be undonepublic java.lang.String getStrategyId()
RuleActionStrategygetStrategyId in interface RuleActionStrategy<ItemModel>public void setBeanName(java.lang.String beanName)
Copyright © 2018 SAP SE. All Rights Reserved.