Serialized Form
-
Package org.asteriskjava.fastagi
-
Class org.asteriskjava.fastagi.AgiException extends Exception implements Serializable
- serialVersionUID:
- 1215836054948768757L
-
Class org.asteriskjava.fastagi.AgiHangupException extends org.asteriskjava.fastagi.AgiException implements Serializable
- serialVersionUID:
- 3256444698691252274L
-
Class org.asteriskjava.fastagi.AgiNetworkException extends org.asteriskjava.fastagi.AgiException implements Serializable
- serialVersionUID:
- 3256445789629723703L
-
Class org.asteriskjava.fastagi.AgiSpeechException extends org.asteriskjava.fastagi.AgiException implements Serializable
- serialVersionUID:
- 0L
-
Class org.asteriskjava.fastagi.InvalidCommandSyntaxException extends org.asteriskjava.fastagi.AgiException implements Serializable
- serialVersionUID:
- 3257002168165807929L
-
Class org.asteriskjava.fastagi.InvalidOrUnknownCommandException extends org.asteriskjava.fastagi.AgiException implements Serializable
- serialVersionUID:
- 3257002168165807929L
-
Class org.asteriskjava.fastagi.SpeechRecognitionResult extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
agiReply
org.asteriskjava.fastagi.reply.AgiReply agiReply
-
-
Class org.asteriskjava.fastagi.SpeechRecognitionResult.SpeechResult extends Object implements Serializable
- serialVersionUID:
- 0L
-
-
Package org.asteriskjava.fastagi.command
-
Class org.asteriskjava.fastagi.command.AbstractAgiCommand extends Object implements Serializable
- serialVersionUID:
- 3257849874518456633L
-
Class org.asteriskjava.fastagi.command.AgiReplyCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Class org.asteriskjava.fastagi.command.AgiRequestCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Class org.asteriskjava.fastagi.command.AnswerCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3762248656229053753L
-
Class org.asteriskjava.fastagi.command.AsyncAgiBreakCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Class org.asteriskjava.fastagi.command.ChannelStatusCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3904959746380281145L
-
Serialized Fields
-
channel
String channel
-
-
Class org.asteriskjava.fastagi.command.ControlStreamFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3978141041352128820L
-
Class org.asteriskjava.fastagi.command.DatabaseDelCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Class org.asteriskjava.fastagi.command.DatabaseGetCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Class org.asteriskjava.fastagi.command.DatabasePutCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Class org.asteriskjava.fastagi.command.ExecCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3904959746380281145L
-
Class org.asteriskjava.fastagi.command.GetDataCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3978141041352128820L
-
Serialized Fields
-
file
String file
-
maxDigits
int maxDigits
-
timeout
long timeout
-
-
Class org.asteriskjava.fastagi.command.GetFullVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Class org.asteriskjava.fastagi.command.GetOptionCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3978141041352128820L
-
Class org.asteriskjava.fastagi.command.GetVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
variable
String variable
-
-
Class org.asteriskjava.fastagi.command.HangupCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3904959746380281145L
-
Serialized Fields
-
channel
String channel
-
-
Class org.asteriskjava.fastagi.command.NoopCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3762248656229053753L
-
Class org.asteriskjava.fastagi.command.ReceiveCharCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
timeout
int timeout
-
-
Class org.asteriskjava.fastagi.command.ReceiveTextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
timeout
int timeout
-
-
Class org.asteriskjava.fastagi.command.RecordFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3978141041352128820L
-
Class org.asteriskjava.fastagi.command.SayAlphaCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256721797012404276L
-
Class org.asteriskjava.fastagi.command.SayDateTimeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- -976344744239948036L
-
Class org.asteriskjava.fastagi.command.SayDigitsCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3907207173934101552L
-
Class org.asteriskjava.fastagi.command.SayNumberCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3833744404153644087L
-
Class org.asteriskjava.fastagi.command.SayPhoneticCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256721797012404276L
-
Class org.asteriskjava.fastagi.command.SayTimeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256721797012404276L
-
Serialized Fields
-
escapeDigits
String escapeDigits
-
time
long time
-
-
Class org.asteriskjava.fastagi.command.SendImageCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3904959746380281145L
-
Serialized Fields
-
image
String image
-
-
Class org.asteriskjava.fastagi.command.SendTextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3904959746380281145L
-
Serialized Fields
-
text
String text
-
-
Class org.asteriskjava.fastagi.command.SetAutoHangupCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3257562923458443314L
-
Serialized Fields
-
time
int time
-
-
Class org.asteriskjava.fastagi.command.SetCallerIdCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256721797012404276L
-
Serialized Fields
-
callerId
String callerId
-
-
Class org.asteriskjava.fastagi.command.SetContextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
context
String context
-
-
Class org.asteriskjava.fastagi.command.SetExtensionCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
extension
String extension
-
-
Class org.asteriskjava.fastagi.command.SetMusicOffCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3762248656229053753L
-
Class org.asteriskjava.fastagi.command.SetMusicOnCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3762248656229053753L
-
Serialized Fields
-
musicOnHoldClass
String musicOnHoldClass
-
-
Class org.asteriskjava.fastagi.command.SetPriorityCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
priority
String priority
-
-
Class org.asteriskjava.fastagi.command.SetVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Class org.asteriskjava.fastagi.command.SpeechActivateGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.asteriskjava.fastagi.command.SpeechCreateCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
engine
String engine
-
-
Class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.asteriskjava.fastagi.command.SpeechDestroyCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Class org.asteriskjava.fastagi.command.SpeechRecognizeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
offset
int offset
-
prompt
String prompt
-
timeout
int timeout
-
-
Class org.asteriskjava.fastagi.command.SpeechSetCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.asteriskjava.fastagi.command.StreamFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3978141041352128820L
-
Class org.asteriskjava.fastagi.command.TddModeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3258411746401268532L
-
Serialized Fields
-
mode
String mode
-
-
Class org.asteriskjava.fastagi.command.VerboseCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3256719598056387384L
-
Serialized Fields
-
level
int level
-
message
String message
-
-
Class org.asteriskjava.fastagi.command.WaitForDigitCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable
- serialVersionUID:
- 3257562923458443314L
-
Serialized Fields
-
timeout
long timeout
-
-
-
Package org.asteriskjava.fastagi.internal
-
Class org.asteriskjava.fastagi.internal.AgiReplyImpl extends Object implements Serializable
- serialVersionUID:
- 3256727294671337012L
-
-
Package org.asteriskjava.util.internal
-
Class org.asteriskjava.util.internal.Log4JLogger extends Object implements Serializable
- serialVersionUID:
- 3545240215095883829L
-
Serialized Fields
-
name
String name
-
-
Class org.asteriskjava.util.internal.Slf4JLogger extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
clazz
Class clazz
-
-
-
Package org.onebusaway.admin.model
-
Class org.onebusaway.admin.model.ServiceDateRange extends Object implements Serializable
- serialVersionUID:
- 5043315153284104718L
-
Serialized Fields
-
_agencyId
String _agencyId
-
_endDate
org.onebusaway.gtfs.model.calendar.ServiceDate _endDate
-
_startDate
org.onebusaway.gtfs.model.calendar.ServiceDate _startDate
-
-
-
Package org.onebusaway.admin.model.assignments
-
Class org.onebusaway.admin.model.assignments.AssignmentId extends Object implements Serializable
-
-
Package org.onebusaway.admin.service.bundle.task.model
-
Class org.onebusaway.admin.service.bundle.task.model.ArchivedAgency extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.admin.service.bundle.task.model.ArchivedCalendar extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endDate
org.onebusaway.gtfs.model.calendar.ServiceDate endDate
-
friday
int friday
-
gtfsBundleInfoId
Integer gtfsBundleInfoId
-
id
int id
-
monday
int monday
-
saturday
int saturday
-
serviceId
org.onebusaway.gtfs.model.AgencyAndId serviceId
-
startDate
org.onebusaway.gtfs.model.calendar.ServiceDate startDate
-
sunday
int sunday
-
thursday
int thursday
-
tuesday
int tuesday
-
wednesday
int wednesday
-
-
Class org.onebusaway.admin.service.bundle.task.model.ArchivedRoute extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agency
String agency
-
agencyId
String agencyId
-
bikesAllowed
int bikesAllowed
0 = unknown / unspecified, 1 = bikes allowed, 2 = bikes NOT allowed -
color
String color
-
desc
String desc
-
gtfsBundleInfoId
Integer gtfsBundleInfoId
-
id
String id
-
longName
String longName
-
routeBikesAllowed
int routeBikesAllowed
Deprecated. -
shortName
String shortName
-
sortOrder
int sortOrder
-
textColor
String textColor
-
type
int type
-
url
String url
-
-
Class org.onebusaway.admin.service.bundle.task.model.ArchivedStopTime extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
arrivalTime
int arrivalTime
-
departureTime
int departureTime
-
dropOffType
int dropOffType
-
farePeriodId
String farePeriodId
-
gtfsBundleInfoId
Integer gtfsBundleInfoId
-
id
int id
-
pickupType
int pickupType
-
routeShortName
String routeShortName
-
shapeDistTraveled
double shapeDistTraveled
-
stop_agencyId
String stop_agencyId
-
stop_id
String stop_id
-
stopHeadsign
String stopHeadsign
-
stopSequence
int stopSequence
-
timepoint
int timepoint
-
trip_agencyId
String trip_agencyId
-
trip_id
String trip_id
-
-
Class org.onebusaway.admin.service.bundle.task.model.ArchivedTrip extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
agencyId
String agencyId
-
blockId
String blockId
-
directionId
String directionId
-
gtfsBundleInfoId
Integer gtfsBundleInfoId
-
id
String id
-
route_agencyId
String route_agencyId
-
route_id
String route_id
-
routeShortName
String routeShortName
-
serviceId_agencyId
String serviceId_agencyId
-
serviceId_id
String serviceId_id
-
shapeId_agencyId
String shapeId_agencyId
-
shapeId_id
String shapeId_id
-
tripHeadsign
String tripHeadsign
-
tripShortName
String tripShortName
-
wheelchairAccessible
int wheelchairAccessible
-
-
-
Package org.onebusaway.admin.service.exceptions
-
Class org.onebusaway.admin.service.exceptions.DateValidationException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.admin.servlets
-
Class org.onebusaway.admin.servlets.CustomProxyServlet extends org.mitre.dsmiley.httpproxy.URITemplateProxyServlet implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.admin.servlets.RedirectServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.alerts.service
-
Class org.onebusaway.alerts.service.ServiceAlerts.Affects extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
agencyId_
Object agencyId_
-
applicationId_
Object applicationId_
-
bitField0_
int bitField0_
-
directionId_
Object directionId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
routeId_
ServiceAlerts.Id routeId_
-
stopId_
ServiceAlerts.Id stopId_
-
tripId_
ServiceAlerts.Id tripId_
-
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
-
-
Class org.onebusaway.alerts.service.ServiceAlerts.Consequence extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
bitField0_
int bitField0_
-
detourPath_
Object detourPath_
-
detourStopIds_
List<ServiceAlerts.Id> detourStopIds_
-
effect_
ServiceAlerts.Consequence.Effect effect_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
-
-
Class org.onebusaway.alerts.service.ServiceAlerts.Id extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class org.onebusaway.alerts.service.ServiceAlerts.ServiceAlert extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
activeWindow_
List<ServiceAlerts.TimeRange> activeWindow_
-
affects_
List<ServiceAlerts.Affects> affects_
-
bitField0_
int bitField0_
-
cause_
ServiceAlerts.ServiceAlert.Cause cause_
-
consequence_
List<ServiceAlerts.Consequence> consequence_
-
creationTime_
long creationTime_
-
description_
ServiceAlerts.TranslatedString description_
-
id_
ServiceAlerts.Id id_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
modifiedTime_
long modifiedTime_
-
publicationWindow_
List<ServiceAlerts.TimeRange> publicationWindow_
-
severity_
ServiceAlerts.ServiceAlert.Severity severity_
-
source_
Object source_
-
summary_
ServiceAlerts.TranslatedString summary_
-
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
-
url_
ServiceAlerts.TranslatedString url_
-
-
Class org.onebusaway.alerts.service.ServiceAlerts.ServiceAlertsCollection extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
serviceAlerts_
List<ServiceAlerts.ServiceAlert> serviceAlerts_
-
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
-
-
Class org.onebusaway.alerts.service.ServiceAlerts.TimeRange extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
bitField0_
int bitField0_
-
end_
long end_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
start_
long start_
-
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
-
-
Class org.onebusaway.alerts.service.ServiceAlerts.TranslatedString extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memoizedSerializedSize
int memoizedSerializedSize
-
translation_
List<ServiceAlerts.TranslatedString.Translation> translation_
-
unknownFields
com.google.protobuf.UnknownFieldSet unknownFields
-
-
Class org.onebusaway.alerts.service.ServiceAlerts.TranslatedString.Translation extends com.google.protobuf.GeneratedMessage implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Package org.onebusaway.api.actions
-
Class org.onebusaway.api.actions.CrossdomainAction extends OneBusAwayApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.OneBusAwayApiActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.api.actions.api
-
Class org.onebusaway.api.actions.api.AlarmCallbackAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alarmService
AlarmService _alarmService
-
_id
String _id
-
-
Class org.onebusaway.api.actions.api.ApiActionSupport extends OneBusAwayApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_defaultVersion
int _defaultVersion
-
_includeReferences
boolean _includeReferences
-
_key
String _key
-
_response
ResponseBean _response
-
_version
int _version
-
time
Long time
-
-
Class org.onebusaway.api.actions.api.ApiKeyInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_handlerSelector
org.apache.struts2.rest.ContentTypeHandlerManager _handlerSelector
-
_keyService
ApiKeyPermissionService _keyService
-
-
Class org.onebusaway.api.actions.api.ExceptionInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_handlerSelector
org.apache.struts2.rest.ContentTypeHandlerManager _handlerSelector
-
-
-
Package org.onebusaway.api.actions.api.datacollection
-
Class org.onebusaway.api.actions.api.datacollection.ExistingDataAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_data
DataCollectionService _data
-
-
Class org.onebusaway.api.actions.api.datacollection.UploadDataAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_data
DataCollectionService _data
-
_file
File _file
-
_id
String _id
-
-
-
Package org.onebusaway.api.actions.api.gtfs_realtime
-
Class org.onebusaway.api.actions.api.gtfs_realtime.AlertsForAgencyAction extends GtfsRealtimeActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.api.gtfs_realtime.GtfsRealtimeActionSupport extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyId
String _agencyId
-
_removeAgencyIds
boolean _removeAgencyIds
-
_routeFilterId
String _routeFilterId
-
_service
TransitDataService _service
-
_stopIdModificationStrategy
AgencyAndIdModificationStrategy _stopIdModificationStrategy
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.gtfs_realtime.TripUpdatesForAgencyAction extends GtfsRealtimeActionSupport implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.api.actions.api.gtfs_realtime.VehiclePositionsForAgencyAction extends GtfsRealtimeActionSupport implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.api.actions.api.where
-
Class org.onebusaway.api.actions.api.where.AgenciesWithCoverageAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxCount
MaxCountSupport _maxCount
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.AgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ArrivalAndDepartureForStopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_query
ArrivalAndDepartureForStopQueryBean _query
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ArrivalsAndDeparturesForLocationAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configService
ConfigurationService _configService
-
_maxCount
MaxCountSupport _maxCount
-
_query
ArrivalsAndDeparturesQueryBean _query
-
_searchBoundsFactory
SearchBoundsFactory _searchBoundsFactory
-
_service
TransitDataService _service
-
_time
long _time
-
emptyReturnsNotFound
boolean emptyReturnsNotFound
-
-
Class org.onebusaway.api.actions.api.where.ArrivalsAndDeparturesForStopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configService
ConfigurationService _configService
-
_id
String _id
-
_query
ArrivalsAndDeparturesQueryBean _query
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.BlockAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.BlockInstanceAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
_serviceDate
long _serviceDate
-
-
Class org.onebusaway.api.actions.api.where.CancelAlarmAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alarmService
AlarmService _alarmService
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.CancelAlarmsAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alarmService
AlarmService _alarmService
-
_ids
List<String> _ids
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ConfigAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 5104142427310052565L
-
Serialized Fields
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.CurrentTimeAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.api.where.EstimateCurrentVehicleAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_data
String _data
-
_query
CurrentVehicleEstimateQueryBean _query
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ExternalAccessAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.api.where.HistoricalOccupancyByStopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_query
HistoricalOccupancyByStopQueryBean _query
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.RegisterAlarmForArrivalAndDepartureAtStopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alarm
RegisterAlarmQueryBean _alarm
-
_alarmService
AlarmService _alarmService
-
_data
String _data
-
_query
ArrivalAndDepartureForStopQueryBean _query
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ReportProblemWithStopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
StopProblemReportBean _model
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ReportProblemWithTripAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
TripProblemReportBean _model
-
_service
TransitDataService _service
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.where.RouteAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.RouteIdsForAgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.RoutesForAgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.RoutesForLocationAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_lat
double _lat
-
_latSpan
double _latSpan
-
_lon
double _lon
-
_lonSpan
double _lonSpan
-
_maxCount
MaxCountSupport _maxCount
-
_query
String _query
-
_radius
double _radius
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ScheduleForRouteAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_date
Date _date
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ScheduleForStopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_date
Date _date
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ShapeAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.ShapeIdsForAgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.SituationAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.StopAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.StopIdsForAgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.StopsForLocationAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_lat
double _lat
-
_latSpan
double _latSpan
-
_lon
double _lon
-
_lonSpan
double _lonSpan
-
_maxCount
MaxCountSupport _maxCount
-
_query
String _query
-
_radius
double _radius
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.StopsForRouteAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configService
ConfigurationService _configService
-
_date
Date _date
-
_id
String _id
-
_includePolylines
boolean _includePolylines
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.TripAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.TripDetailsAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_includeSchedule
boolean _includeSchedule
-
_includeStatus
boolean _includeStatus
-
_includeTrip
boolean _includeTrip
-
_service
TransitDataService _service
-
_serviceDate
Date _serviceDate
-
_time
Date _time
-
_vehicleId
String _vehicleId
-
-
Class org.onebusaway.api.actions.api.where.TripForVehicleAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_includeSchedule
boolean _includeSchedule
-
_includeStatus
boolean _includeStatus
-
_includeTrip
boolean _includeTrip
-
_service
TransitDataService _service
-
_time
Date _time
-
-
Class org.onebusaway.api.actions.api.where.TripsForAgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_includeSchedule
boolean _includeSchedule
-
_includeStatus
boolean _includeStatus
-
_includeTrip
boolean _includeTrip
-
_maxCount
MaxCountSupport _maxCount
-
_service
TransitDataService _service
-
_time
Date _time
-
-
Class org.onebusaway.api.actions.api.where.TripsForLocationAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_includeSchedule
boolean _includeSchedule
-
_includeStatus
boolean _includeStatus
-
_includeTrip
boolean _includeTrip
-
_maxCount
MaxCountSupport _maxCount
-
_searchBoundsFactory
SearchBoundsFactory _searchBoundsFactory
-
_service
TransitDataService _service
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.where.TripsForRouteAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_includeSchedule
boolean _includeSchedule
-
_includeStatus
boolean _includeStatus
-
_includeTrip
boolean _includeTrip
-
_maxCount
MaxCountSupport _maxCount
-
_service
TransitDataService _service
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.where.VehicleAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.where.VehicleLocationRecordForVehicleAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.where.VehicleLocationRecordsAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_query
VehicleLocationRecordQueryBean _query
-
_service
TransitDataService _service
-
-
Class org.onebusaway.api.actions.api.where.VehiclePositionForVehicleAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
_time
long _time
-
-
Class org.onebusaway.api.actions.api.where.VehiclesForAgencyAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_service
TransitDataService _service
-
_time
long _time
-
-
-
Package org.onebusaway.api.actions.api.where.agencyMetadata
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.ListAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
-
-
Package org.onebusaway.api.actions.api.where.agencyMetadata.search
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.search.GtfsIdAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
id
String id
-
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.search.IdAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
id
String id
-
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.search.LegacyIdAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
id
String id
-
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.search.NameAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
id
String id
-
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.search.NtdIdAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
id
String id
-
-
Class org.onebusaway.api.actions.api.where.agencyMetadata.search.ShortNameAction extends ApiActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_service
TransitDataService _service
-
id
String id
-
-
-
Package org.onebusaway.api.actions.siri
-
Class org.onebusaway.api.actions.siri.LinesRequestV2Action extends MonitoringActionV2Base implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.siri.MonitoringActionV1Base extends SiriAction implements Serializable
-
Serialized Fields
-
_realtimeService
RealtimeService _realtimeService
-
_serviceAlertsHelper
ServiceAlertsHelper _serviceAlertsHelper
-
_siriResponse
uk.org.siri.siri.Siri _siriResponse
-
-
-
Class org.onebusaway.api.actions.siri.MonitoringActionV2Base extends SiriAction implements Serializable
-
Serialized Fields
-
_realtimeService
RealtimeServiceV2 _realtimeService
-
_serviceAlertsHelper
ServiceAlertsHelperV2 _serviceAlertsHelper
-
_siriResponse
uk.org.siri.siri_2.Siri _siriResponse
-
-
-
Class org.onebusaway.api.actions.siri.SiriAction extends ApiActionSupport implements Serializable
-
Serialized Fields
-
_gaService
GoogleAnalyticsServiceImpl _gaService
-
_servletRequest
javax.servlet.http.HttpServletRequest _servletRequest
-
_servletResponse
javax.servlet.http.HttpServletResponse _servletResponse
-
_transitDataService
TransitDataService _transitDataService
-
_type
String _type
-
-
-
Class org.onebusaway.api.actions.siri.StopMonitoringAction extends MonitoringActionV1Base implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.siri.StopMonitoringV2Action extends MonitoringActionV2Base implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.siri.StopPointsV2Action extends MonitoringActionV2Base implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.actions.siri.VehicleMonitoringAction extends MonitoringActionV1Base implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cachedResponse
String _cachedResponse
-
_cacheService
CacheService<Integer,String> _cacheService
-
-
Class org.onebusaway.api.actions.siri.VehicleMonitoringV2Action extends MonitoringActionV2Base implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cachedResponse
String _cachedResponse
-
-
-
Package org.onebusaway.api.impl
-
Class org.onebusaway.api.impl.XmlResult extends org.apache.struts2.result.StrutsResultSupport implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.api.model
-
Class org.onebusaway.api.model.ResponseBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.TimeBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
readableTime
String readableTime
-
time
long time
-
-
-
Package org.onebusaway.api.model.transit
-
Class org.onebusaway.api.model.transit.AgencyV2Bean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.api.model.transit.AgencyWithCoverageV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
lat
double lat
-
latSpan
double latSpan
-
lon
double lon
-
lonSpan
double lonSpan
-
-
Class org.onebusaway.api.model.transit.ArrivalAndDepartureV2Bean extends Object implements Serializable
- serialVersionUID:
- 4L
-
Serialized Fields
-
arrivalEnabled
boolean arrivalEnabled
-
blockTripSequence
int blockTripSequence
-
departureEnabled
boolean departureEnabled
-
distanceFromStop
double distanceFromStop
-
frequency
FrequencyV2Bean frequency
-
historicalOccupancy
String historicalOccupancy
-
lastUpdateTime
Long lastUpdateTime
-
numberOfStopsAway
int numberOfStopsAway
-
occupancyStatus
String occupancyStatus
-
predicted
boolean predicted
-
predictedArrivalInterval
TimeIntervalV2 predictedArrivalInterval
-
predictedArrivalTime
long predictedArrivalTime
-
predictedDepartureInterval
TimeIntervalV2 predictedDepartureInterval
-
predictedDepartureTime
long predictedDepartureTime
-
predictedOccupancy
String predictedOccupancy
-
routeId
String routeId
-
routeLongName
String routeLongName
-
routeShortName
String routeShortName
-
scheduledArrivalInterval
TimeIntervalV2 scheduledArrivalInterval
-
scheduledArrivalTime
long scheduledArrivalTime
-
scheduledDepartureInterval
TimeIntervalV2 scheduledDepartureInterval
-
scheduledDepartureTime
long scheduledDepartureTime
-
serviceDate
long serviceDate
-
situationIds
List<String> situationIds
-
status
String status
-
stopId
String stopId
-
stopSequence
int stopSequence
-
totalStopsInTrip
int totalStopsInTrip
-
tripHeadsign
String tripHeadsign
-
tripId
String tripId
-
tripStatus
TripStatusV2Bean tripStatus
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.api.model.transit.ConfigV2Bean extends Object implements Serializable
-
Serialized Fields
-
gitProperties
Properties gitProperties
-
id
String id
-
name
String name
-
serviceDateFrom
String serviceDateFrom
-
serviceDateTo
String serviceDateTo
-
-
-
Class org.onebusaway.api.model.transit.EntryWithReferencesBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entry
T entry
-
references
ReferencesBean references
-
-
Class org.onebusaway.api.model.transit.FrequencyV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTime
long endTime
-
exactTimes
int exactTimes
-
headway
int headway
-
startTime
long startTime
-
-
Class org.onebusaway.api.model.transit.ListWithRangeAndReferencesBean extends ListWithReferencesBean<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
outOfRange
boolean outOfRange
-
-
Class org.onebusaway.api.model.transit.ListWithReferencesBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
limitExceeded
boolean limitExceeded
-
list
List<T> list
-
references
ReferencesBean references
-
-
Class org.onebusaway.api.model.transit.RouteScheduleV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
routeId
String routeId
-
scheduleDate
long scheduleDate
-
serviceIds
List<String> serviceIds
-
stopTripGroupings
List<StopsAndTripsForDirectionV2Bean> stopTripGroupings
-
-
Class org.onebusaway.api.model.transit.RouteV2Bean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.api.model.transit.ScheduleFrequencyInstanceV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.ScheduleStopTimeInstanceExtendedWithStopIdV2Bean extends ScheduleStopTimeInstanceV2Bean implements Serializable
-
Serialized Fields
-
stopId
String stopId
-
-
-
Class org.onebusaway.api.model.transit.ScheduleStopTimeInstanceV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.StopCalendarDayV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
date
long date
-
group
int group
-
-
Class org.onebusaway.api.model.transit.StopCalendarV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
stopCalendarDays
List<StopCalendarDayV2Bean> stopCalendarDays
-
stopId
String stopId
-
timeZone
String timeZone
-
-
Class org.onebusaway.api.model.transit.StopRouteDirectionScheduleV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
scheduleFrequencies
List<ScheduleFrequencyInstanceV2Bean> scheduleFrequencies
-
scheduleStopTimes
List<ScheduleStopTimeInstanceV2Bean> scheduleStopTimes
-
tripHeadsign
String tripHeadsign
-
-
Class org.onebusaway.api.model.transit.StopRouteScheduleV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
routeId
String routeId
-
stopRouteDirectionSchedules
List<StopRouteDirectionScheduleV2Bean> stopRouteDirectionSchedules
-
-
Class org.onebusaway.api.model.transit.StopScheduleV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
date
long date
-
stopId
String stopId
-
stopRouteSchedules
List<StopRouteScheduleV2Bean> stopRouteSchedules
-
-
Class org.onebusaway.api.model.transit.StopsForRouteV2Bean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
polylines
List<EncodedPolylineBean> polylines
-
routeId
String routeId
-
stopGroupings
List<StopGroupingBean> stopGroupings
-
stopIds
List<String> stopIds
-
-
Class org.onebusaway.api.model.transit.StopsWithArrivalsAndDeparturesV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrivalsAndDepartures
List<ArrivalAndDepartureV2Bean> arrivalsAndDepartures
-
limitExceeded
boolean limitExceeded
-
nearbyStopIds
List<StopWithDistance> nearbyStopIds
-
situationIds
List<String> situationIds
-
stopIds
List<String> stopIds
-
-
Class org.onebusaway.api.model.transit.StopV2Bean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.api.model.transit.StopWithArrivalsAndDeparturesV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.TimeIntervalV2 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
from
long from
-
to
long to
-
-
Class org.onebusaway.api.model.transit.TripDetailsV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frequency
FrequencyV2Bean frequency
-
schedule
TripStopTimesV2Bean schedule
-
serviceDate
long serviceDate
-
situationIds
List<String> situationIds
-
status
TripStatusV2Bean status
-
tripId
String tripId
-
-
Class org.onebusaway.api.model.transit.TripStatusV2Bean extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
activeTripId
String activeTripId
These are fields that we can supply from schedule data -
blockTripSequence
int blockTripSequence
-
closestStop
String closestStop
-
closestStopTimeOffset
int closestStopTimeOffset
-
distanceAlongTrip
Double distanceAlongTrip
-
frequency
FrequencyV2Bean frequency
-
lastKnownDistanceAlongTrip
Double lastKnownDistanceAlongTrip
-
lastKnownLocation
CoordinatePoint lastKnownLocation
-
lastKnownOrientation
Double lastKnownOrientation
-
lastLocationUpdateTime
Long lastLocationUpdateTime
-
lastUpdateTime
Long lastUpdateTime
-
nextStop
String nextStop
-
nextStopTimeOffset
int nextStopTimeOffset
-
occupancyCapacity
Integer occupancyCapacity
-
occupancyCount
Integer occupancyCount
-
occupancyStatus
String occupancyStatus
These are fields that we can supply only from real-time data -
orientation
Double orientation
-
phase
String phase
-
position
CoordinatePoint position
These are fields that we can supply from schedule data, but also update from real-time data when available -
predicted
boolean predicted
-
scheduledDistanceAlongTrip
Double scheduledDistanceAlongTrip
-
scheduleDeviation
Integer scheduleDeviation
-
serviceDate
long serviceDate
-
situationIds
List<String> situationIds
-
status
String status
-
totalDistanceAlongTrip
Double totalDistanceAlongTrip
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.api.model.transit.TripStopTimesV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frequency
FrequencyV2Bean frequency
-
nextTripId
String nextTripId
-
previousTripId
String previousTripId
-
stopTimes
List<TripStopTimeV2Bean> stopTimes
-
timeZone
String timeZone
-
-
Class org.onebusaway.api.model.transit.TripStopTimeV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.TripV2Bean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.api.model.transit.TripWithStopTimesV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
scheduledStopTimes
List<ScheduleStopTimeInstanceExtendedWithStopIdV2Bean> scheduledStopTimes
-
timeZone
String timeZone
-
TripId
String TripId
-
-
Class org.onebusaway.api.model.transit.VehicleLocationRecordV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
String blockId
-
currentLocation
CoordinatePoint currentLocation
-
currentOrientation
Double currentOrientation
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South -
distanceAlongBlock
Double distanceAlongBlock
-
phase
String phase
-
scheduleDeviation
Double scheduleDeviation
schedule deviation, in seconds, (+deviation is late, -deviation is early) -
serviceDate
long serviceDate
-
status
String status
-
timeOfLocationUpdate
long timeOfLocationUpdate
-
timeOfRecord
long timeOfRecord
-
tripId
String tripId
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.api.model.transit.VehicleStatusV2Bean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
lastLocationUpdateTime
Long lastLocationUpdateTime
-
lastUpdateTime
long lastUpdateTime
-
location
CoordinatePoint location
-
occupancyCapacity
Integer occupancyCapacity
-
occupancyCount
Integer occupancyCount
-
occupancyStatus
String occupancyStatus
-
phase
String phase
-
status
String status
-
tripId
String tripId
-
tripStatus
TripStatusV2Bean tripStatus
-
vehicleId
String vehicleId
-
-
-
Package org.onebusaway.api.model.transit.blocks
-
Class org.onebusaway.api.model.transit.blocks.BlockConfigurationV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.api.model.transit.realtime
-
Class org.onebusaway.api.model.transit.realtime.CurrentVehicleEstimateV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
debug
String debug
-
probability
double probability
-
tripStatus
TripStatusV2Bean tripStatus
-
-
-
Package org.onebusaway.api.model.transit.service_alerts
-
Class org.onebusaway.api.model.transit.service_alerts.NaturalLanguageStringV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedAgencyV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
-
Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedApplicationV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
apiKey
String apiKey
-
-
Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedCallV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
stopId
String stopId
-
-
Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedStopV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
stopId
String stopId
-
-
Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedVehicleJourneyV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.service_alerts.SituationAffectsV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.api.model.transit.service_alerts.SituationConditionDetailsV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
diversionPath
EncodedPolylineBean diversionPath
-
diversionStopIds
List<String> diversionStopIds
-
-
Class org.onebusaway.api.model.transit.service_alerts.SituationConsequenceV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
condition
String condition
-
conditionDetails
SituationConditionDetailsV2Bean conditionDetails
-
-
Class org.onebusaway.api.model.transit.service_alerts.SituationV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activeWindows
List<TimeRangeV2Bean> activeWindows
-
allAffects
List<SituationAffectsV2Bean> allAffects
-
consequences
List<SituationConsequenceV2Bean> consequences
-
creationTime
long creationTime
-
description
NaturalLanguageStringV2Bean description
-
id
String id
-
publicationWindows
List<TimeRangeV2Bean> publicationWindows
-
reason
String reason
-
severity
String severity
-
summary
NaturalLanguageStringV2Bean summary
-
url
NaturalLanguageStringV2Bean url
-
-
Class org.onebusaway.api.model.transit.service_alerts.TimeRangeV2Bean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
from
long from
-
to
long to
-
-
-
Package org.onebusaway.api.model.where
-
Class org.onebusaway.api.model.where.ArrivalAndDepartureBeanV1 extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
historicalOccupancy
String historicalOccupancy
-
occupancyStatus
String occupancyStatus
-
predictedArrivalTime
long predictedArrivalTime
-
predictedDepartureTime
long predictedDepartureTime
-
predictedOccupancy
String predictedOccupancy
-
routeId
String routeId
-
routeShortName
String routeShortName
-
scheduledArrivalTime
long scheduledArrivalTime
-
scheduledDepartureTime
long scheduledDepartureTime
-
status
String status
-
stopId
String stopId
-
tripHeadsign
String tripHeadsign
-
tripId
String tripId
-
-
Class org.onebusaway.api.model.where.StopWithArrivalsAndDeparturesBeanV1 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrivalsAndDepartures
List<ArrivalAndDepartureBeanV1> arrivalsAndDepartures
-
nearbyStops
List<StopBean> nearbyStops
-
stop
StopBean stop
-
-
-
Package org.onebusaway.api.serializers.json
-
Class org.onebusaway.api.serializers.json.CustomSerializerProvider extends com.fasterxml.jackson.databind.ser.DefaultSerializerProvider implements Serializable
-
-
Package org.onebusaway.aws.monitoring.model.metrics
-
Package org.onebusaway.container.cache
-
Class org.onebusaway.container.cache.CacheKeyInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheRefreshIndicated
boolean cacheRefreshIndicated
-
key
Serializable key
-
-
Class org.onebusaway.container.cache.DefaultCacheableKeyFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_keyFactories
CacheableObjectKeyFactory[] _keyFactories
-
-
Class org.onebusaway.container.cache.DefaultCacheableObjectKeyFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_cacheRefreshCheck
boolean _cacheRefreshCheck
-
-
Class org.onebusaway.container.cache.PropertyPathExpressionCacheableObjectKeyFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_expression
org.onebusaway.collections.beans.PropertyPathExpression _expression
-
_objectKeyFactory
CacheableObjectKeyFactory _objectKeyFactory
-
-
-
Package org.onebusaway.container.model
-
Class org.onebusaway.container.model.IdentityBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.container.spring.ehcache
-
Class org.onebusaway.container.spring.ehcache.EhCacheRegionFactory extends org.hibernate.cache.ehcache.internal.EhcacheRegionFactory implements Serializable
-
Serialized Fields
-
manager
net.sf.ehcache.CacheManager manager
-
-
-
-
Package org.onebusaway.enterprise.webapp.actions
-
Class org.onebusaway.enterprise.webapp.actions.Debug extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
q
String q
-
-
Class org.onebusaway.enterprise.webapp.actions.IndexAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyFilter
String _agencyFilter
-
_configurationService
ConfigurationService _configurationService
-
_realtimeService
RealtimeService _realtimeService
-
_routeListService
RouteListService _routeListService
-
-
Class org.onebusaway.enterprise.webapp.actions.OneBusAwayEnterpriseActionSupport extends NextActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
time
Long time
-
-
Class org.onebusaway.enterprise.webapp.actions.ResourceAction extends ResourceAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.enterprise.webapp.actions.api
-
Class org.onebusaway.enterprise.webapp.actions.api.AutocompleteAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_geocoderService
EnterpriseGeocoderService _geocoderService
-
_term
String _term
-
_transitDataService
TransitDataService _transitDataService
-
suggestions
List<String> suggestions
-
-
Class org.onebusaway.enterprise.webapp.actions.api.ConfigAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.api.GtfsrtProxyAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.api.ReleaseAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_mapper
com.fasterxml.jackson.databind.ObjectMapper _mapper
-
gitRepositoryState
GitRepositoryState gitRepositoryState
-
-
Class org.onebusaway.enterprise.webapp.actions.api.SearchAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configService
ConfigurationService _configService
-
_q
String _q
-
_realtimeService
RealtimeService _realtimeService
-
_results
SearchResultCollection _results
-
_searchService
SearchService _searchService
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.api.StatusAction extends OneBusAwayEnterpriseActionSupport implements Serializable
-
Serialized Fields
-
_config
ConfigurationService _config
-
_statusProvider
StatusProvider _statusProvider
-
contactEmail
String contactEmail
-
customHeader
String customHeader
-
groups
List<StatusGroup> groups
-
showContactEmail
boolean showContactEmail
-
showCustomHeader
boolean showCustomHeader
-
showOK
boolean showOK
-
-
-
Class org.onebusaway.enterprise.webapp.actions.api.StopForIdAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configService
ConfigurationService _configService
-
_mapper
com.fasterxml.jackson.databind.ObjectMapper _mapper
-
_realtimeService
RealtimeService _realtimeService
-
_response
uk.org.siri.siri.Siri _response
-
_result
StopResult _result
-
_serviceAlertsHelper
ServiceAlertsHelper _serviceAlertsHelper
-
_stopId
String _stopId
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.api.StopsOnRouteForDirectionAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configService
ConfigurationService _configService
-
_directionId
String _directionId
-
_routeId
String _routeId
-
_stops
List<StopOnRoute> _stops
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.api.StopsWithinBoundsAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bounds
CoordinateBounds _bounds
-
_stops
List<StopOnRoute> _stops
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.api.WmataPingAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_config
ConfigurationService _config
-
_transitDataService
TransitDataService _transitDataService
-
-
-
Package org.onebusaway.enterprise.webapp.actions.m
-
Class org.onebusaway.enterprise.webapp.actions.m.ColorStylesheetAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.m.IndexAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyFilter
String _agencyFilter
-
_configService
ConfigurationService _configService
-
_configurationService
ConfigurationService _configurationService
-
_location
CoordinatePoint _location
-
_q
String _q
-
_realtimeService
RealtimeService _realtimeService
-
_results
SearchResultCollection _results
-
_resultsOriginatedFromGeocode
boolean _resultsOriginatedFromGeocode
-
_routeListService
RouteListService _routeListService
-
_searchService
SearchService _searchService
-
_transitDataService
TransitDataService _transitDataService
-
_type
String _type
-
-
-
Package org.onebusaway.enterprise.webapp.actions.m.routes
-
Class org.onebusaway.enterprise.webapp.actions.m.routes.IndexAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyFilter
String _agencyFilter
-
_routeListService
RouteListService _routeListService
-
-
-
Package org.onebusaway.enterprise.webapp.actions.m.wiki
-
Class org.onebusaway.enterprise.webapp.actions.m.wiki.IndexAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_wikiDocumentService
org.onebusaway.wiki.api.WikiDocumentService _wikiDocumentService
-
_wikiRenderingService
org.onebusaway.wiki.api.WikiRenderingService _wikiRenderingService
-
content
String content
-
editLink
String editLink
-
httpServletRequest
javax.servlet.http.HttpServletRequest httpServletRequest
-
lastModifiedTimestamp
Date lastModifiedTimestamp
-
name
String name
-
namespace
String namespace
-
title
String title
-
-
-
Package org.onebusaway.enterprise.webapp.actions.routes
-
Class org.onebusaway.enterprise.webapp.actions.routes.IndexAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyFilter
String _agencyFilter
-
_configurationService
ConfigurationService _configurationService
-
_routeListService
RouteListService _routeListService
-
-
-
Package org.onebusaway.enterprise.webapp.actions.rss
-
Class org.onebusaway.enterprise.webapp.actions.rss.AgencyMessagesUpdateAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_feed
com.rometools.rome.feed.synd.SyndFeed _feed
-
_statusProvider
StatusProvider _statusProvider
-
-
Class org.onebusaway.enterprise.webapp.actions.rss.AlertsAction extends RssFeedAction implements Serializable
-
Serialized Fields
-
_agencyId
String _agencyId
-
_locale
String _locale
-
_strategy
NotificationStrategy _strategy
-
_transitDataService
TransitDataService _transitDataService
-
-
-
Class org.onebusaway.enterprise.webapp.actions.rss.MonitoringAlertsUpdateAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_feed
com.rometools.rome.feed.synd.SyndFeed _feed
-
_statusProvider
StatusProvider _statusProvider
-
-
Class org.onebusaway.enterprise.webapp.actions.rss.RssFeedAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_feed
com.rometools.rome.feed.synd.SyndFeed _feed
-
_statusProvider
StatusProvider _statusProvider
-
-
Class org.onebusaway.enterprise.webapp.actions.rss.ServiceAlertsUpdateAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_feed
com.rometools.rome.feed.synd.SyndFeed _feed
-
_statusProvider
StatusProvider _statusProvider
-
-
Class org.onebusaway.enterprise.webapp.actions.rss.StatusUpdateAction extends RssFeedAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.enterprise.webapp.actions.sign
-
Class org.onebusaway.enterprise.webapp.actions.sign.SignAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.enterprise.webapp.actions.where
-
Class org.onebusaway.enterprise.webapp.actions.where.AbstractAction extends NextActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
_serviceAreaService
ServiceAreaService _serviceAreaService
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.where.AbstractWhereAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.where.AgenciesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
List<AgencyWithCoverageBean> _model
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.enterprise.webapp.actions.where.ArrivalAndDepartureForStopAction extends AbstractWhereAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
ArrivalAndDepartureForStopQueryBean _model
-
_presentation
ArrivalsAndDeparturesPresentaion _presentation
-
_result
ArrivalAndDepartureBean _result
-
_service
TransitDataService _service
-
_situations
SituationsPresentation _situations
-
-
Class org.onebusaway.enterprise.webapp.actions.where.BlockAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_blockInstance
BlockInstanceBean _blockInstance
-
_id
String _id
-
_service
TransitDataService _service
-
_serviceDate
Date _serviceDate
-
_timeZone
TimeZone _timeZone
-
-
Class org.onebusaway.enterprise.webapp.actions.where.RoutesAction extends AbstractWhereAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.where.ScheduleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_date
Date _date
-
_id
String _id
-
_result
StopScheduleBean _result
-
_service
TransitDataService _service
-
_showArrivals
Boolean _showArrivals
-
_stopTimeAdapter
org.onebusaway.enterprise.webapp.actions.where.ScheduleAction.StopTimeAdapter _stopTimeAdapter
-
_timeZone
TimeZone _timeZone
-
-
Class org.onebusaway.enterprise.webapp.actions.where.StopAction extends AbstractWhereAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.where.StopsAction extends AbstractWhereAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.where.StopsForRouteAction extends AbstractWhereAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.enterprise.webapp.actions.where.TripAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actualServiceDate
long _actualServiceDate
-
_configurationService
ConfigurationService _configurationService
-
_id
String _id
-
_service
TransitDataService _service
-
_serviceDate
Date _serviceDate
-
_showArrivals
boolean _showArrivals
-
_showVehicleId
boolean _showVehicleId
-
_stopId
String _stopId
-
_time
Date _time
-
_timeZone
TimeZone _timeZone
-
_tripDetails
TripDetailsBean _tripDetails
-
_vehicleId
String _vehicleId
-
-
-
Package org.onebusaway.enterprise.webapp.actions.where.iphone
-
Class org.onebusaway.enterprise.webapp.actions.where.iphone.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.enterprise.webapp.actions.wiki
-
Class org.onebusaway.enterprise.webapp.actions.wiki.IndexAction extends OneBusAwayEnterpriseActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_wikiDocumentService
org.onebusaway.wiki.api.WikiDocumentService _wikiDocumentService
-
_wikiRenderingService
org.onebusaway.wiki.api.WikiRenderingService _wikiRenderingService
-
adminToc
String adminToc
-
content
String content
-
editLink
String editLink
-
forceRefresh
boolean forceRefresh
-
hasToc
boolean hasToc
-
lastModifiedTimestamp
Date lastModifiedTimestamp
-
name
String name
-
namespace
String namespace
-
title
String title
-
toc
String toc
-
-
-
Package org.onebusaway.enterprise.webapp.api
-
Class org.onebusaway.enterprise.webapp.api.ApiKeyInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_keyService
ApiKeyPermissionService _keyService
-
_realtimeService
RealtimeService _realtimeService
-
_response
uk.org.siri.siri.Siri _response
-
_type
String _type
-
-
Class org.onebusaway.enterprise.webapp.api.NotAuthorizedException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.exceptions
-
Class org.onebusaway.exceptions.InternalErrorServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.InvalidArgumentServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.InvalidSelectionServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.MultipleServiceAreasServiceException extends ServiceAreaServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.NoSuchAgencyServiceException extends ServiceAreaServiceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyId
String _agencyId
-
-
Class org.onebusaway.exceptions.NoSuchRouteServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.NoSuchServicePatternServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.NoSuchStopServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_stopId
String _stopId
-
-
Class org.onebusaway.exceptions.NoSuchTripServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_tripId
String _tripId
-
-
Class org.onebusaway.exceptions.OutOfServiceAreaServiceException extends ServiceAreaServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.ServiceAreaServiceException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.exceptions.ServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.federations
-
Package org.onebusaway.geocoder.enterprise.model
-
Class org.onebusaway.geocoder.enterprise.model.EnterpriseBingGeocoderResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
formattedAddress
String formattedAddress
-
latitude
Double latitude
-
locality
String locality
-
longitude
Double longitude
-
neighborhood
String neighborhood
-
northeastLatitude
Double northeastLatitude
-
northeastLongitude
Double northeastLongitude
-
southwestLatitude
Double southwestLatitude
-
southwestLongitude
Double southwestLongitude
-
-
Class org.onebusaway.geocoder.enterprise.model.EnterpriseGoogleGeocoderResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
addressComponentMap
HashMap<String,String> addressComponentMap
-
formattedAddress
String formattedAddress
-
latitude
Double latitude
-
longitude
Double longitude
-
northeastLatitude
Double northeastLatitude
-
northeastLongitude
Double northeastLongitude
-
southwestLatitude
Double southwestLatitude
-
southwestLongitude
Double southwestLongitude
-
-
-
Package org.onebusaway.geocoder.impl
-
Class org.onebusaway.geocoder.impl.GoogleGeocoderResult extends GeocoderResult implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.geocoder.model
-
Class org.onebusaway.geocoder.model.GeocoderResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.geocoder.model.GeocoderResults extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
results
List<GeocoderResult> results
-
-
-
Package org.onebusaway.geospatial.model
-
Class org.onebusaway.geospatial.model.CoordinateBounds extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_empty
boolean _empty
-
_maxLat
double _maxLat
-
_maxLon
double _maxLon
-
_minLat
double _minLat
-
_minLon
double _minLon
-
-
Class org.onebusaway.geospatial.model.CoordinatePoint extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
Class org.onebusaway.geospatial.model.EncodedPolygonBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_innerRings
List<EncodedPolylineBean> _innerRings
-
_outerRing
EncodedPolylineBean _outerRing
-
-
Class org.onebusaway.geospatial.model.EncodedPolylineBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.geospatial.model.XYPoint extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Package org.onebusaway.geospatial.services
-
Class org.onebusaway.geospatial.services.Proj4Projection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
_spec
String[] _spec
-
-
Class org.onebusaway.geospatial.services.UTMProjection extends Proj4Projection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_zone
int _zone
-
-
-
Package org.onebusaway.gtfs.impl
-
Package org.onebusaway.nextbus.impl.exceptions
-
Class org.onebusaway.nextbus.impl.exceptions.AgencyInvalidException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
-
Class org.onebusaway.nextbus.impl.exceptions.AgencyNullException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.nextbus.impl.exceptions.RouteNullException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
-
Class org.onebusaway.nextbus.impl.exceptions.RouteUnavailableException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.nextbus.impl.exceptions.StopInvalidException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
stop
String stop
-
-
Class org.onebusaway.nextbus.impl.exceptions.StopNullException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.phone.actions
-
Class org.onebusaway.phone.actions.AbstractAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUser
UserBean _currentUser
-
_currentUserService
CurrentUserService _currentUserService
-
_serviceAreaService
ServiceAreaService _serviceAreaService
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.phone.actions.DefaultAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.RegistrationAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
-
Class org.onebusaway.phone.actions.RegistrationCancelAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
-
Class org.onebusaway.phone.actions.RegistrationHandleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_code
String _code
-
_currentUserService
CurrentUserService _currentUserService
-
-
Class org.onebusaway.phone.actions.WelcomeAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
-
-
Package org.onebusaway.phone.actions.bookmarks
-
Class org.onebusaway.phone.actions.bookmarks.BookmarkStopAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
-
_stops
List<StopBean> _stops
-
-
Class org.onebusaway.phone.actions.bookmarks.DeleteBookmarkAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
-
Class org.onebusaway.phone.actions.bookmarks.GetBookmarksAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
-
_bookmarks
List<BookmarkWithStopsBean> _bookmarks
-
-
-
Package org.onebusaway.phone.actions.search
-
Class org.onebusaway.phone.actions.search.IndexAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.search.NavigateDownAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_navigation
NavigationBean _navigation
-
_stop
StopBean _stop
-
_stopSelectionService
StopSelectionService _stopSelectionService
-
-
Class org.onebusaway.phone.actions.search.NavigateToAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_navigation
NavigationBean _navigation
-
-
Class org.onebusaway.phone.actions.search.NavigationBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentIndex
int _currentIndex
-
_names
List<NameBean> _names
-
_route
RouteBean _route
-
_selection
StopSelectionBean _selection
-
_selectionIndices
List<Integer> _selectionIndices
-
_stopsForRoute
StopsForRouteBean _stopsForRoute
-
-
Class org.onebusaway.phone.actions.search.RouteForNameAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.search.StopAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_stop
StopBean _stop
-
-
Class org.onebusaway.phone.actions.search.StopsForRouteAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_navigation
NavigationBean _navigation
-
_route
RouteBean _route
-
_stop
StopBean _stop
-
_stopSelectionService
StopSelectionService _stopSelectionService
-
-
-
Package org.onebusaway.phone.actions.settings
-
Class org.onebusaway.phone.actions.settings.AskForDefaultSearchLocationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.settings.IndexAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.settings.SetDefaultSearchLocationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_location
String _location
-
_records
List<GeocoderResult> _records
-
_service
SetUserDefaultSearchFromGeocoderService _service
-
-
Class org.onebusaway.phone.actions.settings.SetRememerPreferencesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
_enabled
boolean _enabled
-
-
-
Package org.onebusaway.phone.actions.stops
-
Class org.onebusaway.phone.actions.stops.ArrivalsAndDeparturesForRouteAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
PhoneArrivalsAndDeparturesModel _model
-
_route
String _route
-
-
Class org.onebusaway.phone.actions.stops.ArrivalsAndDeparturesForStopIdAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
PhoneArrivalsAndDeparturesModel _model
-
-
Class org.onebusaway.phone.actions.stops.IndexAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.stops.MostRecentStopAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.actions.stops.StopForCodeAction extends AbstractAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.phone.impl
-
Class org.onebusaway.phone.impl.IntegrationTestingInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.phone.impl.MessageTemplateDispatcher extends org.onebusaway.probablecalls.agitemplates.AgiTemplateDispatcher implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.presentation.impl
-
Class org.onebusaway.presentation.impl.NextActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.presentation.impl.ProxyServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.presentation.impl.StackInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.presentation.impl.configuration
-
Class org.onebusaway.presentation.impl.configuration.ConfigAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_forceRefresh
boolean _forceRefresh
-
_model
Map<String,Object> _model
-
-
Class org.onebusaway.presentation.impl.configuration.ConfigurationInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
-
-
Package org.onebusaway.presentation.impl.resources
-
Class org.onebusaway.presentation.impl.resources.ClientBundleServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_factory
ClientBundleFactory _factory
-
-
Class org.onebusaway.presentation.impl.resources.ResourceAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_resource
Resource _resource
-
_resourceService
ResourceService _resourceService
-
-
Class org.onebusaway.presentation.impl.resources.ResourcesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_contentType
String _contentType
-
_factory
ClientBundleFactory _factory
-
_id
String _id
-
_inputStream
InputStream _inputStream
-
-
-
Package org.onebusaway.presentation.impl.users
-
Class org.onebusaway.presentation.impl.users.CurrentUserInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
-
Class org.onebusaway.presentation.impl.users.IsSetupInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_initialSetupService
InitialSetupService _initialSetupService
-
-
Class org.onebusaway.presentation.impl.users.PhoneNumberLoginInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_indexedUserDetailsService
IndexedUserDetailsService _indexedUserDetailsService
-
_phoneNumberParameterName
String _phoneNumberParameterName
-
-
Class org.onebusaway.presentation.impl.users.RequestContextInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.presentation.model
-
Class org.onebusaway.presentation.model.BookmarkWithStopsBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.presentation.model.SearchResultCollection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_hint
String _hint
-
_isGeocode
Boolean _isGeocode
-
_matches
List<SearchResult> _matches
-
_queryLat
Double _queryLat
-
_queryLon
Double _queryLon
-
_resultType
Class<? extends SearchResult> _resultType
-
_routeFilter
Set<RouteBean> _routeFilter
-
_suggestions
List<SearchResult> _suggestions
-
-
Class org.onebusaway.presentation.model.StopSelectionBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.presentation.model.StopSelectionTreeBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_branches
Map<NameBean,StopSelectionTreeBean> _branches
-
_stop
StopBean _stop
-
-
-
Package org.onebusaway.presentation.rss
-
Class org.onebusaway.presentation.rss.RomeResult extends org.apache.struts2.result.StrutsResultSupport implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.presentation.services.cachecontrol
-
Class org.onebusaway.presentation.services.cachecontrol.CacheControlInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.presentation.tags
-
Class org.onebusaway.presentation.tags.DateTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.presentation.tags.GroupTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.onebusaway.presentation.tags.JsonTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_escapeJavaScript
boolean _escapeJavaScript
-
_excludeNullProperties
boolean _excludeNullProperties
-
_ignoreHierarchy
boolean _ignoreHierarchy
-
_value
String _value
-
-
Class org.onebusaway.presentation.tags.MessageTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_key
String _key
-
-
Class org.onebusaway.presentation.tags.NameTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.onebusaway.presentation.tags.PhoneNumberTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.onebusaway.presentation.tags.ResourcesUrlTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
-
Class org.onebusaway.presentation.tags.ResourceUrlTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.onebusaway.presentation.tags.RouteDescriptionTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
Class org.onebusaway.presentation.tags.RouteNameTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
String _value
-
-
-
Package org.onebusaway.quickstart.bootstrap.gui
-
Class org.onebusaway.quickstart.bootstrap.gui.GtfsPathPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_model
GuiQuickstartDataModel _model
-
gtfsPathTextField
JCustomTextField gtfsPathTextField
-
-
Class org.onebusaway.quickstart.bootstrap.gui.GtfsRealtimePathsPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alertsUrlTextField
JCustomTextField alertsUrlTextField
-
model
GuiQuickstartDataModel model
-
tripUpdatesUrlTextField
JCustomTextField tripUpdatesUrlTextField
-
vehiclePositionsUrlTextField
JCustomTextField vehiclePositionsUrlTextField
-
-
Class org.onebusaway.quickstart.bootstrap.gui.JConsoleDialog extends JDialog implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.quickstart.bootstrap.gui.QuickStartTypePanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buildAndRunRadioButton
JRadioButton buildAndRunRadioButton
-
buildOnlyRadioButton
JRadioButton buildOnlyRadioButton
-
model
GuiQuickstartDataModel model
-
runOnlyRadioButton
JRadioButton runOnlyRadioButton
-
-
Class org.onebusaway.quickstart.bootstrap.gui.RunPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.quickstart.bootstrap.gui.TransitDataBundlePathPanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
model
GuiQuickstartDataModel model
-
transitDataBundlePathTextField
JCustomTextField transitDataBundlePathTextField
-
-
Class org.onebusaway.quickstart.bootstrap.gui.WelcomePanel extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.quickstart.bootstrap.gui.widgets
-
Class org.onebusaway.quickstart.bootstrap.gui.widgets.JCustomTextField extends JTextField implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_handler
org.onebusaway.quickstart.bootstrap.gui.widgets.JCustomTextField.DocumentChangeHandler _handler
-
-
-
Package org.onebusaway.quickstart.bootstrap.gui.wizard
-
Class org.onebusaway.quickstart.bootstrap.gui.wizard.WizardDialog extends JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backButton
JButton backButton
-
contentPanel
JPanel contentPanel
-
nextButton
JButton nextButton
-
wizardController
WizardController wizardController
-
-
-
Package org.onebusaway.realtime.api
-
Class org.onebusaway.realtime.api.TimepointPredictionRecord extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
scheduleRelationship
TimepointPredictionRecord.ScheduleRelationship scheduleRelationship
-
stopSequence
int stopSequence
-
timepointId
org.onebusaway.gtfs.model.AgencyAndId timepointId
-
timepointPredictedArrivalTime
long timepointPredictedArrivalTime
-
timepointPredictedDepartureTime
long timepointPredictedDepartureTime
-
timepointScheduledTime
long timepointScheduledTime
-
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
-
-
Class org.onebusaway.realtime.api.VehicleLocationRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
-
blockStartTime
int blockStartTime
-
currentLocationLat
double currentLocationLat
-
currentLocationLon
double currentLocationLon
-
currentOrientation
double currentOrientation
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South -
distanceAlongBlock
double distanceAlongBlock
-
phase
EVehiclePhase phase
-
scheduleDeviation
double scheduleDeviation
schedule deviation, in seconds, (+deviation is late, -deviation is early) -
serviceDate
long serviceDate
-
status
String status
-
timeOfLocationUpdate
long timeOfLocationUpdate
-
timeOfRecord
long timeOfRecord
-
timepointPredictions
List<TimepointPredictionRecord> timepointPredictions
-
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
-
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
-
-
Class org.onebusaway.realtime.api.VehicleOccupancyRecord extends Object implements Serializable
-
-
Package org.onebusaway.rss.model
-
Class org.onebusaway.rss.model.AffectsClauseRssBean extends com.rometools.rome.feed.module.ModuleImpl implements Serializable
-
Class org.onebusaway.rss.model.ServiceAlertRssBean extends com.rometools.rome.feed.module.ModuleImpl implements Serializable
-
Serialized Fields
-
affectsClauses
List<AffectsClauseRssBean> affectsClauses
-
description
String description
-
id
String id
-
publicationWindows
List<TimeRangeRssBean> publicationWindows
-
reason
String reason
-
severity
String severity
-
summary
String summary
-
-
-
Class org.onebusaway.rss.model.TimeRangeRssBean extends com.rometools.rome.feed.module.ModuleImpl implements Serializable
-
Serialized Fields
-
from
long from
-
to
long to
-
-
-
-
Package org.onebusaway.sms.actions.sms
-
Class org.onebusaway.sms.actions.sms.AbstractTextmarksAction extends NextActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
_text
String _text
-
_transitDataService
TransitDataService _transitDataService
-
-
Class org.onebusaway.sms.actions.sms.ArrivalsAndDeparturesAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_args
String[] _args
-
_model
SmsArrivalsAndDeparturesModel _model
-
-
Class org.onebusaway.sms.actions.sms.CancelAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_selectedIndex
int _selectedIndex
-
-
Class org.onebusaway.sms.actions.sms.CommandAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.sms.actions.sms.CommandBookmarksAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arg
String _arg
-
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
-
_bookmarks
List<BookmarkWithStopsBean> _bookmarks
-
_routeFilter
Set<String> _routeFilter
Used when chaining to "arrivals-and-departures" -
_stopIds
List<String> _stopIds
Used when chaining to "arrivals-and-departures"
-
-
Class org.onebusaway.sms.actions.sms.CommandDebugAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_user
UserBean _user
-
-
Class org.onebusaway.sms.actions.sms.CommandHelpAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.sms.actions.sms.CommandRegisterAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arg
String _arg
-
-
Class org.onebusaway.sms.actions.sms.CommandResetAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arg
String _arg
-
_defaultSearchLocationService
DefaultSearchLocationService _defaultSearchLocationService
-
-
Class org.onebusaway.sms.actions.sms.CommandSetSearchLocationAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.sms.actions.sms.HandleMultiSelectionAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_selectedIndex
int _selectedIndex
-
-
Class org.onebusaway.sms.actions.sms.QueryDefaultSearchLocationAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.sms.actions.sms.SetDefaultSearchLocationAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_geocoderResultPresentation
GeocoderResultPresentationService _geocoderResultPresentation
-
_records
List<GeocoderResult> _records
-
_service
SetUserDefaultSearchFromGeocoderService _service
-
-
Class org.onebusaway.sms.actions.sms.StopByNumberAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.sms.actions.sms.TextmarksAction extends AbstractTextmarksAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.sms.impl
-
Class org.onebusaway.sms.impl.TextmarksSessionInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_gaService
GoogleAnalyticsServiceImpl _gaService
-
_phoneNumberParameterName
String _phoneNumberParameterName
-
_sessionManager
SessionManager _sessionManager
-
-
-
Package org.onebusaway.transit_data
-
Class org.onebusaway.transit_data.HistoricalRidershipBean extends Object implements Serializable
-
Serialized Fields
-
status
String status
-
-
-
Class org.onebusaway.transit_data.OccupancyStatusBean extends Object implements Serializable
-
Serialized Fields
-
_occStatus
OccupancyStatus _occStatus
-
_routeId
org.onebusaway.gtfs.model.AgencyAndId _routeId
-
_status
String _status
-
_stopId
org.onebusaway.gtfs.model.AgencyAndId _stopId
-
_tripId
org.onebusaway.gtfs.model.AgencyAndId _tripId
-
-
-
-
Package org.onebusaway.transit_data_federation.bundle
-
Class org.onebusaway.transit_data_federation.bundle.UnknownTaskException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_taskName
String _taskName
-
-
-
Package org.onebusaway.transit_data_federation.bundle.model
-
Class org.onebusaway.transit_data_federation.bundle.model.BundleStatus extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data_federation.bundle.model.ConfigDeployStatus extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data_federation.bundle.tasks.history
-
Class org.onebusaway.transit_data_federation.bundle.tasks.history.BlockLocationHistoryTask.BlockLocationArchiveRecordMap extends org.onebusaway.collections.FactoryMap<org.onebusaway.gtfs.model.AgencyAndIdInstance,List<BlockLocationArchiveRecord>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data_federation.bundle.tasks.stif
-
Class org.onebusaway.transit_data_federation.bundle.tasks.stif.NonRevenueStopData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
location
org.locationtech.jts.geom.Coordinate location
-
nonRevenueStopOrder
NonRevenueStopOrder nonRevenueStopOrder
-
scheduleTime
int scheduleTime
-
-
Class org.onebusaway.transit_data_federation.bundle.tasks.stif.StifTrip extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
blockId
String blockId
-
depot
String depot
-
dsc
String dsc
-
firstStop
String firstStop
-
firstStopTime
int firstStopTime
-
firstTripInSequence
boolean firstTripInSequence
-
gtfsTrips
ArrayList<org.onebusaway.gtfs.model.Trip> gtfsTrips
-
id
TripIdentifier id
-
lastStop
String lastStop
-
lastStopTime
int lastStopTime
-
lastTripInSequence
boolean lastTripInSequence
-
lineNumber
int lineNumber
-
listedFirstStopTime
int listedFirstStopTime
-
listedLastStopTime
int listedLastStopTime
-
nextRun
String nextRun
-
nextTripOperatorDepot
String nextTripOperatorDepot
-
path
File path
-
recoveryTime
int recoveryTime
-
reliefRunId
String reliefRunId
-
runId
String runId
-
serviceCode
ServiceCode serviceCode
-
signCodeRoute
String signCodeRoute
-
type
StifTripType type
-
-
Class org.onebusaway.transit_data_federation.bundle.tasks.stif.TripIdentifier extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data_federation.bundle.tasks.stif.model
-
Class org.onebusaway.transit_data_federation.bundle.tasks.stif.model.GeographyRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data_federation.bundle.tasks.transit_graph
-
Class org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.DistanceAlongShapeException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.InvalidStopToShapeMappingException extends DistanceAlongShapeLibrary.DistanceAlongShapeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_trip
TripEntry _trip
-
-
Class org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.StopIsTooFarFromShapeException extends DistanceAlongShapeLibrary.DistanceAlongShapeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_point
CoordinatePoint _point
-
_pointAndIndex
PointAndIndex _pointAndIndex
-
_stopTime
StopTimeEntry _stopTime
-
-
-
Package org.onebusaway.transit_data_federation.impl.narrative
-
Class org.onebusaway.transit_data_federation.impl.narrative.NarrativeProviderImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_agencyNarratives
Map<String,AgencyNarrative> _agencyNarratives
-
_routeCollectionNarratives
Map<org.onebusaway.gtfs.model.AgencyAndId,RouteCollectionNarrative> _routeCollectionNarratives
-
_shapePointsById
Map<org.onebusaway.gtfs.model.AgencyAndId,ShapePoints> _shapePointsById
-
_stopNarratives
Map<org.onebusaway.gtfs.model.AgencyAndId,StopNarrative> _stopNarratives
-
_stopTimeNarrativesByTripIdAndStopTimeSequence
Map<org.onebusaway.gtfs.model.AgencyAndId,List<StopTimeNarrative>> _stopTimeNarrativesByTripIdAndStopTimeSequence
-
_tripNarratives
Map<org.onebusaway.gtfs.model.AgencyAndId,TripNarrative> _tripNarratives
-
-
-
Package org.onebusaway.transit_data_federation.impl.realtime
-
Class org.onebusaway.transit_data_federation.impl.realtime.BlockLocationRecordCollection extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockInstance
BlockInstance blockInstance
-
fromTime
long fromTime
-
measuredLastUpdateTime
long measuredLastUpdateTime
When we are running in simulator mode, we might be simulating a trip that occurred in the past, which makes pruning records based on the currnt time tricky. To deal with this, we record the measured time of the last updaate according to our local clock, as opposed to whatever the record indicated. -
records
SortedMap<Long,BlockLocationRecord> records
Vehicle location records at particular points in time. Key = unix time ms -
toTime
long toTime
-
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
-
-
-
Package org.onebusaway.transit_data_federation.impl.realtime.history
-
Class org.onebusaway.transit_data_federation.impl.realtime.history.ScheduleDeviationHistory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
scheduleDeviations
double[][] scheduleDeviations
-
scheduleTimes
double[] scheduleTimes
-
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
-
-
-
Package org.onebusaway.transit_data_federation.impl.reporting
-
Class org.onebusaway.transit_data_federation.impl.reporting.StopProblemReportRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
String code
-
data
String data
Deprecated. -
id
long id
-
status
EProblemReportStatus status
Custom Hibernate mapping so that the vehicle phase enum gets mapped to a string as opposed to an integer, allowing for safe expansion of the enum in the future and more legibility in the raw SQL. Additionally, the phase string can be a little shorter than the default length. -
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
-
time
long time
-
userComment
String userComment
-
userLat
Double userLat
-
userLocationAccuracy
Double userLocationAccuracy
-
userLon
Double userLon
-
-
Class org.onebusaway.transit_data_federation.impl.reporting.TripProblemReportRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
-
code
String code
-
data
String data
Deprecated. -
distanceAlongBlock
Double distanceAlongBlock
-
id
long id
-
label
String label
-
matchedVehicleId
org.onebusaway.gtfs.model.AgencyAndId matchedVehicleId
-
predicted
boolean predicted
-
scheduleDeviation
Double scheduleDeviation
-
serviceDate
long serviceDate
-
status
EProblemReportStatus status
Custom Hibernate mapping so that the vehicle phase enum gets mapped to a string as opposed to an integer, allowing for safe expansion of the enum in the future and more legibility in the raw SQL. Additionally, the phase string can be a little shorter than the default length. -
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
-
time
long time
-
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
-
userComment
String userComment
-
userLat
Double userLat
-
userLocationAccuracy
Double userLocationAccuracy
-
userLon
Double userLon
-
userOnVehicle
boolean userOnVehicle
-
userVehicleNumber
String userVehicleNumber
-
vehicleId
org.onebusaway.gtfs.model.AgencyAndId vehicleId
-
vehicleLat
Double vehicleLat
-
vehicleLon
Double vehicleLon
-
-
-
Package org.onebusaway.transit_data_federation.impl.transit_graph
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.AgencyEntryImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
String _id
-
_routeCollections
List<RouteCollectionEntry> _routeCollections
-
_stops
List<StopEntry> _stops
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.BlockConfigurationEntryImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accumulatedStopTimeIndices
int[] accumulatedStopTimeIndices
-
block
BlockEntry block
-
blockStopTimes
org.onebusaway.transit_data_federation.impl.transit_graph.BlockConfigurationEntryImpl.BlockStopTimeList blockStopTimes
-
frequencies
List<FrequencyEntry> frequencies
We make this one field non-final because it makes it easier to add Frequency information after the fact. -
serviceIds
ServiceIdActivation serviceIds
-
totalBlockDistance
double totalBlockDistance
-
tripIndices
int[] tripIndices
-
trips
List<BlockTripEntry> trips
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.BlockEntryImpl extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
_configurations
List<BlockConfigurationEntry> _configurations
-
_id
org.onebusaway.gtfs.model.AgencyAndId _id
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.BlockTripEntryImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
accumulatedSlackTime
int accumulatedSlackTime
-
accumulatedStopTimeIndex
short accumulatedStopTimeIndex
-
blockConfiguration
BlockConfigurationEntry blockConfiguration
-
distanceAlongBlock
double distanceAlongBlock
-
nextTrip
BlockTripEntry nextTrip
-
pattern
AbstractBlockTripIndex pattern
-
previousTrip
BlockTripEntry previousTrip
-
sequence
short sequence
-
trip
TripEntry trip
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.FrequencyEntryImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
endTime
int endTime
-
exactTimes
int exactTimes
-
headwaySecs
int headwaySecs
-
startTime
int startTime
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.RouteCollectionEntryImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_children
List<RouteEntry> _children
-
_id
org.onebusaway.gtfs.model.AgencyAndId _id
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.RouteEntryImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_id
org.onebusaway.gtfs.model.AgencyAndId _id
-
_parent
RouteCollectionEntry _parent
-
_trips
List<TripEntry> _trips
-
_type
int _type
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.StopEntryImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialization Support- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
_id
org.onebusaway.gtfs.model.AgencyAndId _id
-
_lat
double _lat
-
_lon
double _lon
-
_wheelchairBoarding
EAccessibility _wheelchairBoarding
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.StopTimeEntryImpl extends Object implements Serializable
- serialVersionUID:
- 8L
-
Serialized Fields
-
_accumulatedSlackTime
int _accumulatedSlackTime
-
_arrivalTime
int _arrivalTime
-
_departureTime
int _departureTime
-
_dropOffType
int _dropOffType
-
_gtfsSequence
int _gtfsSequence
-
_historicalOccupancy
OccupancyStatus _historicalOccupancy
-
_pickupType
int _pickupType
-
_sequence
int _sequence
-
_shapeDistTraveled
double _shapeDistTraveled
-
_shapePointIndex
int _shapePointIndex
-
_stop
StopEntryImpl _stop
-
_stopTimeId
int _stopTimeId
-
_totalStopsInTrip
int _totalStopsInTrip
-
_trip
TripEntryImpl _trip
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.TransitGraphImpl extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
_agencies
List<AgencyEntryImpl> _agencies
-
_blocks
List<BlockEntryImpl> _blocks
-
_routeCollections
List<RouteCollectionEntryImpl> _routeCollections
-
_routes
List<RouteEntryImpl> _routes
-
_stops
List<StopEntryImpl> _stops
-
_trips
List<TripEntryImpl> _trips
-
-
Class org.onebusaway.transit_data_federation.impl.transit_graph.TripEntryImpl extends Object implements Serializable
- serialVersionUID:
- 6L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialization- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
_block
BlockEntryImpl _block
-
_directionId
String _directionId
-
_frequencyLabel
FrequencyEntry _frequencyLabel
-
_id
org.onebusaway.gtfs.model.AgencyAndId _id
-
_route
RouteEntryImpl _route
-
_serviceId
org.onebusaway.gtfs.model.calendar.LocalizedServiceId _serviceId
-
_shapeId
org.onebusaway.gtfs.model.AgencyAndId _shapeId
-
_stopTimes
List<StopTimeEntry> _stopTimes
-
_totalTripDistance
double _totalTripDistance
-
-
-
Package org.onebusaway.transit_data_federation.model
-
Class org.onebusaway.transit_data_federation.model.ProjectedPoint extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
srid
int srid
-
x
double x
-
y
double y
-
-
Class org.onebusaway.transit_data_federation.model.ServiceDateAndId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
org.onebusaway.gtfs.model.AgencyAndId id
-
serviceDate
long serviceDate
-
-
Class org.onebusaway.transit_data_federation.model.ServiceDateSummary extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allServiceIds
Set<ServiceIdActivation> allServiceIds
-
serviceDates
List<org.onebusaway.gtfs.model.calendar.ServiceDate> serviceDates
-
-
Class org.onebusaway.transit_data_federation.model.ShapePoints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distTraveled
double[] distTraveled
-
lats
double[] lats
-
lons
double[] lons
-
shapeId
org.onebusaway.gtfs.model.AgencyAndId shapeId
-
-
Class org.onebusaway.transit_data_federation.model.StopSequence extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data_federation.model.StopSequenceCollection extends IdentityBean<StopSequenceCollectionKey> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
endLat
double endLat
-
endLocation
org.locationtech.jts.geom.Point endLocation
-
endLon
double endLon
-
id
StopSequenceCollectionKey id
-
publicId
String publicId
-
startLat
double startLat
-
startLocation
org.locationtech.jts.geom.Point startLocation
-
startLon
double startLon
-
stopSequences
List<StopSequence> stopSequences
-
-
Class org.onebusaway.transit_data_federation.model.StopSequenceCollectionKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
route
org.onebusaway.gtfs.model.Route route
-
-
Class org.onebusaway.transit_data_federation.model.TargetTime extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentTime
long currentTime
-
targetTime
long targetTime
-
-
-
Package org.onebusaway.transit_data_federation.model.bundle
-
Class org.onebusaway.transit_data_federation.model.bundle.BlockRunIndex extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
int blockId
-
routeKey
int routeKey
-
runId
int runId
-
-
Class org.onebusaway.transit_data_federation.model.bundle.BundleFileItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data_federation.model.bundle.BundleItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
applicableAgencyIds
List<String> applicableAgencyIds
-
created
org.joda.time.DateTime created
-
files
ArrayList<BundleFileItem> files
-
id
String id
-
name
String name
-
serviceDateFrom
org.onebusaway.gtfs.model.calendar.ServiceDate serviceDateFrom
-
serviceDateTo
org.onebusaway.gtfs.model.calendar.ServiceDate serviceDateTo
-
updated
org.joda.time.DateTime updated
-
-
Class org.onebusaway.transit_data_federation.model.bundle.HistoricalRidership extends Object implements Serializable
-
Serialized Fields
-
calendarType
HistoricalRidership.CalendarType calendarType
-
loadFactor
double loadFactor
-
routeId
org.onebusaway.gtfs.model.AgencyAndId routeId
-
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
-
tripId
org.onebusaway.gtfs.model.AgencyAndId tripId
-
-
-
-
Package org.onebusaway.transit_data_federation.model.narrative
-
Class org.onebusaway.transit_data_federation.model.narrative.AgencyNarrative extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
disclaimer
String disclaimer
-
email
String email
-
fareUrl
String fareUrl
-
lang
String lang
-
name
String name
-
phone
String phone
-
privateService
boolean privateService
If true, indicates the agency provides private service that is not available to the general public. -
timezone
String timezone
-
url
String url
-
-
Class org.onebusaway.transit_data_federation.model.narrative.RouteCollectionNarrative extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data_federation.model.narrative.StopNarrative extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.transit_data_federation.model.narrative.StopTimeNarrative extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data_federation.model.narrative.TripNarrative extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data_federation.services.blocks
-
Class org.onebusaway.transit_data_federation.services.blocks.BlockConfigurationReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
org.onebusaway.gtfs.model.AgencyAndId blockId
-
configurationIndex
int configurationIndex
-
-
Class org.onebusaway.transit_data_federation.services.blocks.BlockLayoverIndexData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_blockTripReferences
List<BlockTripReference> _blockTripReferences
-
_layoverIntervalBlock
LayoverIntervalBlock _layoverIntervalBlock
-
-
Class org.onebusaway.transit_data_federation.services.blocks.BlockTripIndexData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_blockTripReferences
List<BlockTripReference> _blockTripReferences
-
_serviceIntervalBlock
ServiceIntervalBlock _serviceIntervalBlock
-
-
Class org.onebusaway.transit_data_federation.services.blocks.BlockTripReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockConfigurationReference
BlockConfigurationReference blockConfigurationReference
-
tripIndex
int tripIndex
-
-
Class org.onebusaway.transit_data_federation.services.blocks.FrequencyBlockTripIndexData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_frequencies
List<FrequencyEntry> _frequencies
-
_serviceIntervalBlock
FrequencyServiceIntervalBlock _serviceIntervalBlock
-
_trips
List<BlockTripReference> _trips
-
-
Class org.onebusaway.transit_data_federation.services.blocks.FrequencyServiceIntervalBlock extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTimes
int[] endTimes
-
startTimes
int[] startTimes
-
-
Class org.onebusaway.transit_data_federation.services.blocks.LayoverIntervalBlock extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTimes
int[] endTimes
-
startTimes
int[] startTimes
-
-
Class org.onebusaway.transit_data_federation.services.blocks.ServiceIntervalBlock extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxArrivals
int[] maxArrivals
-
maxDepartures
int[] maxDepartures
-
minArrivals
int[] minArrivals
-
minDepartures
int[] minDepartures
-
-
-
Package org.onebusaway.transit_data_federation.services.transit_graph
-
Class org.onebusaway.transit_data_federation.services.transit_graph.ServiceIdActivation extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data.model
-
Class org.onebusaway.transit_data.model.AgencyBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.transit_data.model.AgencyWithCoverageBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agency
AgencyBean agency
-
lat
double lat
-
latSpan
double latSpan
-
lon
double lon
-
lonSpan
double lonSpan
-
-
Class org.onebusaway.transit_data.model.ApplicationBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.ArrivalAndDepartureBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 4L
-
Serialized Fields
-
arrivalEnabled
boolean arrivalEnabled
-
blockTripSequence
int blockTripSequence
-
departureEnabled
boolean departureEnabled
-
distanceFromStop
double distanceFromStop
-
frequency
FrequencyBean frequency
-
historicalOccupancy
OccupancyStatus historicalOccupancy
-
lastUpdateTime
Long lastUpdateTime
-
numberOfStopsAway
int numberOfStopsAway
-
occupancyStatus
OccupancyStatus occupancyStatus
-
predicted
boolean predicted
-
predictedArrivalInterval
TimeIntervalBean predictedArrivalInterval
-
predictedArrivalTime
long predictedArrivalTime
-
predictedDepartureInterval
TimeIntervalBean predictedDepartureInterval
-
predictedDepartureTime
long predictedDepartureTime
-
predictedOccupancy
OccupancyStatus predictedOccupancy
-
routeShortName
String routeShortName
-
scheduledArrivalInterval
TimeIntervalBean scheduledArrivalInterval
-
scheduledArrivalTime
long scheduledArrivalTime
-
scheduledDepartureInterval
TimeIntervalBean scheduledDepartureInterval
-
scheduledDepartureTime
long scheduledDepartureTime
-
scheduleDeviationHistogram
HistogramBean scheduleDeviationHistogram
-
serviceDate
long serviceDate
-
situations
List<ServiceAlertBean> situations
-
status
String status
-
stop
StopBean stop
-
stopSequence
int stopSequence
-
totalStopsInTrip
int totalStopsInTrip
-
trip
TripBean trip
-
tripHeadsign
String tripHeadsign
-
tripStatus
TripStatusBean tripStatus
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.transit_data.model.ArrivalAndDepartureForStopQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.ArrivalsAndDeparturesQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
CoordinateBounds bounds
-
frequencyMinutesAfter
int frequencyMinutesAfter
-
frequencyMinutesBefore
int frequencyMinutesBefore
-
includeInputIdsInNearby
boolean includeInputIdsInNearby
-
maxCount
int maxCount
-
minutesAfter
int minutesAfter
-
minutesBefore
int minutesBefore
-
routeType
int routeType
-
time
long time
-
-
Class org.onebusaway.transit_data.model.ConsolidatedStopMapBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
consolidatedStopId
org.onebusaway.gtfs.model.AgencyAndId consolidatedStopId
-
hiddenStopIds
List<org.onebusaway.gtfs.model.AgencyAndId> hiddenStopIds
-
-
Class org.onebusaway.transit_data.model.HistoricalOccupancyByStopQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.ListBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.NameBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.NearbyRoutesBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.PathBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_lat
double[] _lat
-
_lon
double[] _lon
-
-
Class org.onebusaway.transit_data.model.PolygonBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_lat
double[] _lat
-
_lon
double[] _lon
-
-
Class org.onebusaway.transit_data.model.RegisterAlarmQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alarmTimeOffset
int alarmTimeOffset
-
onArrival
boolean onArrival
-
url
String url
-
-
Class org.onebusaway.transit_data.model.RouteBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.transit_data.model.RouteGroupBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.RoutesAndStopsBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
routes
RoutesBean routes
-
stops
StopsBean stops
-
-
Class org.onebusaway.transit_data.model.RoutesBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.RouteScheduleBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencies
List<AgencyBean> agencies
-
outOfServiceBounds
boolean outOfServiceBounds
-
routeId
org.onebusaway.gtfs.model.AgencyAndId routeId
-
routes
List<RouteBean> routes
-
scheduleDate
org.onebusaway.gtfs.model.calendar.ServiceDate scheduleDate
-
serviceAlertBeans
List<ServiceAlertBean> serviceAlertBeans
-
serviceIds
List<org.onebusaway.gtfs.model.AgencyAndId> serviceIds
-
stops
List<StopBean> stops
-
stopTimes
List<StopTimeInstanceBeanExtendedWithStopId> stopTimes
-
stopTripDirections
List<StopsAndTripsForDirectionBean> stopTripDirections
-
trips
List<TripBean> trips
-
-
Class org.onebusaway.transit_data.model.SearchQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
CoordinateBounds bounds
-
maxCount
int maxCount
-
minScoreToKeep
double minScoreToKeep
-
query
String query
-
type
SearchQueryBean.EQueryType type
-
-
Class org.onebusaway.transit_data.model.ServicePatternBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopAreaBean extends StopBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.transit_data.model.StopCalendarDayBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
date
Date date
-
group
int group
-
-
Class org.onebusaway.transit_data.model.StopCalendarDaysBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
days
List<StopCalendarDayBean> days
-
timeZone
String timeZone
-
-
Class org.onebusaway.transit_data.model.StopGroupBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
id
String id
-
name
NameBean name
-
polylines
List<EncodedPolylineBean> polylines
-
stopIds
List<String> stopIds
-
subGroups
List<StopGroupBean> subGroups
-
-
Class org.onebusaway.transit_data.model.StopGroupingBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ordered
boolean ordered
-
stopGroups
List<StopGroupBean> stopGroups
-
type
String type
-
-
Class org.onebusaway.transit_data.model.StopRouteDirectionScheduleBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
frequencies
List<FrequencyInstanceBean> frequencies
-
groups
List<StopTimeGroupBean> groups
-
stopTimes
List<StopTimeInstanceBean> stopTimes
-
tripHeadsign
String tripHeadsign
-
-
Class org.onebusaway.transit_data.model.StopRouteScheduleBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
directions
List<StopRouteDirectionScheduleBean> directions
-
route
RouteBean route
-
-
Class org.onebusaway.transit_data.model.StopsAndTripsForDirectionBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopsBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopScheduleBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
calendarDays
StopCalendarDaysBean calendarDays
-
date
Date date
-
routes
List<StopRouteScheduleBean> routes
-
stop
StopBean stop
-
-
Class org.onebusaway.transit_data.model.StopSequenceBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopSequenceBlockBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopSequenceBlocksBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blocks
List<StopSequenceBlockBean> blocks
-
-
Class org.onebusaway.transit_data.model.StopsForRouteBean extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
polylines
List<EncodedPolylineBean> polylines
-
route
RouteBean route
-
stopGroupings
List<StopGroupingBean> stopGroupings
-
stops
List<StopBean> stops
-
-
Class org.onebusaway.transit_data.model.StopsWithArrivalsAndDeparturesBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrivalsAndDepartures
List<ArrivalAndDepartureBean> arrivalsAndDepartures
-
limitExceeded
boolean limitExceeded
-
nearbyStops
List<StopBean> nearbyStops
-
situations
List<ServiceAlertBean> situations
-
stops
List<StopBean> stops
-
timeZone
String timeZone
-
-
Class org.onebusaway.transit_data.model.StopTimeGroupBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.transit_data.model.StopTimeInstanceBean extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
Class org.onebusaway.transit_data.model.StopTimeInstanceBeanExtendedWithStopId extends StopTimeInstanceBean implements Serializable
-
Serialized Fields
-
stopId
org.onebusaway.gtfs.model.AgencyAndId stopId
-
-
-
Class org.onebusaway.transit_data.model.StopWithArrivalsAndDeparturesBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrivalsAndDepartures
List<ArrivalAndDepartureBean> arrivalsAndDepartures
-
nearbyStops
List<StopBean> nearbyStops
-
situations
List<ServiceAlertBean> situations
-
stop
StopBean stop
-
-
Class org.onebusaway.transit_data.model.StopWithRoutesBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.StopWithScheduledArrivalsBean extends ApplicationBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_arrivals
List<ArrivalAndDepartureBean> _arrivals
-
_stop
StopAreaBean _stop
-
-
Class org.onebusaway.transit_data.model.TimeIntervalBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
from
long from
-
to
long to
-
-
Class org.onebusaway.transit_data.model.TripStopTimeBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class org.onebusaway.transit_data.model.TripStopTimesBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frequency
FrequencyBean frequency
-
nextTrip
TripBean nextTrip
-
previousTrip
TripBean previousTrip
-
stopTimes
List<TripStopTimeBean> stopTimes
-
timeZone
String timeZone
-
-
Class org.onebusaway.transit_data.model.VehicleStatusBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
allRecords
List<VehicleLocationRecordBean> allRecords
-
lastLocationUpdateTime
long lastLocationUpdateTime
-
lastUpdateTime
long lastUpdateTime
-
location
CoordinatePoint location
-
occupancyCapacity
Integer occupancyCapacity
-
occupancyCount
Integer occupancyCount
-
occupancyStatus
OccupancyStatus occupancyStatus
-
phase
String phase
-
status
String status
-
trip
TripBean trip
-
tripStatus
TripStatusBean tripStatus
-
vehicleId
String vehicleId
-
-
-
Package org.onebusaway.transit_data.model.blocks
-
Class org.onebusaway.transit_data.model.blocks.BlockBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
configurations
List<BlockConfigurationBean> configurations
-
id
String id
-
-
Class org.onebusaway.transit_data.model.blocks.BlockConfigurationBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.blocks.BlockInstanceBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockConfiguration
BlockConfigurationBean blockConfiguration
-
blockId
String blockId
-
serviceDate
long serviceDate
-
-
Class org.onebusaway.transit_data.model.blocks.BlockStatusBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activeTrip
BlockTripBean activeTrip
-
block
BlockBean block
-
closestStop
StopBean closestStop
-
closestStopTimeOffset
int closestStopTimeOffset
In seconds -
distanceAlongBlock
double distanceAlongBlock
-
inService
boolean inService
These are fields that we can supply from schedule data, but also update from real-time data when available -
lastUpdateTime
long lastUpdateTime
-
location
CoordinatePoint location
-
predicted
boolean predicted
These are fields that we can supply only from real-time data -
scheduledDistanceAlongBlock
double scheduledDistanceAlongBlock
-
scheduleDeviation
double scheduleDeviation
-
serviceDate
long serviceDate
These are fields that we can supply from schedule data -
status
String status
-
totalDistanceAlongBlock
double totalDistanceAlongBlock
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.transit_data.model.blocks.BlockStopTimeBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accumulatedSlackTime
double accumulatedSlackTime
-
blockSequence
int blockSequence
-
distanceAlongBlock
double distanceAlongBlock
-
stopTime
StopTimeBean stopTime
-
-
Class org.onebusaway.transit_data.model.blocks.BlockTripBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accumulatedSlackTime
int accumulatedSlackTime
-
blockStopTimes
List<BlockStopTimeBean> blockStopTimes
-
distanceAlongBlock
double distanceAlongBlock
-
trip
TripBean trip
-
-
Class org.onebusaway.transit_data.model.blocks.ScheduledBlockLocationBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activeTrip
BlockTripBean activeTrip
-
distanceAlongBlock
double distanceAlongBlock
-
inService
boolean inService
-
location
CoordinatePoint location
-
scheduledTime
int scheduledTime
-
stopTimeIndex
int stopTimeIndex
-
-
-
Package org.onebusaway.transit_data.model.config
-
Package org.onebusaway.transit_data.model.oba
-
Class org.onebusaway.transit_data.model.oba.RunData extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data.model.problems
-
Class org.onebusaway.transit_data.model.problems.StopProblemReportBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
String code
-
data
String data
Deprecated.seeStopProblemReportBean.code
instead -
id
long id
-
status
EProblemReportStatus status
-
stop
StopBean stop
-
stopId
String stopId
-
time
long time
-
userComment
String userComment
-
userLat
double userLat
-
userLocationAccuracy
double userLocationAccuracy
-
userLon
double userLon
-
-
Class org.onebusaway.transit_data.model.problems.StopProblemReportQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
status
EProblemReportStatus status
-
timeFrom
long timeFrom
-
timeTo
long timeTo
-
-
Class org.onebusaway.transit_data.model.problems.StopProblemReportSummaryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
-
status
EProblemReportStatus status
-
stop
StopBean stop
-
-
Class org.onebusaway.transit_data.model.problems.TripProblemReportBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
String code
A string code identifying the type of problem. There is flexibility here, but for a list of known codes, see -
data
String data
Deprecated. -
distanceAlongBlock
Double distanceAlongBlock
-
id
long id
-
label
String label
-
predicted
boolean predicted
-
scheduleDeviation
Double scheduleDeviation
-
serviceDate
long serviceDate
-
status
EProblemReportStatus status
-
stop
StopBean stop
-
stopId
String stopId
-
stopTime
StopTimeInstanceBean stopTime
-
time
long time
-
trip
TripBean trip
-
tripId
String tripId
-
userComment
String userComment
-
userLat
Double userLat
-
userLocationAccuracy
Double userLocationAccuracy
-
userLon
Double userLon
-
userOnVehicle
boolean userOnVehicle
-
userVehicleNumber
String userVehicleNumber
-
vehicleId
String vehicleId
-
vehicleLat
Double vehicleLat
-
vehicleLon
Double vehicleLon
-
-
Class org.onebusaway.transit_data.model.problems.TripProblemReportQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
label
String label
-
status
EProblemReportStatus status
-
timeFrom
long timeFrom
-
timeTo
long timeTo
-
tripId
String tripId
-
-
Class org.onebusaway.transit_data.model.problems.TripProblemReportSummaryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
-
label
String label
-
status
EProblemReportStatus status
-
trip
TripBean trip
-
-
-
Package org.onebusaway.transit_data.model.realtime
-
Class org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
debug
String debug
-
probability
double probability
-
tripStatus
TripStatusBean tripStatus
-
-
Class org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
String blockId
These are optional, but used to quickly narrow down an estimate if given -
minProbability
double minProbability
-
mostRecentLocation
CoordinatePoint mostRecentLocation
-
records
List<CurrentVehicleEstimateQueryBean.Record> records
-
serviceDate
long serviceDate
-
time
long time
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateQueryBean.Record extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accuracy
double accuracy
-
location
CoordinatePoint location
-
timestamp
long timestamp
-
-
Class org.onebusaway.transit_data.model.realtime.HistogramBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
counts
int[] counts
-
labels
String[] labels
-
values
double[] values
-
-
Class org.onebusaway.transit_data.model.realtime.VehicleLocationRecordBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blockId
String blockId
-
currentLocation
CoordinatePoint currentLocation
-
currentOrientation
double currentOrientation
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South -
distanceAlongBlock
double distanceAlongBlock
-
phase
String phase
-
scheduleDeviation
double scheduleDeviation
schedule deviation, in seconds, (+deviation is late, -deviation is early) -
serviceDate
long serviceDate
-
status
String status
-
timeOfLocationUpdate
long timeOfLocationUpdate
-
timeOfRecord
long timeOfRecord
-
tripId
String tripId
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.transit_data.model.realtime.VehicleLocationRecordQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.transit_data.model.schedule
-
Class org.onebusaway.transit_data.model.schedule.FrequencyBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTime
long endTime
-
exactTimes
int exactTimes
-
headway
int headway
-
startTime
long startTime
-
-
Class org.onebusaway.transit_data.model.schedule.FrequencyInstanceBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.schedule.StopTimeBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arrivalTime
int arrivalTime
-
departureTime
int departureTime
-
dropOffType
int dropOffType
-
pickupType
int pickupType
-
stop
StopBean stop
-
-
-
Package org.onebusaway.transit_data.model.service_alerts
-
Class org.onebusaway.transit_data.model.service_alerts.DefaultedTextBean extends NaturalLanguageStringBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
overridden
Boolean overridden
-
-
Class org.onebusaway.transit_data.model.service_alerts.NaturalLanguageStringBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.service_alerts.ServiceAlertBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activeWindows
List<TimeRangeBean> activeWindows
-
allAffects
List<SituationAffectsBean> allAffects
-
consequences
List<SituationConsequenceBean> consequences
-
creationTime
long creationTime
-
descriptions
List<NaturalLanguageStringBean> descriptions
-
id
String id
-
publicationWindows
List<TimeRangeBean> publicationWindows
-
reason
String reason
-
severity
ESeverity severity
-
source
String source
-
summaries
List<NaturalLanguageStringBean> summaries
-
urls
List<NaturalLanguageStringBean> urls
-
-
Class org.onebusaway.transit_data.model.service_alerts.ServiceAlertRecordBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_isCopy
Boolean _isCopy
-
_serviceAlertBean
ServiceAlertBean _serviceAlertBean
-
-
Class org.onebusaway.transit_data.model.service_alerts.SituationAffectsBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
agencyPartRouteId
String agencyPartRouteId
-
agencyPartStopId
String agencyPartStopId
-
applicationId
String applicationId
-
directionId
String directionId
-
routeId
String routeId
-
routePartRouteId
String routePartRouteId
-
stopId
String stopId
-
stopPartStopId
String stopPartStopId
-
tripId
String tripId
-
-
Class org.onebusaway.transit_data.model.service_alerts.SituationConsequenceBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.service_alerts.SituationQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
affects
List<SituationQueryBean.AffectsBean> affects
-
time
long time
-
-
Class org.onebusaway.transit_data.model.service_alerts.SituationQueryBean.AffectsBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.transit_data.model.service_alerts.TimeRangeBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
from
long from
-
to
long to
-
-
-
Package org.onebusaway.transit_data.model.trips
-
Class org.onebusaway.transit_data.model.trips.AbstractTripsQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inclusion
TripDetailsInclusionBean inclusion
-
maxCount
int maxCount
-
time
long time
-
-
Class org.onebusaway.transit_data.model.trips.TimepointPredictionBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
scheduleRelationship
TimepointPredictionBean.ScheduleRelationship scheduleRelationship
-
stopSequence
int stopSequence
-
timepointId
String timepointId
-
timepointPredictedArrivalTime
long timepointPredictedArrivalTime
-
timepointPredictedDepartureTime
long timepointPredictedDepartureTime
-
timepointScheduledTime
long timepointScheduledTime
-
tripId
String tripId
-
-
Class org.onebusaway.transit_data.model.trips.TripBean extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
Class org.onebusaway.transit_data.model.trips.TripDetailsBean extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
frequency
FrequencyBean frequency
-
schedule
TripStopTimesBean schedule
-
serviceDate
long serviceDate
-
situations
List<ServiceAlertBean> situations
-
status
TripStatusBean status
-
trip
TripBean trip
-
tripId
String tripId
-
-
Class org.onebusaway.transit_data.model.trips.TripDetailsInclusionBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
includeTripBean
boolean includeTripBean
-
includeTripSchedule
boolean includeTripSchedule
-
includeTripStatus
boolean includeTripStatus
-
-
Class org.onebusaway.transit_data.model.trips.TripDetailsQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inclusion
TripDetailsInclusionBean inclusion
-
serviceDate
long serviceDate
-
time
long time
-
tripId
String tripId
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.transit_data.model.trips.TripForVehicleQueryBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inclusion
TripDetailsInclusionBean inclusion
-
time
Date time
-
vehicleId
String vehicleId
-
-
Class org.onebusaway.transit_data.model.trips.TripsForAgencyQueryBean extends AbstractTripsQueryBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyId
String agencyId
-
-
Class org.onebusaway.transit_data.model.trips.TripsForBoundsQueryBean extends AbstractTripsQueryBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bounds
CoordinateBounds bounds
-
-
Class org.onebusaway.transit_data.model.trips.TripsForRouteQueryBean extends AbstractTripsQueryBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
routeId
String routeId
-
-
Class org.onebusaway.transit_data.model.trips.TripStatusBean extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
activeTrip
TripBean activeTrip
These are fields that we can supply from schedule data -
blockTripSequence
int blockTripSequence
-
closestStop
StopBean closestStop
-
closestStopTimeOffset
int closestStopTimeOffset
-
distanceAlongTrip
double distanceAlongTrip
-
frequency
FrequencyBean frequency
-
lastKnownDistanceAlongTrip
double lastKnownDistanceAlongTrip
-
lastKnownLocation
CoordinatePoint lastKnownLocation
-
lastKnownOrientation
double lastKnownOrientation
-
lastLocationUpdateTime
long lastLocationUpdateTime
-
lastUpdateTime
long lastUpdateTime
-
location
CoordinatePoint location
-
nextStop
StopBean nextStop
-
nextStopDistanceFromVehicle
double nextStopDistanceFromVehicle
-
nextStopTimeOffset
int nextStopTimeOffset
-
occupancyStatus
String occupancyStatus
-
orientation
double orientation
-
phase
String phase
These are fields that we can supply from schedule data, but also update from real-time data when available -
predicted
boolean predicted
These are fields that we can supply only from real-time data -
previousStop
StopBean previousStop
-
previousStopDistanceFromVehicle
double previousStopDistanceFromVehicle
-
previousStopTimeOffset
int previousStopTimeOffset
-
scheduledDistanceAlongTrip
double scheduledDistanceAlongTrip
-
scheduleDeviation
double scheduleDeviation
-
serviceDate
long serviceDate
-
situations
List<ServiceAlertBean> situations
-
status
String status
-
timepointPredictions
List<TimepointPredictionBean> timepointPredictions
-
totalDistanceAlongTrip
double totalDistanceAlongTrip
-
vehicleId
String vehicleId
-
vehicleType
String vehicleType
-
-
-
Package org.onebusaway.twilio.actions
-
Class org.onebusaway.twilio.actions.ContactAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.FindYourStopAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.HelpAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.IndexAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.MessageAndBackAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.RegistrationAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_code
String _code
-
_currentUserService
CurrentUserService _currentUserService
-
-
-
Class org.onebusaway.twilio.actions.RegistrationHandleAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_code
String _code
-
_currentUserService
CurrentUserService _currentUserService
-
-
-
Class org.onebusaway.twilio.actions.TwilioEntryAction extends TwilioSupport implements Serializable
-
Class org.onebusaway.twilio.actions.TwilioSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable
-
Serialized Fields
-
_currentUser
UserBean _currentUser
-
_currentUserService
CurrentUserService _currentUserService
-
_message
StringBuffer _message
-
_parameters
Map<String,String[]> _parameters
-
_serviceAreaService
ServiceAreaService _serviceAreaService
-
_textProvider
com.opensymphony.xwork2.LocalizedTextProvider _textProvider
-
_transitDataService
TransitDataService _transitDataService
-
sessionMap
Map sessionMap
-
-
-
Class org.onebusaway.twilio.actions.WelcomeAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
sessionMap
Map sessionMap
-
-
-
Package org.onebusaway.twilio.actions.bookmarks
-
Class org.onebusaway.twilio.actions.bookmarks.AbstractBookmarkAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
-
_bookmarks
List<BookmarkWithStopsBean> _bookmarks
-
_destinationPronunciation
TextModification _destinationPronunciation
-
_index
int _index
-
_isValidSelection
boolean _isValidSelection
-
_routeIds
Set<String> _routeIds
-
_stopIds
List<String> _stopIds
-
-
-
Class org.onebusaway.twilio.actions.bookmarks.BookmarkStopAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_bookmarkPresentationService
BookmarkPresentationService _bookmarkPresentationService
-
_stopIds
List<String> _stopIds
-
_stops
List<StopBean> _stops
-
-
-
Class org.onebusaway.twilio.actions.bookmarks.DeleteBookmarkAction extends AbstractBookmarkAction implements Serializable
-
Serialized Fields
-
_index
int _index
-
-
-
Class org.onebusaway.twilio.actions.bookmarks.IndexAction extends AbstractBookmarkAction implements Serializable
-
Class org.onebusaway.twilio.actions.bookmarks.ManageAction extends AbstractBookmarkAction implements Serializable
-
-
Package org.onebusaway.twilio.actions.search
-
Class org.onebusaway.twilio.actions.search.AbstractNavigationAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_destinationPronunciation
TextModification _destinationPronunciation
-
_navigation
NavigationBean _navigation
-
index
int index
-
sessionMap
Map sessionMap
-
-
-
Class org.onebusaway.twilio.actions.search.DirectionsForRouteAction extends AbstractNavigationAction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_route
RouteBean _route
-
_stopSelectionService
StopSelectionService _stopSelectionService
-
-
Class org.onebusaway.twilio.actions.search.IndexAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.search.MultipleRoutesFoundAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_navigation
NavigationBean _navigation
-
_route
RouteBean _route
-
_routeNumberPronunciation
TextModification _routeNumberPronunciation
-
_stopSelectionService
StopSelectionService _stopSelectionService
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.search.NavigateDownAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_navigation
NavigationBean _navigation
-
_stop
StopBean _stop
-
_stopIds
List<String> _stopIds
-
_stopSelectionService
StopSelectionService _stopSelectionService
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.search.NavigateToAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_navigation
NavigationBean _navigation
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.search.NavigationBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentIndex
int _currentIndex
-
_names
List<NameBean> _names
-
_route
RouteBean _route
-
_selection
StopSelectionBean _selection
-
_selectionIndices
List<Integer> _selectionIndices
-
_stopsForRoute
StopsForRouteBean _stopsForRoute
-
-
Class org.onebusaway.twilio.actions.search.RouteForNameAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.search.StopFoundAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_destinationPronunciation
TextModification _destinationPronunciation
-
_directionPronunciation
TextModification _directionPronunciation
-
_stopIds
List<String> _stopIds
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.search.StopsForRouteAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_navigation
NavigationBean _navigation
-
_route
RouteBean _route
-
_stop
StopBean _stop
-
_stopSelectionService
StopSelectionService _stopSelectionService
-
sessionMap
Map sessionMap
-
-
Class org.onebusaway.twilio.actions.search.StopsForRouteNavigationAction extends AbstractNavigationAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.twilio.actions.stops
-
Class org.onebusaway.twilio.actions.stops.ArrivalsAndDeparturesAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_destinationPronunciation
TextModification _destinationPronunciation
-
_routeNumberPronunciation
TextModification _routeNumberPronunciation
-
_stops
List<StopBean> _stops
-
-
-
Class org.onebusaway.twilio.actions.stops.ArrivalsAndDeparturesForStopIdAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_model
PhoneArrivalsAndDeparturesModel _model
-
-
-
Class org.onebusaway.twilio.actions.stops.IndexAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.stops.MostRecentStopAction extends TwilioSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.twilio.actions.stops.MultipleStopsFoundAction extends TwilioSupport implements Serializable
-
Serialized Fields
-
_destinationPronunciation
TextModification _destinationPronunciation
-
_stopIds
List<String> _stopIds
-
-
-
Class org.onebusaway.twilio.actions.stops.StopForCodeAction extends TwilioSupport implements Serializable
-
-
Package org.onebusaway.twilio.impl
-
Class org.onebusaway.twilio.impl.TwilioInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable
-
Serialized Fields
-
_phoneNumberParameterName
String _phoneNumberParameterName
-
_sessionManager
SessionManager _sessionManager
-
-
-
-
Package org.onebusaway.users.client.model
-
Class org.onebusaway.users.client.model.BookmarkBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
name
String name
-
routeFilter
RouteFilterBean routeFilter
-
stopIds
List<String> stopIds
-
-
Class org.onebusaway.users.client.model.RouteFilterBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.client.model.UserBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
admin
boolean admin
-
anonymous
boolean anonymous
-
bookmarks
List<BookmarkBean> bookmarks
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
defaultLocation
boolean defaultLocation
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
disabled
boolean disabled
-
indices
List<UserIndexBean> indices
-
lastSelectedStopIds
List<String> lastSelectedStopIds
-
minApiRequestInterval
Long minApiRequestInterval
-
readServiceAlerts
Map<String,Long> readServiceAlerts
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
-
userId
String userId
-
-
Class org.onebusaway.users.client.model.UserIndexBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.users.impl
-
Class org.onebusaway.users.impl.IndexedUserDetailsImpl extends org.springframework.security.core.userdetails.User implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_userIndexKey
UserIndexKey _userIndexKey
-
-
-
Package org.onebusaway.users.impl.authentication
-
Class org.onebusaway.users.impl.authentication.DefaultUserAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_credentials
String _credentials
-
-
Class org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_mode
String _mode
-
-
Class org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.impl.authentication.SaltedUsernamePasswordAuthenticationToken extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken implements Serializable
-
Serialized Fields
-
credentials
Object credentials
-
principal
Object principal
-
userService
CurrentUserService userService
-
-
-
-
Package org.onebusaway.users.model
-
Class org.onebusaway.users.model.User extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.model.UserIndex extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
credentials
String credentials
Credentials encapsulate some secret specific to a UserIndex. For most of the indices, it's just a randomly generated string that is generated when a UserIndex is created so that it can be used in RememberMe cookie generation to keep you from being able to generate a RememberMe cookie using known information. However, for a username + password situation, it could also be the password of some form. -
id
UserIndexKey id
-
user
User user
-
-
Class org.onebusaway.users.model.UserIndexKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.model.UserPropertiesV1 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarkedStopIds
List<String> bookmarkedStopIds
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
lastSelectedStopId
String lastSelectedStopId
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
Class org.onebusaway.users.model.UserRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package org.onebusaway.users.model.properties
-
Class org.onebusaway.users.model.properties.Bookmark extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
name
String name
-
routeFilter
RouteFilter routeFilter
-
stopIds
List<String> stopIds
-
-
Class org.onebusaway.users.model.properties.RouteFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.model.properties.UserPropertiesV2 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarks
List<Bookmark> bookmarks
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
minApiRequestInterval
Long minApiRequestInterval
-
readSituationIdsWithReadTime
Map<String,Long> readSituationIdsWithReadTime
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
Class org.onebusaway.users.model.properties.UserPropertiesV3 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarks
List<Bookmark> bookmarks
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
minApiRequestInterval
Long minApiRequestInterval
-
readSituationIdsWithReadTime
Map<String,Long> readSituationIdsWithReadTime
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
Class org.onebusaway.users.model.properties.UserPropertiesV4 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarks
List<Bookmark> bookmarks
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
disabled
boolean disabled
-
minApiRequestInterval
Long minApiRequestInterval
-
readSituationIdsWithReadTime
Map<String,Long> readSituationIdsWithReadTime
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
-
Package org.onebusaway.users.services
-
Class org.onebusaway.users.services.BookmarkException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.services.BookmarksAtCapacityException extends BookmarkException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.services.LocationAlreadyBookmarkedException extends BookmarkException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.users.services.internal
-
Class org.onebusaway.users.services.internal.UserRegistration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
registrationCode
String registrationCode
-
userId
int userId
-
-
-
Package org.onebusaway.utility.collections
-
Class org.onebusaway.utility.collections.Indexed extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_value
T _value
-
-
-
Package org.onebusaway.watchdog.model
-
Package org.onebusaway.webapp.actions
-
Class org.onebusaway.webapp.actions.ForgotPasswordAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_mailSender
org.springframework.mail.javamail.JavaMailSender _mailSender
-
_passwordService
TemporaryPasswordService _passwordService
-
configService
ConfigurationService configService
-
username
String username
-
-
Class org.onebusaway.webapp.actions.LoginAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_failure
boolean _failure
-
_forbidden
boolean _forbidden
-
-
Class org.onebusaway.webapp.actions.OneBusAwayNYCAdminActionSupport extends NextActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_accessControlService
AccessControlService _accessControlService
-
_configurationServiceClient
ConfigurationServiceClient _configurationServiceClient
-
currentUserService
CurrentUserService currentUserService
-
time
Date time
-
-
Class org.onebusaway.webapp.actions.ResourceAction extends ResourceAction implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.webapp.actions.admin
-
Class org.onebusaway.webapp.actions.admin.BarcodeAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
barCodeService
BarcodeService barCodeService
-
batchEdgeDimension
int batchEdgeDimension
-
busStopId
int busStopId
-
edgeDimension
int edgeDimension
-
qrBatchStream
InputStream qrBatchStream
-
qrResourceUrl
String qrResourceUrl
-
stopIdCsvFile
File stopIdCsvFile
-
-
Class org.onebusaway.webapp.actions.admin.DeployConfigAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.webapp.actions.admin.IndexAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
_temporaryPasswordService
TemporaryPasswordService _temporaryPasswordService
-
-
Class org.onebusaway.webapp.actions.admin.ParametersAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parametersResponse
ParametersResponse parametersResponse
-
parametersService
ParametersService parametersService
-
params
String[] params
-
-
Class org.onebusaway.webapp.actions.admin.ReportsAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationServiceClient
ConfigurationServiceClient _configurationServiceClient
-
-
-
Package org.onebusaway.webapp.actions.admin.agencymetadata
-
Class org.onebusaway.webapp.actions.admin.agencymetadata.AgencyMetadataAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadata
List<AgencyMetadata> _agencyMetadata
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
-
Class org.onebusaway.webapp.actions.admin.agencymetadata.AgencyMetadataEditAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyMetadataId
String _agencyMetadataId
-
_agencyMetadataService
AgencyMetadataService _agencyMetadataService
-
_model
AgencyMetadata _model
-
_newAgencyMetadata
boolean _newAgencyMetadata
-
-
-
Package org.onebusaway.webapp.actions.admin.apikeymanagement
-
Class org.onebusaway.webapp.actions.admin.apikeymanagement.ApiKeyAction extends NextActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
key
String key
-
minApiReqInt
Long minApiReqInt
-
userPropertiesService
UserPropertiesService userPropertiesService
-
userService
UserService userService
-
-
Class org.onebusaway.webapp.actions.admin.apikeymanagement.ListApiKeysAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
apiKeysUserBeansList
List<UserBean> apiKeysUserBeansList
-
keysPerPage
int keysPerPage
-
numberOfPages
int numberOfPages
-
thisPage
int thisPage
-
userService
UserService userService
-
-
-
-
Package org.onebusaway.webapp.actions.admin.bundlereports
-
Class org.onebusaway.webapp.actions.admin.bundlereports.BundleReportsAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
existingBuildList
SortedMap<String,String> existingBuildList
-
fileService
FileService fileService
-
gtfsArchiveService
GtfsArchiveService gtfsArchiveService
-
selectedBundleName
String selectedBundleName
-
useArchivedGtfs
boolean useArchivedGtfs
-
-
-
Package org.onebusaway.webapp.actions.admin.bundles
-
Class org.onebusaway.webapp.actions.admin.bundles.CompareBundlesAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationServiceClient
ConfigurationServiceClient _configurationServiceClient
-
_fixedRouteParserService
FixedRouteParserService _fixedRouteParserService
-
_gtfsArchiveService
GtfsArchiveService _gtfsArchiveService
-
buildName
String buildName
-
buildName2
String buildName2
-
combinedDiffs
Map<String,List> combinedDiffs
-
dataset_1_build_id
int dataset_1_build_id
-
dataset_2_build_id
int dataset_2_build_id
-
datasetName
String datasetName
-
datasetName2
String datasetName2
-
diffResult
List<String> diffResult
-
diffService
DiffService diffService
-
fileService
FileService fileService
-
useArchived
boolean useArchived
-
-
Class org.onebusaway.webapp.actions.admin.bundles.ManageBundlesAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundleBuildResponse
BundleBuildResponse bundleBuildResponse
-
bundleDirectory
String bundleDirectory
-
bundleInfo
BundleInfo bundleInfo
-
bundleRequestService
BundleRequestService bundleRequestService
-
bundleResponse
BundleResponse bundleResponse
-
comments
String comments
-
configService
ConfigurationService configService
-
destDirectoryName
String destDirectoryName
-
directoryName
String directoryName
-
directoryStatus
DirectoryStatus directoryStatus
-
downloadDataSet
String downloadDataSet
-
downloadFilename
String downloadFilename
-
downloadInputStream
InputStream downloadInputStream
-
environment
String environment
-
existingBuildList
SortedMap<String,String> existingBuildList
-
fileList
List<String> fileList
-
fileService
FileService fileService
-
gtfsArchiveService
GtfsArchiveService gtfsArchiveService
-
id
String id
-
productionTarget
boolean productionTarget
-
s3Path
String s3Path
-
selectedBundleName
String selectedBundleName
-
stagingDeployedBundleName
String stagingDeployedBundleName
-
stagingDeployedDataset
String stagingDeployedDataset
-
useArchivedGtfs
boolean useArchivedGtfs
-
-
Class org.onebusaway.webapp.actions.admin.bundles.SyncBundleAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
environment
String environment
-
-
Class org.onebusaway.webapp.actions.admin.bundles.UploadGtfsAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
agencyDataSource
String agencyDataSource
-
agencyDataSourceType
String agencyDataSourceType
-
agencyId
String agencyId
-
agencyProtocol
String agencyProtocol
-
agencySourceFile
File agencySourceFile
-
agencySourceFileContentType
String agencySourceFileContentType
-
agencySourceFileFileName
String agencySourceFileFileName
-
bundleInfo
BundleInfo bundleInfo
-
cleanDir
boolean cleanDir
-
directoryName
String directoryName
-
fileService
FileService fileService
-
-
Class org.onebusaway.webapp.actions.admin.bundles.ValidateBundleAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_buildBundleQueriesService
BuildBundleQueriesService _buildBundleQueriesService
-
_bundleCheckParserService
BundleCheckParserService _bundleCheckParserService
-
_configurationServiceClient
ConfigurationServiceClient _configurationServiceClient
-
bundleValidationResults
List<BundleValidationCheckResult> bundleValidationResults
-
checkEnvironment
String checkEnvironment
-
csvDataFile
File csvDataFile
-
csvFile
String csvFile
-
wikiUrl
String wikiUrl
-
-
-
Package org.onebusaway.webapp.actions.admin.servicealerts
-
Class org.onebusaway.webapp.actions.admin.servicealerts.ServiceAlertAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencyId
String _agencyId
-
_alertId
String _alertId
-
_alerts
ConsoleServiceAlertsService _alerts
-
_endDate
Date _endDate
-
_endTime
String _endTime
-
_favorite
boolean _favorite
-
_fromFavorite
boolean _fromFavorite
-
_model
ServiceAlertBean _model
-
_newServiceAlert
boolean _newServiceAlert
-
_raw
String _raw
-
_startDate
Date _startDate
-
_startTime
String _startTime
-
addToFavorites
boolean addToFavorites
-
cancel
boolean cancel
-
link
String link
-
submit
boolean submit
-
-
Class org.onebusaway.webapp.actions.admin.servicealerts.ServiceAlertAffectsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_alerts
ConsoleServiceAlertsService _alerts
-
_id
String _id
-
_index
int _index
-
_model
SituationAffectsBean _model
-
_transitDataService
TransitDataService _transitDataService
-
agencies
Set<String> agencies
-
-
Class org.onebusaway.webapp.actions.admin.servicealerts.ServiceAlertEditAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
_agencies
List<AgencyWithCoverageBean> _agencies
-
_agencyId
String _agencyId
-
_alertId
String _alertId
-
_alerts
ConsoleServiceAlertsService _alerts
-
_endDate
Date _endDate
-
_endTime
String _endTime
-
_favorite
boolean _favorite
-
_fromFavorite
boolean _fromFavorite
-
_model
ServiceAlertBean _model
-
_newServiceAlert
boolean _newServiceAlert
-
_notificationService
NotificationService _notificationService
-
_situationTemplatesByAgency
List<ServiceAlertBean> _situationTemplatesByAgency
-
_startDate
Date _startDate
-
_startTime
String _startTime
-
_transitDataService
TransitDataService _transitDataService
-
_twitterResult
String _twitterResult
-
-
-
Class org.onebusaway.webapp.actions.admin.servicealerts.ServiceAlertsAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_agencies
List<AgencyWithCoverageBean> _agencies
-
_agencyId
String _agencyId
-
_alertId
String _alertId
-
_alerts
ConsoleServiceAlertsService _alerts
-
_situations
List<ServiceAlertBean> _situations
-
_situationsByAgency
List<ServiceAlertRecordBean>[] _situationsByAgency
-
_transitDataService
TransitDataService _transitDataService
-
clear
boolean clear
-
description
String description
-
owningAgency
String owningAgency
-
reason
String reason
-
severity
String severity
-
submit
boolean submit
-
summary
String summary
-
-
-
Package org.onebusaway.webapp.actions.admin.usermanagement
-
Class org.onebusaway.webapp.actions.admin.usermanagement.ListInactiveUsersAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
userDetailsList
List<UserDetail> userDetailsList
-
userManagementService
UserManagementService userManagementService
-
-
-
Class org.onebusaway.webapp.actions.admin.usermanagement.ListUsersAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
numberOfPages
int numberOfPages
-
thisPage
int thisPage
-
userDetailsList
List<UserDetail> userDetailsList
-
userManagementService
UserManagementService userManagementService
-
usersPerPage
int usersPerPage
-
-
-
Class org.onebusaway.webapp.actions.admin.usermanagement.ManageUsersAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gsonTool
JsonTool gsonTool
-
updateUserMessage
String updateUserMessage
-
userData
String userData
-
userManagementService
UserManagementService userManagementService
-
username
String username
-
-
Class org.onebusaway.webapp.actions.admin.usermanagement.RegisterUserAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
admin
boolean admin
-
password
String password
-
role
String role
-
userManagementService
UserManagementService userManagementService
-
username
String username
-
-
Class org.onebusaway.webapp.actions.admin.usermanagement.UpdatePasswordAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_currentUserService
CurrentUserService _currentUserService
-
_temporaryPasswordService
TemporaryPasswordService _temporaryPasswordService
-
_userManagementService
UserManagementService _userManagementService
-
confirmPassword
String confirmPassword
-
newPassword
String newPassword
-
-
Class org.onebusaway.webapp.actions.admin.usermanagement.UsersByRoleAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
userDetailsList
List<UserDetail> userDetailsList
-
userManagementService
UserManagementService userManagementService
-
-
-
-
Package org.onebusaway.webapp.actions.admin.vehicleblockassignment
-
Class org.onebusaway.webapp.actions.admin.vehicleblockassignment.VehicleBlockAssignmentAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
-
Serialized Fields
-
_activeVehicleIds
Set<String> _activeVehicleIds
-
_model
List<BlockSummary> _model
-
blockId
String blockId
-
vehicleAssignmentService
VehicleAssignmentService vehicleAssignmentService
-
vehicleId
String vehicleId
-
-
-
-
Package org.onebusaway.webapp.actions.admin.vehiclepredictions
-
Class org.onebusaway.webapp.actions.admin.vehiclepredictions.ConfigAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.webapp.actions.admin.vehiclepredictions.GtfsRtProxyAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
source
String source
-
tripUpdates
List<TripUpdateModel> tripUpdates
-
vehiclePositions
List<VehiclePositionModel> vehiclePositions
-
-
-
Class org.onebusaway.webapp.actions.admin.vehiclepredictions.IndexAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Class org.onebusaway.webapp.actions.admin.vehiclepredictions.LinkProxyAction extends OneBusAwayNYCAdminActionSupport implements Serializable
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_log
org.slf4j.Logger _log
-
stream
InputStream stream
-
type
String type
-
-
-
-
Package org.onebusaway.webapp.actions.admin.vehiclestatus
-
Class org.onebusaway.webapp.actions.admin.vehiclestatus.PopupAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
vehicleDetailRecord
VehicleDetail vehicleDetailRecord
-
vehicleId
String vehicleId
-
vehicleStatusService
VehicleStatusService vehicleStatusService
-
-
Class org.onebusaway.webapp.actions.admin.vehiclestatus.VehicleStatusAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_search
boolean _search
-
configurationService
ConfigurationService configurationService
-
depot
String depot
-
dsc
String dsc
-
emergencyStatus
String emergencyStatus
-
formalInferrence
String formalInferrence
-
inferredPhase
String inferredPhase
-
page
String page
-
pulloutStatus
String pulloutStatus
-
route
String route
-
rows
String rows
-
sidx
String sidx
-
sord
String sord
-
vehicleGridResponse
VehicleGridResponse vehicleGridResponse
-
vehicleId
String vehicleId
-
vehicleStatistics
VehicleStatistics vehicleStatistics
-
vehicleStatusService
VehicleStatusService vehicleStatusService
-
-
-
Package org.onebusaway.webapp.actions.admin.vehiclestatusmap
-
Class org.onebusaway.webapp.actions.admin.vehiclestatusmap.VehicleStatusMapAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_realtimeService
RealtimeService _realtimeService
-
-
-
Package org.onebusaway.webapp.actions.api
-
Class org.onebusaway.webapp.actions.api.RemoteConfigAction extends com.opensymphony.xwork2.ActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_transitDataService
TransitDataService _transitDataService
-
-
-
Package org.onebusaway.webapp.actions.routes
-
Class org.onebusaway.webapp.actions.routes.IndexAction extends OneBusAwayNYCAdminActionSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_configurationService
ConfigurationService _configurationService
-
_routeListService
RouteListService _routeListService
-
-