Examples of searchForPrograms()


Examples of org.fenixedu.academic.dto.student.StudentsSearchBean.searchForPrograms()

            final Set<AcademicProgram> programs = new HashSet<AcademicProgram>();

            programs.addAll(Bennu.getInstance().getDegreesSet());

            final Set<Student> students = studentsSearchBean.searchForPrograms(programs);

            if (students.size() == 1) {

                request.setAttribute("student", students.iterator().next());
                return mapping.findForward("viewStudentDetails");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.