Uses of Class
org.onebusaway.gtfs.model.calendar.CalendarServiceData
-
Packages that use CalendarServiceData Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.impl.calendar org.onebusaway.gtfs.services.calendar -
-
Uses of CalendarServiceData in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl with parameters of type CalendarServiceData Modifier and Type Method Description voidGtfsDataServiceImpl. setData(CalendarServiceData data) -
Uses of CalendarServiceData in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return CalendarServiceData Modifier and Type Method Description CalendarServiceDataCalendarServiceDataFactoryImpl. createData()protected CalendarServiceDataCalendarServiceImpl. getData()Private MethodsCalendarServiceDataCalendarServiceDataFactoryImpl. updateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)Methods in org.onebusaway.gtfs.impl.calendar with parameters of type CalendarServiceData Modifier and Type Method Description voidCalendarServiceImpl. setData(CalendarServiceData data)Constructors in org.onebusaway.gtfs.impl.calendar with parameters of type CalendarServiceData Constructor Description CalendarServiceImpl(CalendarServiceData data) -
Uses of CalendarServiceData in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return CalendarServiceData Modifier and Type Method Description CalendarServiceDataCalendarServiceDataFactory. createData()CalendarServiceDataCalendarServiceDataFactory. updateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)Methods in org.onebusaway.gtfs.services.calendar with parameters of type CalendarServiceData Modifier and Type Method Description voidCalendarService. setData(CalendarServiceData data)Update the underlying data structures.
-