Uses of Class
org.onebusaway.gtfs.model.ServiceCalendarDate
-
Packages that use ServiceCalendarDate Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.serialization.comparators org.onebusaway.gtfs.services -
-
Uses of ServiceCalendarDate in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return ServiceCalendarDate Modifier and Type Method Description ServiceCalendarDateGtfsDaoImpl. getCalendarDateForId(int id)ServiceCalendarDateGtfsDataServiceImpl. getCalendarDateForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type ServiceCalendarDate Modifier and Type Method Description Collection<ServiceCalendarDate>GtfsDaoImpl. getAllCalendarDates()Collection<ServiceCalendarDate>GtfsDataServiceImpl. getAllCalendarDates()List<ServiceCalendarDate>GtfsDataServiceImpl. getCalendarDatesForServiceId(AgencyAndId serviceId)List<ServiceCalendarDate>GtfsRelationalDaoImpl. getCalendarDatesForServiceId(AgencyAndId serviceId) -
Uses of ServiceCalendarDate in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type ServiceCalendarDate Constructor Description ServiceCalendarDate(ServiceCalendarDate obj) -
Uses of ServiceCalendarDate in org.onebusaway.gtfs.serialization.comparators
Methods in org.onebusaway.gtfs.serialization.comparators with parameters of type ServiceCalendarDate Modifier and Type Method Description intServiceCalendarDateComparator. compare(ServiceCalendarDate o1, ServiceCalendarDate o2) -
Uses of ServiceCalendarDate in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return ServiceCalendarDate Modifier and Type Method Description ServiceCalendarDateGtfsDao. getCalendarDateForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type ServiceCalendarDate Modifier and Type Method Description Collection<ServiceCalendarDate>GtfsDao. getAllCalendarDates()ServiceCalendarDateMethodsList<ServiceCalendarDate>GtfsRelationalDao. getCalendarDatesForServiceId(AgencyAndId serviceId)ServiceCalendarDateMethods
-