org.jasig.schedassist.web.owner.schedule
Class ClearEntireAvailableScheduleFormController
java.lang.Object
org.jasig.schedassist.web.owner.schedule.ClearEntireAvailableScheduleFormController
@Controller
@RequestMapping(value={"/owner/clear-entire-schedule.html","/delegate/clear-entire-schedule.html"})
public class ClearEntireAvailableScheduleFormController- extends Object
Controller implementation that allows an IScheduleOwner to
remove ALL AvailableBlocks from their AvailableSchedule.
- Version:
- $Id: ClearEntireAvailableScheduleFormController.java 2542 2010-09-13 16:07:29Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
ClearEntireAvailableScheduleFormController
public ClearEntireAvailableScheduleFormController()
setAvailableScheduleDao
public void setAvailableScheduleDao(AvailableScheduleDao availableScheduleDao)
- Parameters:
availableScheduleDao - the availableScheduleDao to set
setReflectionService
public void setReflectionService(AvailableScheduleReflectionService reflectionService)
- Parameters:
reflectionService - the reflectionService to set
getAvailableScheduleDao
public AvailableScheduleDao getAvailableScheduleDao()
- Returns:
- the availableScheduleDao
getReflectionService
public AvailableScheduleReflectionService getReflectionService()
- Returns:
- the reflectionService
setupForm
@RequestMapping(method=GET)
protected String setupForm(org.springframework.ui.ModelMap model)
clearSchedule
@RequestMapping(method=POST)
protected org.springframework.web.servlet.ModelAndView clearSchedule(@ModelAttribute
ClearAvailableScheduleFormBackingObject fbo)
throws NotRegisteredException
- Parameters:
fbo -
- Returns:
-
- Throws:
NotRegisteredException
Copyright © 2012 Jasig. All Rights Reserved.