org.kuali.student.enrollment.class2.courseoffering.util
Class CourseOfferingResourceLoader

java.lang.Object
  extended by org.kuali.student.enrollment.class2.courseoffering.util.CourseOfferingResourceLoader

public class CourseOfferingResourceLoader
extends Object

This class //TODO ...

Author:
Kuali Student Team

Constructor Summary
CourseOfferingResourceLoader()
           
 
Method Summary
static AcademicCalendarService loadAcademicCalendarService()
           
static CluService loadCluService()
           
static CourseOfferingService loadCourseOfferingService()
           
static CourseOfferingSetService loadCourseOfferingSetService()
           
static CourseService loadCourseService()
           
static LRCService loadLrcService()
           
static RoomService loadRoomService()
           
static SchedulingService loadSchedulingService()
           
static StateService loadStateService()
           
static TypeService loadTypeService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseOfferingResourceLoader

public CourseOfferingResourceLoader()
Method Detail

loadCourseOfferingService

public static CourseOfferingService loadCourseOfferingService()

loadCourseOfferingSetService

public static CourseOfferingSetService loadCourseOfferingSetService()

loadTypeService

public static TypeService loadTypeService()

loadStateService

public static StateService loadStateService()

loadCourseService

public static CourseService loadCourseService()

loadCluService

public static CluService loadCluService()

loadAcademicCalendarService

public static AcademicCalendarService loadAcademicCalendarService()

loadLrcService

public static LRCService loadLrcService()

loadSchedulingService

public static SchedulingService loadSchedulingService()

loadRoomService

public static RoomService loadRoomService()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.