/** @return */ private List<ITVerbund> loadITVerbuende() { LoadCnATreeElementTitles<ITVerbund> compoundLoader = new LoadCnATreeElementTitles<ITVerbund>(ITVerbund.class); try { compoundLoader = ServiceFactory.lookupCommandService().executeCommand(compoundLoader); } catch (Exception e) { ExceptionUtil.log(e, Messages.GenerateReportDialog_20); } return compoundLoader.getElements(); }
private List<Organization> loadScopes() { LoadCnATreeElementTitles<Organization> compoundLoader = new LoadCnATreeElementTitles<Organization>(Organization.class); try { compoundLoader = ServiceFactory.lookupCommandService().executeCommand(compoundLoader); } catch (Exception e) { ExceptionUtil.log(e, Messages.GenerateReportDialog_19); } return compoundLoader.getElements(); }