org.jasig.schedassist.web.owner.statistics
Class VisitorHistoryFormController
java.lang.Object
org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
@Controller
@RequestMapping(value={"/owner/visitor-history.html","/delegate/visitor-history.html"})
@SessionAttributes(value="command")
public class VisitorHistoryFormController- extends Object
Controller for displaying IScheduleVisitor
activity history with the authenticated IScheduleOwner.
- Version:
- $Id: VisitorHistoryFormController.java 2608 2010-09-16 19:03:42Z 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 |
VisitorHistoryFormController
public VisitorHistoryFormController()
setStatisticsDao
public void setStatisticsDao(StatisticsDao statisticsDao)
- Parameters:
statisticsDao - the statisticsDao to set
setCalendarAccountDao
public void setCalendarAccountDao(ICalendarAccountDao calendarAccountDao)
- Parameters:
calendarAccountDao - the calendarAccountDao to set
initBinder
@InitBinder(value="command")
protected void initBinder(org.springframework.web.bind.WebDataBinder binder)
- Parameters:
binder -
setupForm
@RequestMapping(method=GET)
protected String setupForm(@RequestParam(value="noscript",required=false,defaultValue="false")
boolean noscript,
org.springframework.ui.ModelMap model)
- Returns:
submit
@RequestMapping(method=POST)
protected String submit(@ModelAttribute(value="command")
VisitorHistoryFormBackingObject fbo,
org.springframework.validation.BindingResult bindingResult,
org.springframework.ui.ModelMap model)
throws NotRegisteredException
- Parameters:
fbo - bindingResult - model -
- Returns:
-
- Throws:
NotRegisteredException
Copyright © 2012 Jasig. All Rights Reserved.