Uses of Class
org.onebusaway.transit_data.model.VehicleStatusBean

Packages that use VehicleStatusBean
org.onebusaway.api.model.transit   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.where   
 

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

Methods in org.onebusaway.api.model.transit with parameters of type VehicleStatusBean
 VehicleStatusV2Bean BeanFactoryV2.getVehicleStatus(VehicleStatusBean vehicleStatus)
           
 EntryWithReferencesBean<VehicleStatusV2Bean> BeanFactoryV2.getVehicleStatusResponse(VehicleStatusBean vehicleStatus)
           
 

Method parameters in org.onebusaway.api.model.transit with type arguments of type VehicleStatusBean
 ListWithReferencesBean<VehicleStatusV2Bean> BeanFactoryV2.getVehicleStatusResponse(ListBean<VehicleStatusBean> vehicles)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return VehicleStatusBean
 VehicleStatusBean VehicleStatusBeanService.getVehicleForId(org.onebusaway.gtfs.model.AgencyAndId vehicleId, long time)
           
 

Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type VehicleStatusBean
 ListBean<VehicleStatusBean> VehicleStatusBeanService.getAllVehiclesForAgency(String agencyId, long time)
           
 

Uses of VehicleStatusBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return VehicleStatusBean
 VehicleStatusBean TransitDataService.getVehicleForAgency(String vehicleId, long time)
          Vehicle Methods
 

Methods in org.onebusaway.transit_data.services that return types with arguments of type VehicleStatusBean
 ListBean<VehicleStatusBean> TransitDataService.getAllVehiclesForAgency(String agencyId, long time)
           
 

Uses of VehicleStatusBean in org.onebusaway.webapp.actions.where
 

Methods in org.onebusaway.webapp.actions.where that return VehicleStatusBean
 VehicleStatusBean VehicleStatusAction.getResult()
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.