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

Packages that use RouteBean
org.onebusaway.api.model.transit   
org.onebusaway.phone.actions.search   
org.onebusaway.presentation.client   
org.onebusaway.presentation.impl   
org.onebusaway.presentation.model   
org.onebusaway.transit_data_federation.impl.beans   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.model   
org.onebusaway.transit_data.model.trips   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.where   
org.onebusaway.webapp.gwt.mobile_application.view   
org.onebusaway.webapp.gwt.stop_and_route_selection   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.gwt.where_library.services   
org.onebusaway.webapp.gwt.where_library.view   
org.onebusaway.webapp.gwt.where_library.view.stops   
org.onebusaway.webapp.impl   
 

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

Methods in org.onebusaway.api.model.transit with parameters of type RouteBean
 void BeanFactoryV2.addToReferences(RouteBean route)
           
 EntryWithReferencesBean<RouteV2Bean> BeanFactoryV2.getResponse(RouteBean route)
           
 RouteV2Bean BeanFactoryV2.getRoute(RouteBean route)
           
 

Uses of RouteBean in org.onebusaway.phone.actions.search
 

Methods in org.onebusaway.phone.actions.search that return RouteBean
 RouteBean StopsForRouteAction.getRoute()
           
 RouteBean RouteForNameAction.getRoute()
           
 RouteBean NavigationBean.getRoute()
           
 

Methods in org.onebusaway.phone.actions.search that return types with arguments of type RouteBean
 List<RouteBean> RouteForNameAction.getRoutes()
           
 

Methods in org.onebusaway.phone.actions.search with parameters of type RouteBean
 void StopsForRouteAction.setRoute(RouteBean route)
           
 void NavigationBean.setRoute(RouteBean route)
           
 

Uses of RouteBean in org.onebusaway.presentation.client
 

Methods in org.onebusaway.presentation.client with parameters of type RouteBean
static String RoutePresenter.getDescriptionForRoute(RouteBean route)
           
static String RoutePresenter.getNameForRoute(RouteBean route)
           
 

Uses of RouteBean in org.onebusaway.presentation.impl
 

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

Uses of RouteBean in org.onebusaway.presentation.model
 

Methods in org.onebusaway.presentation.model that return types with arguments of type RouteBean
 List<RouteBean> BookmarkWithStopsBean.getRoutes()
           
 

Method parameters in org.onebusaway.presentation.model with type arguments of type RouteBean
 void BookmarkWithStopsBean.setRoutes(List<RouteBean> routes)
           
 

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

Methods in org.onebusaway.transit_data_federation.impl.beans with parameters of type RouteBean
 int RouteBeanIdComparator.compare(RouteBean o1, RouteBean o2)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return RouteBean
 RouteBean RouteBeanService.getRouteForId(org.onebusaway.gtfs.model.AgencyAndId routeId)
           
 

Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type RouteBean
 ListBean<RouteBean> RoutesBeanService.getRoutesForAgencyId(String agencyId)
           
 

Uses of RouteBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return RouteBean
 RouteBean RouteBean.Builder.create()
           
 RouteBean StopTimeGroupBean.getContinuesAs()
           
 RouteBean StopsForRouteBean.getRoute()
           
 RouteBean StopSequenceBlockBean.getRoute()
           
 RouteBean StopRouteScheduleBean.getRoute()
           
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type RouteBean
 List<RouteBean> StopWithRoutesBean.getRoutes()
           
 List<RouteBean> StopBean.getRoutes()
           
 List<RouteBean> RoutesBean.getRoutes()
           
 List<RouteBean> NearbyRoutesBean.getRoutes()
           
 

Methods in org.onebusaway.transit_data.model with parameters of type RouteBean
 void NearbyRoutesBean.addRouteAndStop(RouteBean route, StopBean stop)
           
static RouteBean.Builder RouteBean.builder(RouteBean bean)
           
 List<StopBean> NearbyRoutesBean.getNearbyStopsForRoute(RouteBean route)
           
 void StopTimeGroupBean.setContinuesAs(RouteBean continuesAs)
           
 void StopsForRouteBean.setRoute(RouteBean route)
           
 void StopSequenceBlockBean.setRoute(RouteBean route)
           
 void StopRouteScheduleBean.setRoute(RouteBean route)
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type RouteBean
 void StopWithRoutesBean.setRoutes(List<RouteBean> routes)
           
 void StopBean.setRoutes(List<RouteBean> routes)
           
 void RoutesBean.setRoutes(List<RouteBean> routes)
           
 

