Uses of Class
org.onebusaway.transit_data_federation.impl.realtime.history.ScheduleDeviationHistory

Packages that use ScheduleDeviationHistory
org.onebusaway.transit_data_federation.impl.realtime.history   
org.onebusaway.transit_data_federation.services.realtime   
 

Uses of ScheduleDeviationHistory in org.onebusaway.transit_data_federation.impl.realtime.history
 

Methods in org.onebusaway.transit_data_federation.impl.realtime.history that return ScheduleDeviationHistory
 ScheduleDeviationHistory ScheduleDeviationHistoryDaoImpl.getScheduleDeviationHistoryForTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 

Methods in org.onebusaway.transit_data_federation.impl.realtime.history with parameters of type ScheduleDeviationHistory
 void ScheduleDeviationHistoryDaoImpl.saveScheduleDeviationHistory(ScheduleDeviationHistory record)
           
 

Method parameters in org.onebusaway.transit_data_federation.impl.realtime.history with type arguments of type ScheduleDeviationHistory
 void ScheduleDeviationHistoryDaoImpl.saveScheduleDeviationHistory(List<ScheduleDeviationHistory> records)
           
 

Uses of ScheduleDeviationHistory in org.onebusaway.transit_data_federation.services.realtime
 

Methods in org.onebusaway.transit_data_federation.services.realtime that return ScheduleDeviationHistory
 ScheduleDeviationHistory ScheduleDeviationHistoryDao.getScheduleDeviationHistoryForTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 

Methods in org.onebusaway.transit_data_federation.services.realtime with parameters of type ScheduleDeviationHistory
 void ScheduleDeviationHistoryDao.saveScheduleDeviationHistory(ScheduleDeviationHistory record)
           
 

Method parameters in org.onebusaway.transit_data_federation.services.realtime with type arguments of type ScheduleDeviationHistory
 void ScheduleDeviationHistoryDao.saveScheduleDeviationHistory(List<ScheduleDeviationHistory> records)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.