Interface TmaChecklistService

All Known Implementing Classes:
DefaultTmaChecklistService

public interface TmaChecklistService
Service handling operations specific to checklist actions.
Since:
1907
  • Method Details

    • findActions

      Set<RuleEvaluationResult> findActions(TmaChecklistContext checklistContext)
      Finds the checklist actions for a specific checklistContext
      Parameters:
      checklistContext - the checklistContext
      Returns:
      the RuleEvaluationResults for the given checklistContext
    • areActionsFulfilled

      boolean areActionsFulfilled(AbstractOrderModel abstractOrderModel)
      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