Examples of PhdStudentCurricularPlanEnrolmentManager


Examples of org.fenixedu.academic.domain.phd.enrolments.PhdStudentCurricularPlanEnrolmentManager

    static public StudentCurricularPlanEnrolment createManager(final EnrolmentContext enrolmentContext) {

        if (enrolmentContext.isNormal()) {

            if (enrolmentContext.isPhdDegree()) {
                return new PhdStudentCurricularPlanEnrolmentManager(enrolmentContext);
            } else {
                return new StudentCurricularPlanEnrolmentManager(enrolmentContext);
            }

        } else if (enrolmentContext.isImprovement()) {
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.