Uses of Class
org.onebusaway.gtfs.model.calendar.CalendarServiceData
Packages that use CalendarServiceData
Package
Description
-
Uses of CalendarServiceData in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl with parameters of type CalendarServiceData -
Uses of CalendarServiceData in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return CalendarServiceDataModifier and TypeMethodDescriptionCalendarServiceDataFactoryImpl.createData()protected CalendarServiceDataCalendarServiceImpl.getData()Private MethodsCalendarServiceDataFactoryImpl.updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId) Methods in org.onebusaway.gtfs.impl.calendar with parameters of type CalendarServiceDataConstructors in org.onebusaway.gtfs.impl.calendar with parameters of type CalendarServiceData -
Uses of CalendarServiceData in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return CalendarServiceDataModifier and TypeMethodDescriptionCalendarServiceDataFactory.createData()CalendarServiceDataFactory.updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId) Methods in org.onebusaway.gtfs.services.calendar with parameters of type CalendarServiceDataModifier and TypeMethodDescriptionvoidCalendarService.setData(CalendarServiceData data) Update the underlying data structures.