public void execute(final String reportId) {
   reportService.execute(Long.valueOf(reportId));
 }