org.kuali.student.enrollment.class2.courseofferingset.service.impl
Class CourseOfferingSetSchedulingRunner

java.lang.Object
  extended by 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

Constructor Summary
CourseOfferingSetSchedulingRunner(String socId)
           
 
Method Summary
 ContextInfo getContextInfo()
           
 CourseOfferingService getCoService()
           
 SchedulingService getSchedulingService()
           
 CourseOfferingSetService getSocService()
           
 void run()
          !!! This method has to state change the SOC back to a sane value for success ("completed") or fail ("notstarted").
 void setContextInfo(ContextInfo contextInfo)
           
 void setCoService(CourseOfferingService coService)
           
 void setSchedulingService(SchedulingService schedulingService)
           
 void setSocService(CourseOfferingSetService socService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseOfferingSetSchedulingRunner

public CourseOfferingSetSchedulingRunner(String socId)
Method Detail

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.