Uses of Interface
org.onebusaway.gtfs.services.GtfsRelationalDao
-
Packages that use GtfsRelationalDao Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.impl.calendar org.onebusaway.gtfs.impl.translation org.onebusaway.gtfs.services -
-
Uses of GtfsRelationalDao in org.onebusaway.gtfs.impl
Classes in org.onebusaway.gtfs.impl that implement GtfsRelationalDao Modifier and Type Class Description classGtfsDataServiceImplclassGtfsRelationalDaoImplA in-memory implementation of GtfsRelationalDaoImpl.Methods in org.onebusaway.gtfs.impl with parameters of type GtfsRelationalDao Modifier and Type Method Description voidGtfsDataServiceImpl. setGtfsDao(GtfsRelationalDao dao) -
Uses of GtfsRelationalDao in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar with parameters of type GtfsRelationalDao Modifier and Type Method Description static CalendarServiceCalendarServiceDataFactoryImpl. createService(GtfsRelationalDao dao)voidCalendarServiceDataFactoryImpl. setGtfsDao(GtfsRelationalDao dao)Constructors in org.onebusaway.gtfs.impl.calendar with parameters of type GtfsRelationalDao Constructor Description CalendarServiceDataFactoryImpl(GtfsRelationalDao dao) -
Uses of GtfsRelationalDao in org.onebusaway.gtfs.impl.translation
Methods in org.onebusaway.gtfs.impl.translation with parameters of type GtfsRelationalDao Modifier and Type Method Description static TranslationServiceDataTranslationServiceDataFactoryImpl. createData(GtfsRelationalDao dao)static TranslationServiceTranslationServiceDataFactoryImpl. getTranslationService(GtfsRelationalDao dao)voidTranslationServiceDataFactoryImpl. setDao(GtfsRelationalDao dao) -
Uses of GtfsRelationalDao in org.onebusaway.gtfs.services
Subinterfaces of GtfsRelationalDao in org.onebusaway.gtfs.services Modifier and Type Interface Description interfaceGtfsDataServiceinterfaceGtfsMutableRelationalDao
-