|
Pull Up Method public getAllServiceIds() : List<AgencyAndId> from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getAllServiceIds() : List<AgencyAndId> from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public getCalendarForServiceId(serviceId AgencyAndId) : ServiceCalendar from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getCalendarForServiceId(serviceId AgencyAndId) : ServiceCalendar from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public getCalendarDatesForServiceId(serviceId AgencyAndId) : List<ServiceCalendarDate> from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getCalendarDatesForServiceId(serviceId AgencyAndId) : List<ServiceCalendarDate> from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method private saveAll(entities Collection<?>) : void from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to private saveAll(entities Collection<?>) : void from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public getShapePointsForShapeId(shapeId AgencyAndId) : List<ShapePoint> from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getShapePointsForShapeId(shapeId AgencyAndId) : List<ShapePoint> from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public getStopTimesForTrip(trip Trip) : List<StopTime> from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getStopTimesForTrip(trip Trip) : List<StopTime> from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public GtfsRelationalDaoImpl(agencies Collection<Agency>, calendarDates Collection<ServiceCalendarDate>, calendars Collection<ServiceCalendar>, fareAttributes Collection<FareAttribute>, fareRules Collection<FareRule>, feedInfos Collection<FeedInfo>, frequencies Collection<Frequency>, pathways Collection<Pathway>, routes Collection<Route>, shapePoints Collection<ShapePoint>, stops Collection<Stop>, stopTimes Collection<StopTime>, transfers Collection<Transfer>, trips Collection<Trip>) from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public GtfsDaoImpl(agencies Collection<Agency>, calendarDates Collection<ServiceCalendarDate>, calendars Collection<ServiceCalendar>, fareAttributes Collection<FareAttribute>, fareRules Collection<FareRule>, feedInfos Collection<FeedInfo>, frequencies Collection<Frequency>, pathways Collection<Pathway>, routes Collection<Route>, shapePoints Collection<ShapePoint>, stops Collection<Stop>, stopTimes Collection<StopTime>, transfers Collection<Transfer>, trips Collection<Trip>) from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public getTripAgencyIdsReferencingServiceId(serviceId AgencyAndId) : List<String> from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getTripAgencyIdsReferencingServiceId(serviceId AgencyAndId) : List<String> from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Pull Up Method public getStopsForStation(station Stop) : List<Stop> from class org.onebusaway2.gtfs.impl.GtfsRelationalDaoImpl to public getStopsForStation(station Stop) : List<Stop> from class org.onebusaway2.gtfs.impl.GtfsDaoImpl |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public CalendarServiceDataFactoryImpl(dao GtfsDao) in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Parameter Type data : GtfsMutableRelationalDao to data : GtfsRelationalDao in method public mapDao(data GtfsRelationalDao) : GtfsDao in class org.opentripplanner.gtfs.mapping.ModelMapper |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public processGtfs(dao GtfsDao) : void in class org.opentripplanner.routing.services.FareServiceFactory |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public processGtfs(dao GtfsDao) : void in class org.opentripplanner.routing.fares.MultipleFareServiceFactory |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public processGtfs(dao GtfsDao) : void in class org.opentripplanner.routing.impl.DefaultFareServiceFactory |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public addData(data CalendarServiceData, dao GtfsDao) : void in class org.opentripplanner.calendar.impl.MultiCalendarServiceImpl |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public setGtfsDao(dao GtfsDao) : void in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public createService(dao GtfsDao) : CalendarService in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public createContext(feedId GtfsFeedId, dao GtfsDao) : GtfsContext in class org.opentripplanner.gtfs.GtfsLibrary |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public createContext(feedId GtfsFeedId, dao GtfsDao, calendarService CalendarService) : GtfsContext in class org.opentripplanner.gtfs.GtfsLibrary |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public processGtfs(dao GtfsDao) : void in class org.opentripplanner.routing.impl.SeattleFareServiceFactory |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public createCalendarService(dao GtfsDao) : CalendarService in class org.onebusaway2.gtfs.impl.calendar.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Parameter Type dao : GtfsRelationalDao to dao : GtfsDao in method public GtfsContextImpl(feedId GtfsFeedId, dao GtfsDao, calendar CalendarService) in class org.opentripplanner.gtfs.GtfsLibrary.GtfsContextImpl |
From |
To |