org.onebusaway.transit_data_federation.services.realtime
Interface ScheduleDeviationHistoryDao
- All Known Implementing Classes:
- ScheduleDeviationHistoryDaoImpl
public interface ScheduleDeviationHistoryDao
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.