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

Packages that use StopTimeInstanceBean
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.model   
org.onebusaway.transit_data.model.problems   
org.onebusaway.webapp.actions.where   
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return StopTimeInstanceBean
 StopTimeInstanceBean StopTimeBeanService.getStopTimeInstanceAsBean(StopTimeInstance instance)
           
 

Uses of StopTimeInstanceBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type StopTimeInstanceBean
 List<StopTimeInstanceBean> StopRouteDirectionScheduleBean.getStopTimes()
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type StopTimeInstanceBean
 void StopRouteDirectionScheduleBean.setStopTimes(List<StopTimeInstanceBean> stopTimes)
           
 

Uses of StopTimeInstanceBean in org.onebusaway.transit_data.model.problems
 

Methods in org.onebusaway.transit_data.model.problems that return StopTimeInstanceBean
 StopTimeInstanceBean TripProblemReportBean.getStopTime()
           
 

Methods in org.onebusaway.transit_data.model.problems with parameters of type StopTimeInstanceBean
 void TripProblemReportBean.setStopTime(StopTimeInstanceBean stopTime)
           
 

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

Methods in org.onebusaway.webapp.actions.where that return types with arguments of type StopTimeInstanceBean
 List<org.onebusaway.collections.tuple.T2<String,List<StopTimeInstanceBean>>> ScheduleAction.getStopTimesByFormatKey(List<StopTimeInstanceBean> stopTimes, String format)
           
 

Method parameters in org.onebusaway.webapp.actions.where with type arguments of type StopTimeInstanceBean
 List<org.onebusaway.collections.tuple.T2<String,List<StopTimeInstanceBean>>> ScheduleAction.getStopTimesByFormatKey(List<StopTimeInstanceBean> stopTimes, String format)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.