org.onebusaway.transit_data_federation.services.realtime
Interface ScheduleDeviationHistoryDao

All Known Implementing Classes:
ScheduleDeviationHistoryDaoImpl

public interface ScheduleDeviationHistoryDao


Method Summary
 ScheduleDeviationHistory getScheduleDeviationHistoryForTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 void saveScheduleDeviationHistory(List<ScheduleDeviationHistory> records)
           
 void saveScheduleDeviationHistory(ScheduleDeviationHistory record)
           
 

Method Detail

saveScheduleDeviationHistory

void saveScheduleDeviationHistory(ScheduleDeviationHistory record)

saveScheduleDeviationHistory

void saveScheduleDeviationHistory(List<ScheduleDeviationHistory> records)

getScheduleDeviationHistoryForTripId

ScheduleDeviationHistory getScheduleDeviationHistoryForTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)


Copyright © 2012 OneBusAway. All Rights Reserved.