Uses of Class
org.onebusaway.gtfs.model.Agency
-
-
Uses of Agency in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Agency Modifier and Type Method Description AgencyGtfsDaoImpl. getAgencyForId(String id)GtfsDaoInterfaceAgencyGtfsDataServiceImpl. getAgencyForId(String id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Agency Modifier and Type Method Description Collection<Agency>GtfsDaoImpl. getAllAgencies()Collection<Agency>GtfsDataServiceImpl. getAllAgencies()Methods in org.onebusaway.gtfs.impl with parameters of type Agency Modifier and Type Method Description List<Route>GtfsDataServiceImpl. getRoutesForAgency(Agency agency)List<Route>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 Agency Modifier and Type Method Description CalendarServiceDataCalendarServiceDataFactoryImpl. 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 Agency Modifier and Type Method Description AgencyRoute. getAgency()Methods in org.onebusaway.gtfs.model with parameters of type Agency Modifier and Type Method Description voidRoute. setAgency(Agency agency)Constructors in org.onebusaway.gtfs.model with parameters of type Agency Constructor Description Agency(Agency a) -
Uses of Agency in org.onebusaway.gtfs.serialization
Methods in org.onebusaway.gtfs.serialization that return types with arguments of type Agency Modifier and Type Method Description List<Agency>GtfsReader. getAgencies()List<Agency>GtfsReaderContext. getAgencies()Method parameters in org.onebusaway.gtfs.serialization with type arguments of type Agency Modifier and Type Method Description voidGtfsReader. setAgencies(List<Agency> agencies) -
Uses of Agency in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Agency Modifier and Type Method Description AgencyGtfsDao. getAgencyForId(String id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Agency Modifier and Type Method Description Collection<Agency>GtfsDao. getAllAgencies()Agency MethodsMethods in org.onebusaway.gtfs.services with parameters of type Agency Modifier and Type Method Description List<Route>GtfsRelationalDao. 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 Agency Modifier and Type Method Description CalendarServiceDataCalendarServiceDataFactory. updateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)
-