Uses of Interface
org.openwms.tms.routing.routes.impl.RouteRepository
Packages that use RouteRepository
Package
Description
This package contains implementation classes operating on routes.
This package contains implementation classes operating on routes.
- 
Uses of RouteRepository in org.openwms.tms.routing.routes.implFields in org.openwms.tms.routing.routes.impl declared as RouteRepositoryModifier and TypeFieldDescriptionprivate final RouteRepositoryExplicitRouteSearch.repositoryprivate final RouteRepositoryRouteSearchAlgorithmImpl.repositoryprivate final RouteRepositoryRouteServiceImpl.routeRepositoryConstructors in org.openwms.tms.routing.routes.impl with parameters of type RouteRepositoryModifierConstructorDescription(package private)ExplicitRouteSearch(RouteRepository repository) (package private)RouteSearchAlgorithmImpl(RouteRepository repository, org.openwms.common.location.api.LocationApi locationApi, LocationGroupLoader locationGroupLoader) (package private)RouteServiceImpl(Responder responder, RouteRepository routeRepository, RouteDetailsRepository routeDetailsRepository, InputContext in) 
- 
Uses of RouteRepository in org.openwms.tms.routing.ui.implFields in org.openwms.tms.routing.ui.impl declared as RouteRepositoryModifier and TypeFieldDescriptionprivate final RouteRepositoryRouteUIServiceImpl.routeRepositoryConstructors in org.openwms.tms.routing.ui.impl with parameters of type RouteRepositoryModifierConstructorDescription(package private)RouteUIServiceImpl(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService)