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