Uses of Class
org.onebusaway.gtfs.model.Agency
Packages that use Agency
Package
Description
-
Uses of Agency in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return AgencyModifier and TypeMethodDescriptionGtfsDaoImpl.getAgencyForId(String id) GtfsDaoInterfaceGtfsDataServiceImpl.getAgencyForId(String id) Methods in org.onebusaway.gtfs.impl that return types with arguments of type AgencyModifier and TypeMethodDescriptionGtfsDaoImpl.getAllAgencies()GtfsDataServiceImpl.getAllAgencies()Methods in org.onebusaway.gtfs.impl with parameters of type AgencyModifier and TypeMethodDescriptionGtfsDataServiceImpl.getRoutesForAgency(Agency agency) GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency) -
Uses of Agency in org.onebusaway.gtfs.impl.calendar
Method parameters in org.onebusaway.gtfs.impl.calendar with type arguments of type AgencyModifier and TypeMethodDescriptionCalendarServiceDataFactoryImpl.updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId) -
Uses of Agency in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return AgencyMethods in org.onebusaway.gtfs.model with parameters of type AgencyConstructors in org.onebusaway.gtfs.model with parameters of type Agency -
Uses of Agency in org.onebusaway.gtfs.serialization
Methods in org.onebusaway.gtfs.serialization that return types with arguments of type AgencyMethod parameters in org.onebusaway.gtfs.serialization with type arguments of type Agency -
Uses of Agency in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return AgencyMethods in org.onebusaway.gtfs.services that return types with arguments of type AgencyMethods in org.onebusaway.gtfs.services with parameters of type AgencyModifier and TypeMethodDescriptionGtfsRelationalDao.getRoutesForAgency(Agency agency) Route Methods -
Uses of Agency in org.onebusaway.gtfs.services.calendar
Method parameters in org.onebusaway.gtfs.services.calendar with type arguments of type AgencyModifier and TypeMethodDescriptionCalendarServiceDataFactory.updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId)