org.kuali.student.enrollment.class2.courseofferingset.service.impl
Class CourseOfferingSetSchedulingRunner
java.lang.Object
org.kuali.student.enrollment.class2.courseofferingset.service.impl.CourseOfferingSetSchedulingRunner
- All Implemented Interfaces:
- Runnable
public class CourseOfferingSetSchedulingRunner
- extends Object
- implements Runnable
This class handles the asynchronous process of submitting schedule requests from activity offerings
within a SoC to the scheduler
- Author:
- andrewlubbers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseOfferingSetSchedulingRunner
public CourseOfferingSetSchedulingRunner(String socId)
getCoService
public CourseOfferingService getCoService()
setCoService
public void setCoService(CourseOfferingService coService)
getSchedulingService
public SchedulingService getSchedulingService()
setSchedulingService
public void setSchedulingService(SchedulingService schedulingService)
getSocService
public CourseOfferingSetService getSocService()
setSocService
public void setSocService(CourseOfferingSetService socService)
getContextInfo
public ContextInfo getContextInfo()
setContextInfo
public void setContextInfo(ContextInfo contextInfo)
run
public void run()
- !!! This method has to state change the SOC back to a sane value for success ("completed") or fail ("notstarted").
- Specified by:
run
in interface Runnable
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.