}
private static List<InfoExecutionDegree> getExecutionDegreesByExecutionPeriodId(String executionPeriodId,
AccessControlPredicate<Object> permission) throws FenixServiceException {
if (executionPeriodId == null) {
throw new FenixServiceException("executionPeriodId.should.not.be.null");
}
ExecutionSemester executionSemester = FenixFramework.getDomainObject(executionPeriodId);
List<ExecutionDegree> executionDegrees =
ExecutionDegree.getAllByExecutionYear(executionSemester.getExecutionYear().getYear());