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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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 © 2011 Jasig. All Rights Reserved.