Class BundleValidationCheckServiceImpl
- java.lang.Object
-
- org.onebusaway.admin.service.impl.BundleValidationCheckServiceImpl
-
- All Implemented Interfaces:
BundleValidationCheckService
- Direct Known Subclasses:
DeletedRouteSearchCheckServiceImpl
,ExpressIndicatorCheckServiceImpl
,NotStopdateAtTimeCheckServiceImpl
,NotStopForRouteCheckServiceImpl
,RouteCheckServiceImpl
,RouteRevisionCheckServiceImpl
,RouteSearchCheckServiceImpl
,RtCheckServiceImpl
,SaturdayScheduleCheckServiceImpl
,ScheduleCheckServiceImpl
,ScheduleDateCheckServiceImpl
,StopDateAtTimeCheckServiceImpl
,StopForRouteCheckServiceImpl
,SundayScheduleCheckServiceImpl
,WeekdayScheduleCheckServiceImpl
public abstract class BundleValidationCheckServiceImpl extends Object implements BundleValidationCheckService
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ARRIVALS_AND_DEPARTURES_FOR_STOP
protected static String
DATE_FLD
protected static String
ROUTE
protected static String
ROUTES_FOR_AGENCY
protected static String
SCHEDULE_FOR_STOP
protected static String
STOP
protected static String
STOP_MONITORING
-
Constructor Summary
Constructors Constructor Description BundleValidationCheckServiceImpl()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
buildQuery(String envURI, String apiKey, String apiQuery, String siriQuery, ParsedBundleValidationCheck check)
protected static String
getNextDayOfWeek(int dayOfWeek)
-
-
-
Field Detail
-
ARRIVALS_AND_DEPARTURES_FOR_STOP
protected static final String ARRIVALS_AND_DEPARTURES_FOR_STOP
- See Also:
- Constant Field Values
-
DATE_FLD
protected static final String DATE_FLD
- See Also:
- Constant Field Values
-
ROUTE
protected static final String ROUTE
- See Also:
- Constant Field Values
-
ROUTES_FOR_AGENCY
protected static final String ROUTES_FOR_AGENCY
- See Also:
- Constant Field Values
-
SCHEDULE_FOR_STOP
protected static final String SCHEDULE_FOR_STOP
- See Also:
- Constant Field Values
-
STOP
protected static final String STOP
- See Also:
- Constant Field Values
-
STOP_MONITORING
protected static final String STOP_MONITORING
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildQuery
public abstract String buildQuery(String envURI, String apiKey, String apiQuery, String siriQuery, ParsedBundleValidationCheck check)
- Specified by:
buildQuery
in interfaceBundleValidationCheckService
-
getNextDayOfWeek
protected static String getNextDayOfWeek(int dayOfWeek)
-
-