Package org.fenixedu.academic.ui.struts.action.externalSupervision.consult

Examples of org.fenixedu.academic.ui.struts.action.externalSupervision.consult.ShowStudentTimeTable


        final Registration registration = getDomainObject(request, "registrationId");
        final ExecutionSemester executionSemester = getDomainObject(request, "executionSemesterId");

        request.setAttribute("registration", registration);
        return new ShowStudentTimeTable().forwardToShowTimeTable(registration, mapping, request, executionSemester);
    }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.ui.struts.action.externalSupervision.consult.ShowStudentTimeTable

Copyright © 2018 www.massapicom. 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.