Methods in org.onebusaway.api.actions.api.where that throw ServiceException |
org.apache.struts2.rest.DefaultHttpHeaders |
ReportProblemWithTripAction.create()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ReportProblemWithStopAction.create()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ReportProblemWithPlannedTripAction.create()
|
org.apache.struts2.rest.DefaultHttpHeaders |
PlanTripAction.create()
|
org.apache.struts2.rest.DefaultHttpHeaders |
VehicleLocationRecordsAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
TripsForLocationAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
StreetGraphForRegionAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
StopsForLocationAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
RoutesForLocationAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ReportProblemWithTripAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ReportProblemWithStopAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ReportProblemWithPlannedTripAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
PlanTripAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
MinTravelTimeToStopsAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
EstimateCurrentVehicleAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
CancelAlarmsAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
AgenciesWithCoverageAction.index()
|
org.apache.struts2.rest.DefaultHttpHeaders |
VehiclesForAgencyAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
VehicleLocationRecordForVehicleAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
VehicleAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
TripsForRouteAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
TripsForAgencyAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
TripForVehicleAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
TripDetailsAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
TripAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
StopsForRouteAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
StopAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
SituationAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ScheduleForStopAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
RouteAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
RegisterAlarmForArrivalAndDepartureAtStopAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
CancelAlarmAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
BlockInstanceAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
BlockAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ArrivalsAndDeparturesForStopAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
ArrivalAndDepartureForStopAction.show()
|
org.apache.struts2.rest.DefaultHttpHeaders |
AgencyAction.show()
|
Methods in org.onebusaway.transit_data.services that throw ServiceException |
List<AgencyWithCoverageBean> |
TransitDataService.getAgenciesWithCoverage()
The coverage area for each agency is generally the lat-lon bounds of all
stops served by that agency. |
AgencyBean |
TransitDataService.getAgency(String agencyId)
|
ArrivalAndDepartureBean |
TransitDataService.getArrivalAndDepartureForStop(ArrivalAndDepartureForStopQueryBean query)
|
ItinerariesBean |
TransitDataService.getItinerariesBetween(TransitLocationBean from,
TransitLocationBean to,
long targetTime,
ConstraintsBean constraints)
Plan a trip between two locations at a particular time, with the specified
constraints. |
List<TimedPlaceBean> |
TransitDataService.getLocalPaths(String agencyId,
ConstraintsBean constraints,
MinTravelTimeToStopsBean minTravelTimeToStops,
List<LocalSearchResult> localResults)
|
MinTravelTimeToStopsBean |
TransitDataService.getMinTravelTimeToStopsFrom(CoordinatePoint location,
long time,
TransitShedConstraintsBean constraints)
|
RouteBean |
TransitDataService.getRouteForId(String routeId)
|
RoutesBean |
TransitDataService.getRoutes(SearchQueryBean query)
|
StopScheduleBean |
TransitDataService.getScheduleForStop(String stopId,
Date date)
|
TripDetailsBean |
TransitDataService.getSingleTripDetails(TripDetailsQueryBean query)
|
StopBean |
TransitDataService.getStop(String stopId)
|
StopsBean |
TransitDataService.getStops(SearchQueryBean query)
|
StopsForRouteBean |
TransitDataService.getStopsForRoute(String routeId)
|
StopsWithArrivalsAndDeparturesBean |
TransitDataService.getStopsWithArrivalsAndDepartures(Collection<String> stopIds,
ArrivalsAndDeparturesQueryBean query)
|
StopWithArrivalsAndDeparturesBean |
TransitDataService.getStopWithArrivalsAndDepartures(String stopId,
ArrivalsAndDeparturesQueryBean query)
|
ListBean<VertexBean> |
TransitDataService.getStreetGraphForRegion(double latFrom,
double lonFrom,
double latTo,
double lonTo)
|
TripBean |
TransitDataService.getTrip(String tripId)
|
ListBean<TripDetailsBean> |
TransitDataService.getTripDetails(TripDetailsQueryBean query)
|