Package org.fenixedu.academic.api.beans.FenixCalendar

Examples of org.fenixedu.academic.api.beans.FenixCalendar.FenixClassEvent


            FenixCalendarEvent event = null;

            switch (eventType) {
            case CLASS:
                final Shift classShift = ((ClassEventBean) eventBean).getClassShift();
                event = new FenixClassEvent(eventPeriod, rooms, title, new FenixCourse(classShift.getExecutionCourse()));
                break;

            case EVALUATION:

                Set<FenixCourse> fenixCourses =
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.api.beans.FenixCalendar.FenixClassEvent

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.