Interface RuleActionService
-
- All Known Implementing Classes:
DefaultPromotionRuleActionService,DefaultRuleActionService
public interface RuleActionServiceProcesses Rule Actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ItemModel>applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)Applies Actions of Rule Engine Result in a way specific to an Action instance that can change current state of related to the Action object entities (Order, OrderEntries etc.).
-
-
-
Method Detail
-
applyAllActions
java.util.List<ItemModel> applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)
Applies Actions of Rule Engine Result in a way specific to an Action instance that can change current state of related to the Action object entities (Order, OrderEntries etc.).- Parameters:
ruleEngineResultRAO- contains Actions- Returns:
- list of
ItemModel(or it subclasses) as a result of the Actions application.
-
-