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

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


                        rooms.add(FenixSpace.getSimpleSpace(room));
                    }
                }
            }

            FenixCalendarEvent event = null;

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

TOP

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

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.