Uses of Class
org.onebusaway.gtfs.model.Agency

Packages that use Agency
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.model   
org.onebusaway.gtfs.serialization   
org.onebusaway.gtfs.services   
 

Uses of Agency in org.onebusaway.gtfs.impl
 

Methods in org.onebusaway.gtfs.impl that return Agency
 Agency GtfsDaoImpl.getAgencyForId(String id)
          GtfsDao Interface
 

Methods in org.onebusaway.gtfs.impl that return types with arguments of type Agency
 Collection<Agency> GtfsDaoImpl.getAllAgencies()
           
 

Methods in org.onebusaway.gtfs.impl with parameters of type Agency
 List<Route> GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency)
           
 

Uses of Agency in org.onebusaway.gtfs.model
 

Methods in org.onebusaway.gtfs.model that return Agency
 Agency Route.getAgency()
           
 

Methods in org.onebusaway.gtfs.model with parameters of type Agency
 void Route.setAgency(Agency agency)
           
 

Constructors in org.onebusaway.gtfs.model with parameters of type Agency
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
 List<Agency> GtfsReaderContext.getAgencies()
           
 List<Agency> GtfsReader.getAgencies()
           
 

Method parameters in org.onebusaway.gtfs.serialization with type arguments of type Agency
 void GtfsReader.setAgencies(List<Agency> agencies)
           
 

Uses of Agency in org.onebusaway.gtfs.services
 

Methods in org.onebusaway.gtfs.services that return Agency
 Agency GtfsDao.getAgencyForId(String id)
           
 

Methods in org.onebusaway.gtfs.services that return types with arguments of type Agency
 Collection<Agency> GtfsDao.getAllAgencies()
          Agency Methods
 

Methods in org.onebusaway.gtfs.services with parameters of type Agency
 List<Route> GtfsRelationalDao.getRoutesForAgency(Agency agency)
          Route Methods
 



Copyright © 2011 OneBusAway. All Rights Reserved.