final Student student = person.getStudent();
if (!person.hasRole(RoleType.STUDENT) || student == null) {
return new ArrayList<FenixCourseEvaluation.WrittenEvaluation>();
}
new JerseyFacesContext(context, request, response);
DisplayEvaluationsForStudentToEnrol manageEvaluationsForStudents = new DisplayEvaluationsForStudentToEnrol();
List<FenixCourseEvaluation.WrittenEvaluation> evaluations = new ArrayList<>();