String credits = getCredits(executionCourse, degree);
String name = executionCourse.getName();
String id = executionCourse.getExternalId();
String academicTermValue = executionCourse.getExecutionPeriod().getQualifiedName();
fenixExecutionCourses.add(new FenixExecutionCourse(sigla, credits, name, id, academicTermValue));
}
return fenixExecutionCourses;
}