Uses of Class
org.onebusaway.transit_data.model.service_alerts.TimeRangeBean
-
Packages that use TimeRangeBean Package Description org.onebusaway.alerts.impl org.onebusaway.api.model.transit org.onebusaway.transit_data.model.service_alerts org.onebusaway.webapp.actions.admin.servicealerts -
-
Uses of TimeRangeBean in org.onebusaway.alerts.impl
Methods in org.onebusaway.alerts.impl that return types with arguments of type TimeRangeBean Modifier and Type Method Description static List<TimeRangeBean>
ServiceAlertBeanHelper. getRangesAsBeans(Set<ServiceAlertTimeRange> ranges)
Method parameters in org.onebusaway.alerts.impl with type arguments of type TimeRangeBean Modifier and Type Method Description static Set<ServiceAlertTimeRange>
ServiceAlertBeanHelper. getBeansAsRanges(List<TimeRangeBean> beans)
-
Uses of TimeRangeBean in org.onebusaway.api.model.transit
Methods in org.onebusaway.api.model.transit with parameters of type TimeRangeBean Modifier and Type Method Description TimeRangeV2Bean
BeanFactoryV2. getTimeRange(TimeRangeBean range)
-
Uses of TimeRangeBean in org.onebusaway.transit_data.model.service_alerts
Methods in org.onebusaway.transit_data.model.service_alerts that return types with arguments of type TimeRangeBean Modifier and Type Method Description List<TimeRangeBean>
ServiceAlertBean. getActiveWindows()
List<TimeRangeBean>
ServiceAlertBean. getPublicationWindows()
Method parameters in org.onebusaway.transit_data.model.service_alerts with type arguments of type TimeRangeBean Modifier and Type Method Description void
ServiceAlertBean. setActiveWindows(List<TimeRangeBean> activeWindows)
void
ServiceAlertBean. setPublicationWindows(List<TimeRangeBean> publicationWindows)
-
Uses of TimeRangeBean in org.onebusaway.webapp.actions.admin.servicealerts
Method parameters in org.onebusaway.webapp.actions.admin.servicealerts with type arguments of type TimeRangeBean Modifier and Type Method Description boolean
ServiceAlertsAction. isActive(List<TimeRangeBean> windows)
-