Package org.onebusaway.gtfs.services
Interface GtfsDataService
-
- All Superinterfaces:
CalendarService,GenericDao,GtfsDao,GtfsRelationalDao
- All Known Implementing Classes:
GtfsDataServiceImpl
public interface GtfsDataService extends GtfsRelationalDao, CalendarService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<FareProduct>getAllFareProducts()FareProductMethods-
Methods inherited from interface org.onebusaway.gtfs.services.calendar.CalendarService
getDatesForLocalizedServiceId, getLocalizedServiceIdForAgencyAndServiceId, getNextDepartureServiceDates, getNextDepartureServiceDates, getPreviousArrivalServiceDates, getPreviousArrivalServiceDates, getServiceDateArrivalsWithinRange, getServiceDateArrivalsWithinRange, getServiceDateDeparturesWithinRange, getServiceDateDeparturesWithinRange, getServiceDatesForServiceId, getServiceDatesWithinRange, getServiceDatesWithinRange, getServiceIds, getServiceIdsOnDate, getTimeZoneForAgencyId, isLocalizedServiceIdActiveInRange, isLocalizedServiceIdActiveOnDate, setData
-
Methods inherited from interface org.onebusaway.gtfs.services.GenericDao
getAllEntitiesForType, getEntityForId
-
Methods inherited from interface org.onebusaway.gtfs.services.GtfsDao
addMetadata, getAgencyForId, getAllAgencies, getAllAreas, getAllBlocks, getAllBookingRules, getAllCalendarDates, getAllCalendars, getAllDirectionEntries, getAllFareAttributes, getAllFareLegRules, getAllFareMedia, getAllFareRules, getAllFareTransferRules, getAllFeedInfos, getAllFrequencies, getAllLevels, getAllLocationGroupElements, getAllLocationGroups, getAllLocations, getAllPathways, getAllRiderCategories, getAllRiderships, getAllRoutes, getAllRouteShapes, getAllRouteStops, getAllShapePoints, getAllStopAreaElements, getAllStopAreas, getAllStops, getAllStopTimes, getAllTransfers, getAllTranslations, getAllTrips, getAllVehicles, getAllWrongWayConcurrencies, getBlockForId, getCalendarDateForId, getCalendarForId, getFareAttributeForId, getFareProductForId, getFareRuleForId, getFeedInfoForId, getFrequencyForId, getLevelForId, getMetadata, getOptionalMetadataFilenames, getPathwayForId, getRouteForId, getShapePointForId, getStopForId, getStopTimeForId, getTransferForId, getTripForId, getVehicleForId, hasFaresV1, hasFaresV2, hasMetadata
-
Methods inherited from interface org.onebusaway.gtfs.services.GtfsRelationalDao
getAllServiceIds, getAllShapeIds, getCalendarDatesForServiceId, getCalendarForServiceId, getFareRulesForFareAttribute, getFareRulesForRoute, getFareRulesForZoneId, getFrequenciesForTrip, getRidershipForTrip, getRoutesForAgency, getShapePointsForShapeId, getStopsForStation, getStopsForZoneId, getStopTimesForStop, getStopTimesForTrip, getTripAgencyIdsReferencingServiceId, getTripsForBlockId, getTripsForRoute, getTripsForServiceId, getTripsForShapeId
-
-
-
-
Method Detail
-
getAllFareProducts
Collection<FareProduct> getAllFareProducts()
Description copied from interface:GtfsDaoFareProductMethods- Specified by:
getAllFareProductsin interfaceGtfsDao
-
-