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

Packages that use StopsWithArrivalsAndDeparturesBean
org.onebusaway.presentation.impl   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.services   
 

Uses of StopsWithArrivalsAndDeparturesBean in org.onebusaway.presentation.impl
 

Fields in org.onebusaway.presentation.impl declared as StopsWithArrivalsAndDeparturesBean
protected  StopsWithArrivalsAndDeparturesBean ArrivalsAndDeparturesModel._result
           
 

Methods in org.onebusaway.presentation.impl that return StopsWithArrivalsAndDeparturesBean
 StopsWithArrivalsAndDeparturesBean ArrivalsAndDeparturesModel.getResult()
           
 

Methods in org.onebusaway.presentation.impl with parameters of type StopsWithArrivalsAndDeparturesBean
 void ArrivalsAndDeparturesModel.setResult(StopsWithArrivalsAndDeparturesBean result)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return StopsWithArrivalsAndDeparturesBean
 StopsWithArrivalsAndDeparturesBean StopWithArrivalsAndDeparturesBeanService.getArrivalsAndDeparturesForStopIds(Set<org.onebusaway.gtfs.model.AgencyAndId> stopIds, ArrivalsAndDeparturesQueryBean query)
          Retrieve information about stops along with the arrival and departure information for that stop in a specified time range
 

Uses of StopsWithArrivalsAndDeparturesBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return StopsWithArrivalsAndDeparturesBean
 StopsWithArrivalsAndDeparturesBean TransitDataService.getStopsWithArrivalsAndDepartures(Collection<String> stopIds, ArrivalsAndDeparturesQueryBean query)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.