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

Packages that use StopScheduleBean
org.onebusaway.api.model.transit   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.where   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
 

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

Methods in org.onebusaway.api.model.transit with parameters of type StopScheduleBean
 EntryWithReferencesBean<StopScheduleV2Bean> BeanFactoryV2.getResponse(StopScheduleBean stopSchedule)
           
 StopScheduleV2Bean BeanFactoryV2.getStopSchedule(StopScheduleBean stopSchedule)
           
 

Uses of StopScheduleBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return StopScheduleBean
 StopScheduleBean TransitDataService.getScheduleForStop(String stopId, Date date)
           
 

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

Methods in org.onebusaway.webapp.actions.where that return StopScheduleBean
 StopScheduleBean ScheduleAction.getResult()
           
 

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

Methods in org.onebusaway.webapp.gwt.where_library.rpc that return StopScheduleBean
 StopScheduleBean WebappService.getScheduleForStop(String stopId, Date date)
           
 

Method parameters in org.onebusaway.webapp.gwt.where_library.rpc with type arguments of type StopScheduleBean
 void WebappServiceAsync.getScheduleForStop(String stopId, Date date, com.google.gwt.user.client.rpc.AsyncCallback<StopScheduleBean> schedule)
           
 

Uses of StopScheduleBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl that return StopScheduleBean
 StopScheduleBean WebappServiceServletImpl.getScheduleForStop(String stopId, Date date)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.