org.onebusaway.gtfs_transformer.king_county_metro
Class MetroKCDaoImpl
java.lang.Object
org.onebusaway.gtfs.impl.GenericDaoImpl
org.onebusaway.gtfs_transformer.king_county_metro.MetroKCDaoImpl
- All Implemented Interfaces:
- GenericDao, GenericMutableDao, MetroKCDao
public class MetroKCDaoImpl
- extends GenericDaoImpl
- implements MetroKCDao
| Methods inherited from class org.onebusaway.gtfs.impl.GenericDaoImpl |
clearAllEntitiesForType, close, flush, getAllEntitiesForType, getEntitiesByIdForEntityType, getEntityClasses, getEntityForId, open, removeEntity, saveEntity, saveOrUpdateEntity, setGenerateIds, updateEntity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetroKCDaoImpl
public MetroKCDaoImpl()
getAllChangeDates
public java.util.Collection<MetroKCChangeDate> getAllChangeDates()
- Specified by:
getAllChangeDates in interface MetroKCDao
getAllTrips
public java.util.Collection<MetroKCTrip> getAllTrips()
- Specified by:
getAllTrips in interface MetroKCDao
getChangeDateForId
public MetroKCChangeDate getChangeDateForId(java.lang.String changeDateId)
- Specified by:
getChangeDateForId in interface MetroKCDao
getStopForId
public MetroKCStop getStopForId(int id)
- Specified by:
getStopForId in interface MetroKCDao
getTripForId
public MetroKCTrip getTripForId(VersionedId id)
- Specified by:
getTripForId in interface MetroKCDao
removeTrip
public void removeTrip(MetroKCTrip trip)
- Specified by:
removeTrip in interface MetroKCDao
getAllBlockTrips
public java.util.Collection<MetroKCBlockTrip> getAllBlockTrips()
- Specified by:
getAllBlockTrips in interface MetroKCDao
getAllStopTimes
public java.util.Collection<MetroKCStopTime> getAllStopTimes()
- Specified by:
getAllStopTimes in interface MetroKCDao
getAllPatternPairs
public java.util.Collection<MetroKCPatternPair> getAllPatternPairs()
- Specified by:
getAllPatternPairs in interface MetroKCDao
Copyright © 2010 OneBusAway. All Rights Reserved.