org.onebusaway.gtfs_transformer.king_county_metro
Class MetroKCDaoImpl

java.lang.Object
  extended by org.onebusaway.gtfs.impl.GenericDaoImpl
      extended by org.onebusaway.gtfs_transformer.king_county_metro.MetroKCDaoImpl
All Implemented Interfaces:
GenericDao, GenericMutableDao, MetroKCDao

public class MetroKCDaoImpl
extends GenericDaoImpl
implements MetroKCDao


Constructor Summary
MetroKCDaoImpl()
           
 
Method Summary
 java.util.Collection<MetroKCBlockTrip> getAllBlockTrips()
           
 java.util.Collection<MetroKCChangeDate> getAllChangeDates()
           
 java.util.Collection<MetroKCPatternPair> getAllPatternPairs()
           
 java.util.Collection<MetroKCStopTime> getAllStopTimes()
           
 java.util.Collection<MetroKCTrip> getAllTrips()
           
 MetroKCChangeDate getChangeDateForId(java.lang.String changeDateId)
           
 MetroKCStop getStopForId(int id)
           
 MetroKCTrip getTripForId(VersionedId id)
           
 void removeTrip(MetroKCTrip trip)
           
 
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
 
Methods inherited from interface org.onebusaway.gtfs.services.GenericMutableDao
clearAllEntitiesForType, close, flush, open, removeEntity, saveEntity, saveOrUpdateEntity, updateEntity
 
Methods inherited from interface org.onebusaway.gtfs.services.GenericDao
getAllEntitiesForType, getEntityForId
 

Constructor Detail

MetroKCDaoImpl

public MetroKCDaoImpl()
Method Detail

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.