Constructors in org.onebusaway.transit_data.model with parameters of type RouteBean
RouteBean.Builder(RouteBean bean)
           
 

Uses of RouteBean in org.onebusaway.transit_data.model.trips
 

Methods in org.onebusaway.transit_data.model.trips that return RouteBean
 RouteBean TripBean.getRoute()
           
 

Methods in org.onebusaway.transit_data.model.trips with parameters of type RouteBean
 void TripBean.setRoute(RouteBean route)
           
 

Uses of RouteBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return RouteBean
 RouteBean TransitDataService.getRouteForId(String routeId)
           
 

Methods in org.onebusaway.transit_data.services that return types with arguments of type RouteBean
 ListBean<RouteBean> TransitDataService.getRoutesForAgencyId(String agencyId)
           
 

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

Methods in org.onebusaway.webapp.actions.where that return RouteBean
 RouteBean StopsForRouteAction.getRoute()
           
 RouteBean RoutesAction.getRoute()
           
 

Methods in org.onebusaway.webapp.actions.where that return types with arguments of type RouteBean
 List<RouteBean> RoutesAction.getRoutes()
           
 

Uses of RouteBean in org.onebusaway.webapp.gwt.mobile_application.view
 

Methods in org.onebusaway.webapp.gwt.mobile_application.view with parameters of type RouteBean
 void MapViewController.showStopsForRoute(RouteBean route, StopsForRouteBean stopsForRoute)
           
 

Uses of RouteBean in org.onebusaway.webapp.gwt.stop_and_route_selection
 

Methods in org.onebusaway.webapp.gwt.stop_and_route_selection with parameters of type RouteBean
 void RouteWidget.RouteSelectionHandler.handleSelectionChanged(RouteWidget widget, RouteBean route, boolean selected)
           
 

Constructors in org.onebusaway.webapp.gwt.stop_and_route_selection with parameters of type RouteBean
RouteWidget(RouteBean route, boolean selected, RouteWidget.RouteSelectionHandler handler)
           
 

Uses of RouteBean in org.onebusaway.webapp.gwt.where_library.rpc
 

Methods in org.onebusaway.webapp.gwt.where_library.rpc that return RouteBean
 RouteBean WebappService.getRouteForId(String routeId)
           
 

Method parameters in org.onebusaway.webapp.gwt.where_library.rpc with type arguments of type RouteBean
 void WebappServiceAsync.getRouteForId(String routeId, com.google.gwt.user.client.rpc.AsyncCallback<RouteBean> callback)
           
 

Uses of RouteBean in org.onebusaway.webapp.gwt.where_library.services
 

Methods in org.onebusaway.webapp.gwt.where_library.services that return types with arguments of type RouteBean
 List<RouteBean> CombinedSearchResult.getRoutes()
           
 

Method parameters in org.onebusaway.webapp.gwt.where_library.services with type arguments of type RouteBean
 void CombinedSearchResult.setRoutes(List<RouteBean> routes)
           
 

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

Methods in org.onebusaway.webapp.gwt.where_library.view with parameters of type RouteBean
 boolean ArrivalsAndDeparturesPresentaion.isLongRouteName(RouteBean route)
           
 

Uses of RouteBean in org.onebusaway.webapp.gwt.where_library.view.stops
 

Methods in org.onebusaway.webapp.gwt.where_library.view.stops that return RouteBean
 RouteBean TransitMapManager.getSelectedRoute()
           
 

Methods in org.onebusaway.webapp.gwt.where_library.view.stops with parameters of type RouteBean
 void TransitMapManager.showStopsForRoute(RouteBean route, StopsForRouteBean stopsForRoute, boolean centerViewOnRoute)
           
 

Uses of RouteBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl that return RouteBean
 RouteBean WebappServiceServletImpl.getRouteForId(String routeId)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.