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

Packages that use Transfer
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.model   
org.onebusaway.gtfs.services   
 

Uses of Transfer in org.onebusaway.gtfs.impl
 

Methods in org.onebusaway.gtfs.impl that return Transfer
 Transfer GtfsDaoImpl.getTransferForId(int id)
           
 

Methods in org.onebusaway.gtfs.impl that return types with arguments of type Transfer
 java.util.Collection<Transfer> GtfsDaoImpl.getAllTransfers()
           
 

Uses of Transfer in org.onebusaway.gtfs.model
 

Constructors in org.onebusaway.gtfs.model with parameters of type Transfer
Transfer(Transfer obj)
           
 

Uses of Transfer in org.onebusaway.gtfs.services
 

Methods in org.onebusaway.gtfs.services that return Transfer
 Transfer GtfsDao.getTransferForId(int id)
           
 

Methods in org.onebusaway.gtfs.services that return types with arguments of type Transfer
 java.util.Collection<Transfer> GtfsDao.getAllTransfers()
          Transfer Methods
 



Copyright © 2010 OneBusAway. All Rights Reserved.