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

Packages that use RoutesBean
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.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
 

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

Methods in org.onebusaway.api.model.transit with parameters of type RoutesBean
 ListWithReferencesBean<RouteV2Bean> BeanFactoryV2.getResponse(RoutesBean result)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return RoutesBean
 RoutesBean RoutesBeanService.getRoutesForQuery(SearchQueryBean query)
          TODO: Convert this to use at some point?
 

Uses of RoutesBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return RoutesBean
 RoutesBean RoutesAndStopsBean.getRoutes()
           
 

Methods in org.onebusaway.transit_data.model with parameters of type RoutesBean
 void RoutesAndStopsBean.setRoutes(RoutesBean routes)
           
 

Constructors in org.onebusaway.transit_data.model with parameters of type RoutesBean
RoutesAndStopsBean(RoutesBean routes, StopsBean stops)
           
 

Uses of RoutesBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return RoutesBean
 RoutesBean TransitDataService.getRoutes(SearchQueryBean query)
           
 

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

Methods in org.onebusaway.webapp.gwt.where_library.rpc that return RoutesBean
 RoutesBean WebappService.getRoutes(SearchQueryBean query)
           
 

Method parameters in org.onebusaway.webapp.gwt.where_library.rpc with type arguments of type RoutesBean
 void WebappServiceAsync.getRoutes(SearchQueryBean query, com.google.gwt.user.client.rpc.AsyncCallback<RoutesBean> callback)
           
 

Uses of RoutesBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl that return RoutesBean
 RoutesBean WebappServiceServletImpl.getRoutes(SearchQueryBean query)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.