Uses of Class
com.nnamo.services.DatabaseService
Packages that use DatabaseService
-
Uses of DatabaseService in com.nnamo.controllers
Methods in com.nnamo.controllers with parameters of type DatabaseServiceModifier and TypeMethodDescriptionstatic void
UIController.handleStopSelection
(StopModel stop, UserModel user, org.jxmapviewer.viewer.GeoPosition position, RealtimeGtfsService realtimeService, MainFrame mainFrame, DatabaseService db) It defines the behaviour of when the user clicks on a stopstatic void
MapController.renderRoutesVehicles
(List<StopModel> stopModels, RealtimeGtfsService realtimeService, MainFrame mainFrame, DatabaseService db, String routeId, Direction direction) static void
UIController.updateStopPanel
(StopModel stop, List<StopTimeModel> stopTimes, List<RealtimeStopUpdate> realtimeUpdates, MainFrame mainFrame, DatabaseService db) static void
MapController.updateVehiclePositions
(String routeId, MainFrame mainFrame, RealtimeGtfsService realtimeService, DatabaseService db) Constructors in com.nnamo.controllers with parameters of type DatabaseServiceModifierConstructorDescriptionMainController
(DatabaseService db, RealtimeGtfsService realtimeService) MapController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService) RealtimeController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService) UIController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService)