Uses of Class
com.nnamo.models.RouteDirection
Packages that use RouteDirection
-
Uses of RouteDirection in com.nnamo.services
Methods in com.nnamo.services that return types with arguments of type RouteDirectionModifier and TypeMethodDescriptionDatabaseService.getDirectionedRoutes
(List<RouteModel> routes) For each route in the provided list, this method creates a directioned route for each available direction.DatabaseService.getFavoriteDirectionRoutes
(int userId) Get user's favorite routes with direction informationDatabaseService.getFavoriteRoutesByName
(int userId, String searchTerm) Get user's favorite routes.DatabaseService.getRoutesByName
(String searchTerm) Fuzzy search routes by its name. -
Uses of RouteDirection in com.nnamo.view.custompanels
Method parameters in com.nnamo.view.custompanels with type arguments of type RouteDirectionModifier and TypeMethodDescriptionvoid
LeftPanel.updateFavRouteTable
(List<RouteDirection> route, UpdateMode updateMode) Updates the favorite route table in the prefer panel with the specified route and update mode.void
PreferPanel.updateFavRouteTable
(List<RouteDirection> directedRoutes, UpdateMode updateMode) -
Uses of RouteDirection in com.nnamo.view.frame
Method parameters in com.nnamo.view.frame with type arguments of type RouteDirectionModifier and TypeMethodDescriptionvoid
MainFrame.updateFavRouteTable
(List<RouteDirection> route, UpdateMode updateMode) Updates the favorite routes table in the left panel.