public class GtfsRelationalDaoImpl extends GtfsDaoImpl implements GtfsMutableRelationalDao
| Constructor and Description |
|---|
GtfsRelationalDaoImpl() |
clearAllEntitiesForType, close, getAgencyForId, getAllAgencies, getAllCalendarDates, getAllCalendars, getAllEntitiesForType, getAllFareAttributes, getAllFareRules, getAllFeedInfos, getAllFrequencies, getAllPathways, getAllRoutes, getAllShapePoints, getAllStops, getAllStopTimes, getAllTransfers, getAllTrips, getCalendarDateForId, getCalendarForId, getEntitiesByIdForEntityType, getEntityForId, getFareAttributeForId, getFareRuleForId, getFeedInfoForId, getFrequencyForId, getPathwayForId, getRouteForId, getShapePointForId, getStopForId, getStopTimeForId, getTransferForId, getTripForId, isPackShapePoints, isPackStopTimes, removeEntity, saveEntity, setPackShapePoints, setPackStopTimesclear, flush, getEntityClasses, open, saveOrUpdateEntity, setGenerateIds, updateEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearAllEntitiesForType, close, flush, open, removeEntity, saveEntity, saveOrUpdateEntity, updateEntitygetAgencyForId, getAllAgencies, getAllCalendarDates, getAllCalendars, getAllFareAttributes, getAllFareRules, getAllFeedInfos, getAllFrequencies, getAllPathways, getAllRoutes, getAllShapePoints, getAllStops, getAllStopTimes, getAllTransfers, getAllTrips, getCalendarDateForId, getCalendarForId, getFareAttributeForId, getFareRuleForId, getFeedInfoForId, getFrequencyForId, getPathwayForId, getRouteForId, getShapePointForId, getStopForId, getStopTimeForId, getTransferForId, getTripForIdgetAllEntitiesForType, getEntityForIdpublic void clearAllCaches()
public List<String> getTripAgencyIdsReferencingServiceId(AgencyAndId serviceId)
GtfsRelationalDaogetTripAgencyIdsReferencingServiceId in interface GtfsRelationalDaopublic List<Route> getRoutesForAgency(Agency agency)
GtfsRelationalDaogetRoutesForAgency in interface GtfsRelationalDaopublic List<Stop> getStopsForStation(Stop station)
GtfsRelationalDaogetStopsForStation in interface GtfsRelationalDaopublic List<AgencyAndId> getAllShapeIds()
GtfsRelationalDaoShapePoint MethodsgetAllShapeIds in interface GtfsRelationalDaopublic List<ShapePoint> getShapePointsForShapeId(AgencyAndId shapeId)
getShapePointsForShapeId in interface GtfsRelationalDaopublic List<StopTime> getStopTimesForTrip(Trip trip)
getStopTimesForTrip in interface GtfsRelationalDaoStopTime objects associated with the trip,
sorted by StopTime.getStopSequence()public List<StopTime> getStopTimesForStop(Stop stop)
getStopTimesForStop in interface GtfsRelationalDaoStopTime objects associated with the specified
Stop, in no particular orderpublic List<Trip> getTripsForRoute(Route route)
GtfsRelationalDaoTrip MethodsgetTripsForRoute in interface GtfsRelationalDaopublic List<Trip> getTripsForShapeId(AgencyAndId shapeId)
getTripsForShapeId in interface GtfsRelationalDaopublic List<Trip> getTripsForServiceId(AgencyAndId serviceId)
getTripsForServiceId in interface GtfsRelationalDaopublic List<Trip> getTripsForBlockId(AgencyAndId blockId)
getTripsForBlockId in interface GtfsRelationalDaopublic List<Frequency> getFrequenciesForTrip(Trip trip)
GtfsRelationalDaoFrequency MethodsgetFrequenciesForTrip in interface GtfsRelationalDaopublic List<AgencyAndId> getAllServiceIds()
GtfsRelationalDaoServiceCalendar MethodsgetAllServiceIds in interface GtfsRelationalDaopublic List<ServiceCalendarDate> getCalendarDatesForServiceId(AgencyAndId serviceId)
GtfsRelationalDaoServiceCalendarDate MethodsgetCalendarDatesForServiceId in interface GtfsRelationalDaopublic ServiceCalendar getCalendarForServiceId(AgencyAndId serviceId)
getCalendarForServiceId in interface GtfsRelationalDaopublic List<FareRule> getFareRulesForFareAttribute(FareAttribute fareAttribute)
GtfsRelationalDaogetFareRulesForFareAttribute in interface GtfsRelationalDaoCopyright © 2013 OneBusAway. All Rights Reserved.