Uses of Class
org.onebusaway.transit_data.model.realtime.VehicleLocationRecordBean

Packages that use VehicleLocationRecordBean
org.onebusaway.api.model.transit   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.model   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.admin.debug   
org.onebusaway.webapp.actions.admin.problems   
 

Uses of VehicleLocationRecordBean in org.onebusaway.api.model.transit
 

Methods in org.onebusaway.api.model.transit with parameters of type VehicleLocationRecordBean
 VehicleLocationRecordV2Bean BeanFactoryV2.getVehicleLocationRecord(VehicleLocationRecordBean record)
           
 

Method parameters in org.onebusaway.api.model.transit with type arguments of type VehicleLocationRecordBean
 ListWithReferencesBean<VehicleLocationRecordV2Bean> BeanFactoryV2.getVehicleLocationRecordResponse(ListBean<VehicleLocationRecordBean> vehicles)
           
 

Uses of VehicleLocationRecordBean in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans that return VehicleLocationRecordBean
 VehicleLocationRecordBean VehicleStatusBeanService.getVehicleLocationRecordForVehicleId(org.onebusaway.gtfs.model.AgencyAndId id, long targetTime)
           
 

Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type VehicleLocationRecordBean
 ListBean<VehicleLocationRecordBean> VehicleStatusBeanService.getVehicleLocations(VehicleLocationRecordQueryBean query)
           
 

Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type VehicleLocationRecordBean
 void VehicleStatusBeanService.submitVehicleLocation(VehicleLocationRecordBean record)
           
 

Uses of VehicleLocationRecordBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type VehicleLocationRecordBean
 List<VehicleLocationRecordBean> VehicleStatusBean.getAllRecords()
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type VehicleLocationRecordBean
 void VehicleStatusBean.setAllRecords(List<VehicleLocationRecordBean> allRecords)
           
 

Uses of VehicleLocationRecordBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return VehicleLocationRecordBean
 VehicleLocationRecordBean TransitDataService.getVehicleLocationRecordForVehicleId(String vehicleId, long targetTime)
           
 

Methods in org.onebusaway.transit_data.services that return types with arguments of type VehicleLocationRecordBean
 ListBean<VehicleLocationRecordBean> TransitDataService.getVehicleLocationRecords(VehicleLocationRecordQueryBean query)
           
 

Methods in org.onebusaway.transit_data.services with parameters of type VehicleLocationRecordBean
 void TransitDataService.submitVehicleLocation(VehicleLocationRecordBean record)
           
 

Uses of VehicleLocationRecordBean in org.onebusaway.webapp.actions.admin.debug
 

Methods in org.onebusaway.webapp.actions.admin.debug that return VehicleLocationRecordBean
 VehicleLocationRecordBean VehicleLocationRecordAction.getModel()
           
 

Uses of VehicleLocationRecordBean in org.onebusaway.webapp.actions.admin.problems
 

Methods in org.onebusaway.webapp.actions.admin.problems that return types with arguments of type VehicleLocationRecordBean
 List<VehicleLocationRecordBean> TripProblemReportsAction.getVehicleLocationRecords()
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.