Class NotStopForRouteCheckServiceImpl
- java.lang.Object
-
- org.onebusaway.admin.service.impl.BundleValidationCheckServiceImpl
-
- org.onebusaway.admin.service.impl.NotStopForRouteCheckServiceImpl
-
- All Implemented Interfaces:
BundleValidationCheckService
public class NotStopForRouteCheckServiceImpl extends BundleValidationCheckServiceImpl
-
-
Field Summary
-
Fields inherited from class org.onebusaway.admin.service.impl.BundleValidationCheckServiceImpl
ARRIVALS_AND_DEPARTURES_FOR_STOP, DATE_FLD, ROUTE, ROUTES_FOR_AGENCY, SCHEDULE_FOR_STOP, STOP, STOP_MONITORING
-
-
Constructor Summary
Constructors Constructor Description NotStopForRouteCheckServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
buildQuery(String envURI, String apiKey, String apiQuery, String siriQuery, ParsedBundleValidationCheck check)
-
Methods inherited from class org.onebusaway.admin.service.impl.BundleValidationCheckServiceImpl
getNextDayOfWeek
-
-
-
-
Method Detail
-
buildQuery
public String buildQuery(String envURI, String apiKey, String apiQuery, String siriQuery, ParsedBundleValidationCheck check)
- Specified by:
buildQuery
in interfaceBundleValidationCheckService
- Specified by:
buildQuery
in classBundleValidationCheckServiceImpl
-
-