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

Packages that use ArrivalAndDepartureBean
org.onebusaway.api.model.transit   
org.onebusaway.phone.templates.stops   
org.onebusaway.presentation.impl   
org.onebusaway.sms.impl   
org.onebusaway.transit_data_federation.impl.beans   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.model   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.where   
org.onebusaway.webapp.gwt.arrivals_and_departures_widget   
org.onebusaway.webapp.gwt.where_library.view   
org.onebusaway.webapp.impl   
 

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

Methods in org.onebusaway.api.model.transit with parameters of type ArrivalAndDepartureBean
 ArrivalAndDepartureV2Bean BeanFactoryV2.getArrivalAndDeparture(ArrivalAndDepartureBean ad)
           
 EntryWithReferencesBean<ArrivalAndDepartureV2Bean> BeanFactoryV2.getResponse(ArrivalAndDepartureBean result)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.phone.templates.stops
 

Method parameters in org.onebusaway.phone.templates.stops with type arguments of type ArrivalAndDepartureBean
protected  void ArrivalsAndDeparturesTemplate.buildPredictedArrivalsTemplate(List<ArrivalAndDepartureBean> arrivals)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.presentation.impl
 

Methods in org.onebusaway.presentation.impl with parameters of type ArrivalAndDepartureBean
 int ArrivalAndDepartureComparator.compare(ArrivalAndDepartureBean o1, ArrivalAndDepartureBean o2)
           
 

Method parameters in org.onebusaway.presentation.impl with type arguments of type ArrivalAndDepartureBean
static List<AgencyBean> AgencyPresenter.getAgenciesForArrivalAndDepartures(List<ArrivalAndDepartureBean> arrivalsAndDepartures)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.sms.impl
 

Methods in org.onebusaway.sms.impl with parameters of type ArrivalAndDepartureBean
 String SmsArrivalsAndDeparturesModel.getMinutesLabel(ArrivalAndDepartureBean pab)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.transit_data_federation.impl.beans
 

Methods in org.onebusaway.transit_data_federation.impl.beans that return ArrivalAndDepartureBean
 ArrivalAndDepartureBean ArrivalsAndDeparturesBeanServiceImpl.getArrivalAndDepartureForStop(ArrivalAndDepartureQuery query)
           
 

Methods in org.onebusaway.transit_data_federation.impl.beans that return types with arguments of type ArrivalAndDepartureBean
 List<ArrivalAndDepartureBean> ArrivalsAndDeparturesBeanServiceImpl.getArrivalsAndDeparturesByStopId(org.onebusaway.gtfs.model.AgencyAndId stopId, ArrivalsAndDeparturesQueryBean query)
          ArrivalsAndDeparturesBeanService Interface
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return ArrivalAndDepartureBean
 ArrivalAndDepartureBean ArrivalsAndDeparturesBeanService.getArrivalAndDepartureForStop(ArrivalAndDepartureQuery query)
          Return arrival and departure information for a single trip instance arriving and departing a particular stop.
 

Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type ArrivalAndDepartureBean
 List<ArrivalAndDepartureBean> ArrivalsAndDeparturesBeanService.getArrivalsAndDeparturesByStopId(org.onebusaway.gtfs.model.AgencyAndId stopId, ArrivalsAndDeparturesQueryBean query)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type ArrivalAndDepartureBean
 List<ArrivalAndDepartureBean> StopWithArrivalsAndDeparturesBean.getArrivalsAndDepartures()
           
 List<ArrivalAndDepartureBean> StopsWithArrivalsAndDeparturesBean.getArrivalsAndDepartures()
           
 List<ArrivalAndDepartureBean> StopWithScheduledArrivalsBean.getPredictedArrivals()
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type ArrivalAndDepartureBean
 void StopsWithArrivalsAndDeparturesBean.setArrivalsAndDepartures(List<ArrivalAndDepartureBean> arrivalsAndDepartures)
           
 

Constructor parameters in org.onebusaway.transit_data.model with type arguments of type ArrivalAndDepartureBean
StopsWithArrivalsAndDeparturesBean(List<StopBean> stops, List<ArrivalAndDepartureBean> arrivalsAndDepartures, List<StopBean> nearbyStops, List<ServiceAlertBean> situations)
           
StopWithArrivalsAndDeparturesBean(StopBean stop, List<ArrivalAndDepartureBean> arrivalsAndDepartures, List<StopBean> nearbyStops, List<ServiceAlertBean> situations)
           
StopWithScheduledArrivalsBean(StopAreaBean bean, List<ArrivalAndDepartureBean> arrivals)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return ArrivalAndDepartureBean
 ArrivalAndDepartureBean TransitDataService.getArrivalAndDepartureForStop(ArrivalAndDepartureForStopQueryBean query)
           
 

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

Methods in org.onebusaway.webapp.actions.where that return ArrivalAndDepartureBean
 ArrivalAndDepartureBean ArrivalAndDepartureForStopAction.getResult()
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.webapp.gwt.arrivals_and_departures_widget
 

Methods in org.onebusaway.webapp.gwt.arrivals_and_departures_widget with parameters of type ArrivalAndDepartureBean
 boolean ArrivalAndDepartureFilter.isIncluded(ArrivalAndDepartureBean bean)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.webapp.gwt.where_library.view
 

Methods in org.onebusaway.webapp.gwt.where_library.view with parameters of type ArrivalAndDepartureBean
 long ArrivalsAndDeparturesPresentaion.getBestTime(ArrivalAndDepartureBean pab)
           
 String ArrivalsAndDeparturesPresentaion.getMinutesElementId(ArrivalAndDepartureBean pab)
           
 String ArrivalsAndDeparturesPresentaion.getMinutesLabel(ArrivalAndDepartureBean pab)
           
 String ArrivalsAndDeparturesPresentaion.getStatusLabel(ArrivalAndDepartureBean pab)
          Returns a text label like "4 minutes late" or "departed 2 minutes early"
 String ArrivalsAndDeparturesPresentaion.getStatusLabelStyle(ArrivalAndDepartureBean pab)
           
 String ArrivalsAndDeparturesPresentaion.getTripHeadsign(ArrivalAndDepartureBean bean)
           
 boolean ArrivalsAndDeparturesPresentaion.isNow(ArrivalAndDepartureBean pab)
           
 

Uses of ArrivalAndDepartureBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl with parameters of type ArrivalAndDepartureBean
 SituationsPresentation WebappArrivalsAndDeparturesModel.getSituationsForArrivalAndDeparture(ArrivalAndDepartureBean arrivalAndDeparture)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.