org.onebusaway.transit_data_federation_webapp.controllers
Class VehicleLocationRecordController

java.lang.Object
  extended by org.onebusaway.transit_data_federation_webapp.controllers.VehicleLocationRecordController

@Controller
public class VehicleLocationRecordController
extends Object


Constructor Summary
VehicleLocationRecordController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView index()
           
 org.springframework.web.servlet.ModelAndView submit(String vehicleId)
           
 org.springframework.web.servlet.ModelAndView submit(String time, String serviceDate, String blockId, String vehicleId, int scheduleDeviation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationRecordController

public VehicleLocationRecordController()
Method Detail

index

@RequestMapping(value="/vehicle-location-record.action")
public org.springframework.web.servlet.ModelAndView index()

submit

@RequestMapping(value="/vehicle-location-record!submit.action")
public org.springframework.web.servlet.ModelAndView submit(@RequestParam
                                                                          String time,
                                                                          @RequestParam
                                                                          String serviceDate,
                                                                          @RequestParam
                                                                          String blockId,
                                                                          @RequestParam
                                                                          String vehicleId,
                                                                          int scheduleDeviation)
                                                    throws ParseException
Throws:
ParseException

submit

@RequestMapping(value="/vehicle-location-record!reset.action")
public org.springframework.web.servlet.ModelAndView submit(@RequestParam
                                                                          String vehicleId)


Copyright © 2012 OneBusAway. All Rights Reserved.