Interface TmaChecklistService
- All Known Implementing Classes:
DefaultTmaChecklistService
public interface TmaChecklistService
Service handling operations specific to checklist actions.
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptionbooleanareActionsFulfilled(AbstractOrderModel abstractOrderModel) Verifies if checklist actions corresponding to the order are fulfilled or notfindActions(TmaChecklistContext checklistContext) Finds the checklist actions for a specific checklistContext
-
Method Details
-
findActions
Finds the checklist actions for a specific checklistContext- Parameters:
checklistContext- the checklistContext- Returns:
- the
RuleEvaluationResults for the given checklistContext
-
areActionsFulfilled
Verifies if checklist actions corresponding to the order are fulfilled or not- Parameters:
abstractOrderModel- the order for which the actions are verified- Returns:
- true, if the checklist actions for the order are fulfilled, otherwise false
-