org.jasig.schedassist.web.admin
Class EventDetailsController

java.lang.Object
  extended by org.jasig.schedassist.web.admin.EventDetailsController

@Controller
@RequestMapping(value="/admin/event-details.html")
public class EventDetailsController
extends Object

Controller to display the statistics events.

Version:
$Id: EventDetailsController.java 2978 2011-01-25 19:20:51Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
EventDetailsController()
           
 
Method Summary
protected  String getEventsForDate(Date date, org.springframework.ui.ModelMap model)
          Display events for the date specified by the "date" request parameter.
 StatisticsDao getStatisticsDao()
           
 void initBinder(org.springframework.web.bind.WebDataBinder binder)
           
 void setStatisticsDao(StatisticsDao statisticsDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDetailsController

public EventDetailsController()
Method Detail

setStatisticsDao

public void setStatisticsDao(StatisticsDao statisticsDao)
Parameters:
statisticsDao - the statisticsDao to set

getStatisticsDao

public StatisticsDao getStatisticsDao()
Returns:
the statisticsDao

initBinder

@InitBinder
public void initBinder(org.springframework.web.bind.WebDataBinder binder)
Parameters:
binder -

getEventsForDate

@RequestMapping(method=GET)
protected String getEventsForDate(@RequestParam(value="date",required=false)
                                                 Date date,
                                                 org.springframework.ui.ModelMap model)
Display events for the date specified by the "date" request parameter.

Parameters:
date -
model -
Returns:


Copyright © 2012 Jasig. All Rights Reserved.