});
request.setAttribute("detailedProfessorShipsListofLists", detailedProfessorShipsListofLists);
}
InfoDepartment department = ReadDepartmentByOID.run(departmentId);
request.setAttribute("searchType", "Consulta Por Departmento");
request.setAttribute("searchTarget", department.getName());
request.setAttribute("searchDetails", searchDetails);
request.setAttribute("semester", semester);
request.setAttribute("teacherType", teacherType);
} catch (FenixServiceException e) {
throw new FenixActionException(e);