public interface GtfsDao extends GenericDao
getAllEntitiesForType, getEntityForIdCollection<Agency> getAllAgencies()
Collection<ServiceCalendar> getAllCalendars()
ServiceCalendar MethodsServiceCalendar getCalendarForId(int id)
Collection<ServiceCalendarDate> getAllCalendarDates()
ServiceCalendarDate MethodsServiceCalendarDate getCalendarDateForId(int id)
Collection<FareAttribute> getAllFareAttributes()
FareAttribute MethodsFareAttribute getFareAttributeForId(AgencyAndId id)
Collection<FareRule> getAllFareRules()
FareRule MethodsFareRule getFareRuleForId(int id)
Collection<FeedInfo> getAllFeedInfos()
FeedInfo MethodsFeedInfo getFeedInfoForId(int id)
Collection<Frequency> getAllFrequencies()
Frequency MethodsFrequency getFrequencyForId(int id)
Collection<Pathway> getAllPathways()
Pathway MethodsPathway getPathwayForId(AgencyAndId id)
Collection<Route> getAllRoutes()
Route MethodsRoute getRouteForId(AgencyAndId id)
Collection<ShapePoint> getAllShapePoints()
ShapePoint MethodsShapePoint getShapePointForId(int id)
Collection<Stop> getAllStops()
Stop MethodsStop getStopForId(AgencyAndId id)
Collection<StopTime> getAllStopTimes()
StopTime MethodsStopTime getStopTimeForId(int id)
Collection<Transfer> getAllTransfers()
Transfer MethodsTransfer getTransferForId(int id)
Collection<Trip> getAllTrips()
Trip MethodsTrip getTripForId(AgencyAndId id)
Copyright © 2013 OneBusAway. All Rights Reserved.