public List<ReportExecTO> listJobs(final String jobStatusType) {
   return reportService.listJobs(JobStatusType.valueOf(jobStatusType));
 }