Examples of deleteCourseCalendar()


Examples of org.olat.commons.calendar.CalendarManager.deleteCourseCalendar()

    course.getCourseEnvironment().getCourseGroupManager().deleteCourseGroupmanagement();
    // delete all remaining course properties
    course.getCourseEnvironment().getCoursePropertyManager().deleteAllCourseProperties();
    // delete course calendar
    CalendarManager calManager = CalendarManagerFactory.getInstance().getCalendarManager();
    calManager.deleteCourseCalendar(course);
    // cleanup cache
    removeFromCache(res.getResourceableId());
    loadedCourseStatistics.remove(res.getResourceableId());     
    //TODO: ld: broadcast event: DeleteCourseEvent
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.