ReadExecutionDegreesByExecutionYearAndDegreeType.run(infoExecutionPeriod.getInfoExecutionYear().getYear(), null);
ComparatorChain comparatorChain = new ComparatorChain();
comparatorChain.addComparator(new BeanComparator("infoDegreeCurricularPlan.infoDegree.tipoCurso"));
comparatorChain.addComparator(new BeanComparator("infoDegreeCurricularPlan.infoDegree.nome"));
Collections.sort(executionDegrees, comparatorChain);
MessageResources messageResources = this.getResources(request, "ENUMERATION_RESOURCES");
executionDegrees = InfoExecutionDegree.buildLabelValueBeansForList(executionDegrees, messageResources);