public class CourseOfferingReverseRolloverRunner extends Object implements Runnable
Constructor and Description |
---|
CourseOfferingReverseRolloverRunner() |
Modifier and Type | Method and Description |
---|---|
AcademicCalendarService |
getAcalService() |
ContextInfo |
getContext() |
CourseOfferingService |
getCoService() |
CourseService |
getCourseService() |
SocRolloverResultInfo |
getReverseResult() |
SocRolloverResultInfo |
getRolloverResult() |
CourseOfferingSetService |
getSocService() |
void |
run() |
void |
setAcalService(AcademicCalendarService acalService) |
void |
setContext(ContextInfo context) |
void |
setCoService(CourseOfferingService coService) |
void |
setCourseService(CourseService courseService) |
void |
setReverseResult(SocRolloverResultInfo reverseResult) |
void |
setRolloverResult(SocRolloverResultInfo rolloverResult) |
void |
setSocService(CourseOfferingSetService socService) |
public CourseOfferingReverseRolloverRunner()
public CourseOfferingService getCoService()
public void setCoService(CourseOfferingService coService)
public CourseOfferingSetService getSocService()
public void setSocService(CourseOfferingSetService socService)
public CourseService getCourseService()
public void setCourseService(CourseService courseService)
public AcademicCalendarService getAcalService()
public void setAcalService(AcademicCalendarService acalService)
public ContextInfo getContext()
public void setContext(ContextInfo context)
public SocRolloverResultInfo getReverseResult()
public void setReverseResult(SocRolloverResultInfo reverseResult)
public SocRolloverResultInfo getRolloverResult()
public void setRolloverResult(SocRolloverResultInfo rolloverResult)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.