public interface RuleActionStrategy
| 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 |
undo(ItemModel action)
Revokes the Promotion Action that was applied.
|
List<? extends ItemModel> apply(AbstractRuleActionRAO action)
AbstractRuleActionRAO.action - the action to applyItemModel that are affected by the application of this action.String getStrategyId()
void undo(ItemModel action)
action - the action to be undoneCopyright © 2017 SAP SE. All Rights Reserved.