Examples of EnrollStudentInShifts


Examples of org.fenixedu.academic.service.services.enrollment.shift.EnrollStudentInShifts

        }
        ExecutionCourse executionCourse = FenixFramework.getDomainObject(request.getParameter("executionCourseID"));

        if (person != null) {
            try {
                new EnrollStudentInShifts().run(executionCourse.getRegistration(person), request.getParameter("shiftID"));
            } catch (FenixServiceException e) {
                final ActionErrors actionErrors = new ActionErrors();
                actionErrors.add("error", new ActionMessage("label.invalid.student.number"));
                saveErrors(request, actionErrors);
            }
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.