Uses of Class
org.onebusaway.transit_data.model.AgencyWithCoverageBean

Packages that use AgencyWithCoverageBean
org.onebusaway.api.model.transit   
org.onebusaway.presentation.impl   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.actions.admin.console   
org.onebusaway.webapp.actions.admin.problems   
org.onebusaway.webapp.actions.where   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
 

Uses of AgencyWithCoverageBean in org.onebusaway.api.model.transit
 

Methods in org.onebusaway.api.model.transit with parameters of type AgencyWithCoverageBean
 AgencyWithCoverageV2Bean BeanFactoryV2.getAgencyWithCoverage(AgencyWithCoverageBean awc)
           
 

Method parameters in org.onebusaway.api.model.transit with type arguments of type AgencyWithCoverageBean
 ListWithReferencesBean<AgencyWithCoverageV2Bean> BeanFactoryV2.getResponse(List<AgencyWithCoverageBean> beans)
           
 

Uses of AgencyWithCoverageBean in org.onebusaway.presentation.impl
 

Methods in org.onebusaway.presentation.impl with parameters of type AgencyWithCoverageBean
 int AgencyWithCoverageBeanComparator.compare(AgencyWithCoverageBean o1, AgencyWithCoverageBean o2)
           
 

Uses of AgencyWithCoverageBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return types with arguments of type AgencyWithCoverageBean
 List<AgencyWithCoverageBean> TransitDataService.getAgenciesWithCoverage()
          The coverage area for each agency is generally the lat-lon bounds of all stops served by that agency.
 

Uses of AgencyWithCoverageBean in org.onebusaway.webapp.actions.admin.console
 

Methods in org.onebusaway.webapp.actions.admin.console that return types with arguments of type AgencyWithCoverageBean
 List<AgencyWithCoverageBean> ServiceAlertsAction.getAgencies()
           
 List<AgencyWithCoverageBean> ActiveTripsAction.getAgencies()
           
 

Uses of AgencyWithCoverageBean in org.onebusaway.webapp.actions.admin.problems
 

Methods in org.onebusaway.webapp.actions.admin.problems that return types with arguments of type AgencyWithCoverageBean
 List<AgencyWithCoverageBean> TripProblemReportSummariesAction.getAgencies()
           
 List<AgencyWithCoverageBean> StopProblemReportSummariesAction.getAgencies()
           
 

Uses of AgencyWithCoverageBean in org.onebusaway.webapp.actions.where
 

Methods in org.onebusaway.webapp.actions.where that return types with arguments of type AgencyWithCoverageBean
 List<AgencyWithCoverageBean> AgenciesAction.getModel()
           
 

Uses of AgencyWithCoverageBean in org.onebusaway.webapp.gwt.where_library.rpc
 

Methods in org.onebusaway.webapp.gwt.where_library.rpc that return types with arguments of type AgencyWithCoverageBean
 List<AgencyWithCoverageBean> WebappService.getAgencies()
           
 

Method parameters in org.onebusaway.webapp.gwt.where_library.rpc with type arguments of type AgencyWithCoverageBean
 void WebappServiceAsync.getAgencies(com.google.gwt.user.client.rpc.AsyncCallback<List<AgencyWithCoverageBean>> callback)
           
 

Uses of AgencyWithCoverageBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl that return types with arguments of type AgencyWithCoverageBean
 List<AgencyWithCoverageBean> WebappServiceServletImpl.getAgencies()
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.