All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
void |
cancelAlarmForArrivalAndDepartureAtStop(String alarmId) |
|
protected void |
checkBounds(CoordinateBounds cb) |
|
protected org.onebusaway.gtfs.model.AgencyAndId |
convertAgencyAndId(String id) |
Private Methods
|
protected Set<org.onebusaway.gtfs.model.AgencyAndId> |
convertAgencyAndIds(Iterable<String> ids) |
|
ServiceAlertBean |
copyServiceAlert(String agencyId,
ServiceAlertBean situation) |
|
protected ArrivalAndDepartureQuery |
createArrivalAndDepartureQuery(ArrivalAndDepartureForStopQueryBean query) |
|
ServiceAlertBean |
createServiceAlert(String agencyId,
ServiceAlertBean situation) |
Service Alert Methods
|
void |
deleteStopProblemReportForStopIdAndId(String stopId,
long id) |
|
void |
deleteTripProblemReportForTripIdAndId(String tripId,
long id) |
|
List<BlockInstanceBean> |
getActiveBlocksForRoute(org.onebusaway.gtfs.model.AgencyAndId route,
long timeFrom,
long timeTo) |
|
String |
getActiveBundleId() |
|
List<AgencyWithCoverageBean> |
getAgenciesWithCoverage() |
|
AgencyBean |
getAgency(String agencyId) |
|
Map<String,List<CoordinateBounds>> |
getAgencyIdsWithCoverageArea() |
|
ListBean<ConsolidatedStopMapBean> |
getAllConsolidatedStops() |
|
List<OccupancyStatusBean> |
getAllHistoricalRiderships(long serviceDate) |
|
List<StopBean> |
getAllRevenueStops(AgencyWithCoverageBean agency) |
|
ListBean<ServiceAlertRecordBean> |
getAllServiceAlertRecordsForAgencyId(String agencyId) |
|
ListBean<ServiceAlertBean> |
getAllServiceAlertsForAgencyId(String agencyId) |
|
List<StopProblemReportBean> |
getAllStopProblemReportsForStopId(String stopId) |
|
List<String> |
getAllTripProblemReportLabels() |
|
List<TripProblemReportBean> |
getAllTripProblemReportsForTripId(String tripId) |
|
ListBean<VehicleStatusBean> |
getAllVehiclesForAgency(String agencyId,
long time) |
|
ArrivalAndDepartureBean |
getArrivalAndDepartureForStop(ArrivalAndDepartureForStopQueryBean query) |
|
BlockBean |
getBlockForId(String blockId) |
|
BlockInstanceBean |
getBlockInstance(String blockId,
long serviceDate) |
|
BundleMetadata |
getBundleMetadata() |
|
ListBean<CurrentVehicleEstimateBean> |
getCurrentVehicleEstimates(CurrentVehicleEstimateQueryBean query) |
|
List<OccupancyStatusBean> |
getHistoricalRidershipForStop(HistoricalOccupancyByStopQueryBean query) |
|
List<OccupancyStatusBean> |
getHistoricalRiderships(org.onebusaway.gtfs.model.AgencyAndId routeId,
org.onebusaway.gtfs.model.AgencyAndId tripId,
org.onebusaway.gtfs.model.AgencyAndId stopId,
long serviceDate) |
|
List<OccupancyStatusBean> |
getHistoricalRidershipsForRoute(org.onebusaway.gtfs.model.AgencyAndId routeId,
long serviceDate) |
|
List<OccupancyStatusBean> |
getHistoricalRidershipsForTrip(org.onebusaway.gtfs.model.AgencyAndId tripId,
long serviceDate) |
|
List<TimepointPredictionRecord> |
getPredictionRecordsForTrip(String agencyId,
TripStatusBean tripStatus) |
|
RouteBean |
getRouteForId(String routeId) |
|
ListBean<String> |
getRouteIdsForAgencyId(String agencyId) |
|
RoutesBean |
getRoutes(SearchQueryBean query) |
|
ListBean<RouteBean> |
getRoutesForAgencyId(String agencyId) |
|
ScheduledBlockLocationBean |
getScheduledBlockLocationFromScheduledTime(String blockId,
long serviceDate,
int scheduledTime) |
|
RouteScheduleBean |
getScheduleForRoute(org.onebusaway.gtfs.model.AgencyAndId routeId,
org.onebusaway.gtfs.model.calendar.ServiceDate serviceDate) |
|
StopScheduleBean |
getScheduleForStop(String stopId,
Date date) |
|
List<String> |
getSearchSuggestions(String agencyId,
String input) |
|
ServiceAlertBean |
getServiceAlertForId(String situationId) |
|
ListBean<ServiceAlertBean> |
getServiceAlerts(SituationQueryBean query) |
|
EncodedPolylineBean |
getShapeForId(String shapeId) |
|
ListBean<String> |
getShapeIdsForAgencyId(String agencyId) |
|
TripDetailsBean |
getSingleTripDetails(TripDetailsQueryBean query) |
|
StopBean |
getStop(String stopId) |
|
StopBean |
getStopForServiceDate(String stopId,
org.onebusaway.gtfs.model.calendar.ServiceDate serviceDate) |
|
ListBean<String> |
getStopIdsForAgencyId(String agencyId) |
|
StopProblemReportBean |
getStopProblemReportForStopIdAndId(String stopId,
long id) |
|
ListBean<StopProblemReportBean> |
getStopProblemReports(StopProblemReportQueryBean query) |
|
ListBean<StopProblemReportSummaryBean> |
getStopProblemReportSummaries(StopProblemReportQueryBean query) |
|
StopsBean |
getStops(SearchQueryBean query) |
|
StopsBean |
getStopsByName(String stopName) |
|
StopsForRouteBean |
getStopsForRoute(String routeId) |
|
StopsForRouteBean |
getStopsForRouteForServiceDate(String routeId,
org.onebusaway.gtfs.model.calendar.ServiceDate serviceDate) |
|
StopsWithArrivalsAndDeparturesBean |
getStopsWithArrivalsAndDepartures(Collection<String> stopIds,
ArrivalsAndDeparturesQueryBean query) |
|
StopWithArrivalsAndDeparturesBean |
getStopWithArrivalsAndDepartures(String stopId,
ArrivalsAndDeparturesQueryBean query) |
|
TripBean |
getTrip(String tripId) |
|
ListBean<TripDetailsBean> |
getTripDetails(TripDetailsQueryBean query) |
|
TripDetailsBean |
getTripDetailsForVehicleAndTime(TripForVehicleQueryBean query) |
|
TripProblemReportBean |
getTripProblemReportForTripIdAndId(String tripId,
long id) |
|
ListBean<TripProblemReportBean> |
getTripProblemReports(TripProblemReportQueryBean query) |
|
ListBean<TripProblemReportSummaryBean> |
getTripProblemReportSummaries(TripProblemReportQueryBean query) |
|
ListBean<TripProblemReportSummaryBean> |
getTripProblemReportSummariesByGrouping(TripProblemReportQueryBean query,
ETripProblemGroupBy groupBy) |
|
ListBean<TripDetailsBean> |
getTripsForAgency(TripsForAgencyQueryBean query) |
|
ListBean<TripDetailsBean> |
getTripsForBounds(TripsForBoundsQueryBean query) |
|
ListBean<TripDetailsBean> |
getTripsForRoute(TripsForRouteQueryBean query) |
|
VehicleStatusBean |
getVehicleForAgency(String vehicleId,
long time) |
|
VehicleLocationRecordBean |
getVehicleLocationRecordForVehicleId(String vehicleId,
long targetTime) |
|
ListBean<VehicleLocationRecordBean> |
getVehicleLocationRecords(VehicleLocationRecordQueryBean query) |
|
VehicleOccupancyRecord |
getVehicleOccupancyRecordForVehicleIdAndRoute(org.onebusaway.gtfs.model.AgencyAndId vehicleId,
String routeId,
String directionId) |
|
VehicleLocationRecordBean |
getVehiclePositionForVehicleId(String vehicleId) |
|
String |
registerAlarmForArrivalAndDepartureAtStop(ArrivalAndDepartureForStopQueryBean query,
RegisterAlarmQueryBean alarm) |
|
void |
removeAllServiceAlertsForAgencyId(String agencyId) |
|
void |
removeServiceAlert(String situationId) |
|
void |
reportProblemWithStop(StopProblemReportBean problem) |
|
void |
reportProblemWithTrip(TripProblemReportBean problem) |
|
void |
resetVehicleLocation(String vehicleId) |
|
Boolean |
routeHasUpcomingScheduledService(String routeAgencyId,
long time,
String routeId,
String directionId) |
|
Boolean |
stopHasRevenueService(String agencyId,
String stopId) |
|
Boolean |
stopHasRevenueServiceOnRoute(String stopAgencyId,
String stopId,
String routeId,
String directionId) |
|
Boolean |
stopHasUpcomingScheduledService(String stopAgencyId,
long time,
String stopId,
String routeId,
String directionId) |
|
void |
submitVehicleLocation(VehicleLocationRecordBean record) |
|
void |
updateServiceAlert(ServiceAlertBean situation) |
|
void |
updateTripProblemReport(TripProblemReportBean tripProblemReport) |
|