Uses of Class
org.onebusaway.gtfs.model.AgencyAndId
Packages that use AgencyAndId
Package
Description
-
Uses of AgencyAndId in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type AgencyAndIdModifier and TypeMethodDescriptionGtfsDataServiceImpl.getAllServiceIds()GtfsRelationalDaoImpl.getAllServiceIds()GtfsDataServiceImpl.getAllShapeIds()GtfsRelationalDaoImpl.getAllShapeIds()GtfsDataServiceImpl.getServiceIds()GtfsDataServiceImpl.getServiceIdsOnDate(ServiceDate date) Methods in org.onebusaway.gtfs.impl with parameters of type AgencyAndIdModifier and TypeMethodDescriptionGtfsDaoImpl.getAlternateStopNameExceptionForId(AgencyAndId id) GtfsDataServiceImpl.getAlternateStopNameExceptionForId(AgencyAndId id) GtfsDataServiceImpl.getCalendarDatesForServiceId(AgencyAndId serviceId) GtfsRelationalDaoImpl.getCalendarDatesForServiceId(AgencyAndId serviceId) GtfsDataServiceImpl.getCalendarForServiceId(AgencyAndId serviceId) GtfsRelationalDaoImpl.getCalendarForServiceId(AgencyAndId serviceId) GtfsDaoImpl.getDirectionNameExceptionForId(AgencyAndId id) GtfsDataServiceImpl.getDirectionNameExceptionForId(AgencyAndId id) GtfsDaoImpl.getFacilityForId(AgencyAndId id) GtfsDataServiceImpl.getFacilityForId(AgencyAndId id) GtfsDaoImpl.getFacilityPropertiesDefinitionsForId(AgencyAndId id) GtfsDataServiceImpl.getFacilityPropertiesDefinitionsForId(AgencyAndId id) GtfsDaoImpl.getFacilityPropertiesForId(AgencyAndId id) GtfsDataServiceImpl.getFacilityPropertiesForId(AgencyAndId id) GtfsDaoImpl.getFareAttributeForId(AgencyAndId id) GtfsDataServiceImpl.getFareAttributeForId(AgencyAndId id) GtfsDaoImpl.getFareProductForId(AgencyAndId id) GtfsDataServiceImpl.getFareProductForId(AgencyAndId id) GtfsDaoImpl.getLevelForId(AgencyAndId id) GtfsDataServiceImpl.getLevelForId(AgencyAndId id) GtfsDataServiceImpl.getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId) GtfsDaoImpl.getPathwayForId(AgencyAndId id) GtfsDataServiceImpl.getPathwayForId(AgencyAndId id) GtfsDataServiceImpl.getRidershipForTrip(AgencyAndId tripId) GtfsRelationalDaoImpl.getRidershipForTrip(AgencyAndId tripId) GtfsDaoImpl.getRouteForId(AgencyAndId id) GtfsDataServiceImpl.getRouteForId(AgencyAndId id) GtfsDaoImpl.getRouteNameExceptionForId(AgencyAndId id) GtfsDataServiceImpl.getRouteNameExceptionForId(AgencyAndId id) GtfsDataServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId) GtfsDataServiceImpl.getShapePointsForShapeId(AgencyAndId shapeId) GtfsRelationalDaoImpl.getShapePointsForShapeId(AgencyAndId shapeId) GtfsDaoImpl.getStopForId(AgencyAndId id) GtfsDataServiceImpl.getStopForId(AgencyAndId id) GtfsDataServiceImpl.getTripAgencyIdsReferencingServiceId(AgencyAndId serviceId) GtfsRelationalDaoImpl.getTripAgencyIdsReferencingServiceId(AgencyAndId serviceId) GtfsDaoImpl.getTripForId(AgencyAndId id) GtfsDataServiceImpl.getTripForId(AgencyAndId id) GtfsDataServiceImpl.getTripsForBlockId(AgencyAndId blockId) GtfsRelationalDaoImpl.getTripsForBlockId(AgencyAndId blockId) GtfsDataServiceImpl.getTripsForServiceId(AgencyAndId serviceId) GtfsRelationalDaoImpl.getTripsForServiceId(AgencyAndId serviceId) GtfsDataServiceImpl.getTripsForShapeId(AgencyAndId shapeId) GtfsRelationalDaoImpl.getTripsForShapeId(AgencyAndId shapeId) GtfsDaoImpl.getVehicleForId(AgencyAndId id) GtfsDataServiceImpl.getVehicleForId(AgencyAndId id) Constructors in org.onebusaway.gtfs.impl with parameters of type AgencyAndId -
Uses of AgencyAndId in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type AgencyAndIdModifier and TypeMethodDescriptionCalendarServiceImpl.getServiceIds()CalendarServiceInterfaceCalendarServiceImpl.getServiceIdsOnDate(ServiceDate date) Methods in org.onebusaway.gtfs.impl.calendar with parameters of type AgencyAndIdModifier and TypeMethodDescriptionCalendarServiceImpl.getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId) CalendarServiceDataFactoryImpl.getServiceDatesForServiceId(AgencyAndId serviceId, TimeZone serviceIdTimeZone) CalendarServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId) Method parameters in org.onebusaway.gtfs.impl.calendar with type arguments of type AgencyAndIdModifier and TypeMethodDescriptionCalendarServiceDataFactoryImpl.updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId) -
Uses of AgencyAndId in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return AgencyAndIdModifier and TypeMethodDescriptionstatic AgencyAndIdAgencyAndId.convertFromString(String value) Given an id of the form "agencyId_entityId", parses into aAgencyAndIdid object.static AgencyAndIdAgencyAndId.convertFromString(String value, char separator) Given an id of the form "agencyId_entityId", parses into aAgencyAndIdid object.FareLegRule.getFareProductId()FareProduct.getFareProductId()FareTransferRule.getFareProductId()FareTransferRule.getFromLegGroupId()WrongWayConcurrency.getFromStopId()AgencyAndIdInstance.getId()Area.getId()BookingRule.getId()Facility.getId()FacilityPropertyDefinition.getId()FareAttribute.getId()FareMedium.getId()FareProduct.getId()Icon.getId()Level.getId()Location.getId()LocationGroup.getId()Network.getId()Note.getId()Pathway.getId()RiderCategory.getId()Route.getId()Stop.getId()StopArea.getId()StopAreaElement.getId()StopLocation.getId()Trip.getId()Vehicle.getId()FareLegRule.getLegGroupId()LocationGroupElement.getLocationGroupId()BookingRule.getPriorNoticeServiceId()ServiceCalendar.getServiceId()ServiceCalendarDate.getServiceId()Trip.getServiceId()ShapePoint.getShapeId()ShapePointProxy.getShapeId()Trip.getShapeId()FareTransferRule.getToLegGroupId()WrongWayConcurrency.getToStopId()Methods in org.onebusaway.gtfs.model with parameters of type AgencyAndIdModifier and TypeMethodDescriptionintAgencyAndId.compareTo(AgencyAndId o) static StringAgencyAndId.convertToString(AgencyAndId aid) Given anAgencyAndIdobject, creates a string representation of the form "agencyId_entityId"voidFareLegRule.setFareProductId(AgencyAndId fareProductId) voidFareProduct.setFareProductId(AgencyAndId fareProductId) voidFareTransferRule.setFareProductId(AgencyAndId fareProductId) voidFareTransferRule.setFromLegGroupId(AgencyAndId fromLegGroupId) voidWrongWayConcurrency.setFromStopId(AgencyAndId fromStopId) voidArea.setId(AgencyAndId areaId) voidBookingRule.setId(AgencyAndId id) voidFacility.setId(AgencyAndId id) voidFacilityPropertyDefinition.setId(AgencyAndId id) voidFareAttribute.setId(AgencyAndId id) voidFareMedium.setId(AgencyAndId id) voidFareProduct.setId(AgencyAndId id) voidIcon.setId(AgencyAndId id) voidLevel.setId(AgencyAndId id) voidLocation.setId(AgencyAndId id) voidLocationGroup.setId(AgencyAndId id) voidNetwork.setId(AgencyAndId id) voidNote.setId(AgencyAndId id) voidPathway.setId(AgencyAndId id) voidRiderCategory.setId(AgencyAndId id) voidRoute.setId(AgencyAndId id) voidStop.setId(AgencyAndId id) voidStopArea.setId(AgencyAndId id) voidStopAreaElement.setId(AgencyAndId id) voidStopLocation.setId(AgencyAndId id) voidTrip.setId(AgencyAndId id) voidVehicle.setId(AgencyAndId id) voidFareLegRule.setLegGroupId(AgencyAndId legGroupId) voidLocationGroupElement.setLocationGroupId(AgencyAndId locationGroupId) voidBookingRule.setPriorNoticeServiceId(AgencyAndId priorNoticeServiceId) voidServiceCalendar.setServiceId(AgencyAndId serviceId) voidServiceCalendarDate.setServiceId(AgencyAndId serviceId) voidTrip.setServiceId(AgencyAndId serviceId) voidShapePoint.setShapeId(AgencyAndId shapeId) voidShapePointProxy.setShapeId(AgencyAndId shapeId) voidTrip.setShapeId(AgencyAndId shapeId) voidFareTransferRule.setToLegGroupId(AgencyAndId toLegGroupId) voidWrongWayConcurrency.setToStopId(AgencyAndId toStopId) Constructors in org.onebusaway.gtfs.model with parameters of type AgencyAndId -
Uses of AgencyAndId in org.onebusaway.gtfs.model.calendar
Methods in org.onebusaway.gtfs.model.calendar that return AgencyAndIdMethods in org.onebusaway.gtfs.model.calendar that return types with arguments of type AgencyAndIdModifier and TypeMethodDescriptionCalendarServiceData.getServiceIds()CalendarServiceData.getServiceIdsForDate(ServiceDate date) Methods in org.onebusaway.gtfs.model.calendar with parameters of type AgencyAndIdModifier and TypeMethodDescriptionCalendarServiceData.getServiceDatesForServiceId(AgencyAndId serviceId) voidCalendarServiceData.putServiceDatesForServiceId(AgencyAndId serviceId, List<ServiceDate> serviceDates) Constructors in org.onebusaway.gtfs.model.calendar with parameters of type AgencyAndId -
Uses of AgencyAndId in org.onebusaway.gtfs.serialization.mappings
Methods in org.onebusaway.gtfs.serialization.mappings that return AgencyAndIdModifier and TypeMethodDescriptionstatic AgencyAndIdFareProductFieldMappingFactory.fareProductId(String agencyId, String fareProductId, String riderCategoryId, String fareMediumId) Constructors in org.onebusaway.gtfs.serialization.mappings with parameters of type AgencyAndId -
Uses of AgencyAndId in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return AgencyAndIdMethods in org.onebusaway.gtfs.services that return types with arguments of type AgencyAndIdModifier and TypeMethodDescriptionGtfsRelationalDao.getAllServiceIds()ServiceCalendarMethodsGtfsRelationalDao.getAllShapeIds()ShapePointMethodsMethods in org.onebusaway.gtfs.services with parameters of type AgencyAndIdModifier and TypeMethodDescriptionGtfsRelationalDao.getCalendarDatesForServiceId(AgencyAndId serviceId) ServiceCalendarDateMethodsGtfsRelationalDao.getCalendarForServiceId(AgencyAndId serviceId) GtfsDao.getFareAttributeForId(AgencyAndId id) GtfsDao.getFareProductForId(AgencyAndId id) GtfsDao.getLevelForId(AgencyAndId id) GtfsDao.getPathwayForId(AgencyAndId id) GtfsRelationalDao.getRidershipForTrip(AgencyAndId tripId) GtfsDao.getRouteForId(AgencyAndId id) GtfsRelationalDao.getShapePointsForShapeId(AgencyAndId shapeId) GtfsDao.getStopForId(AgencyAndId id) GtfsRelationalDao.getTripAgencyIdsReferencingServiceId(AgencyAndId serviceId) ServiceId MethodsGtfsDao.getTripForId(AgencyAndId id) GtfsRelationalDao.getTripsForBlockId(AgencyAndId blockId) GtfsRelationalDao.getTripsForServiceId(AgencyAndId serviceId) GtfsRelationalDao.getTripsForShapeId(AgencyAndId shapeId) GtfsDao.getVehicleForId(AgencyAndId id) VehicleMethods -
Uses of AgencyAndId in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return types with arguments of type AgencyAndIdModifier and TypeMethodDescriptionCalendarService.getServiceIds()CalendarService.getServiceIdsOnDate(ServiceDate date) Determine the set of service ids that are active on the specified service date.Methods in org.onebusaway.gtfs.services.calendar with parameters of type AgencyAndIdModifier and TypeMethodDescriptionCalendarService.getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId) Given an agency id and a service id, we return aLocalizedServiceIdwhich is just a service id with timezone information attached.CalendarService.getServiceDatesForServiceId(AgencyAndId serviceId) Method parameters in org.onebusaway.gtfs.services.calendar with type arguments of type AgencyAndIdModifier and TypeMethodDescriptionCalendarServiceDataFactory.updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId)