Uses of Interface
org.openwms.tms.routing.routes.RouteService
Packages that use RouteService
Package
Description
This package contains the implementation of a service to work with locations.
This package contains implementation classes operating on routes.
This package contains implementation classes operating on routes.
-
Uses of RouteService in org.openwms.tms.routing.location.impl
Fields in org.openwms.tms.routing.location.impl declared as RouteServiceConstructors in org.openwms.tms.routing.location.impl with parameters of type RouteServiceModifierConstructorDescription(package private)
LocationServiceImpl
(LocationRepository locationRepository, RouteService routeService) -
Uses of RouteService in org.openwms.tms.routing.routes.impl
Classes in org.openwms.tms.routing.routes.impl that implement RouteServiceModifier and TypeClassDescription(package private) class
A RouteServiceImpl is a transactional Spring managed bean that operated onRoute
s. -
Uses of RouteService in org.openwms.tms.routing.ui.impl
Fields in org.openwms.tms.routing.ui.impl declared as RouteServiceModifier and TypeFieldDescriptionprivate final RouteService
ActionUIServiceImpl.routeService
protected RouteService
ActionMapper.srv
Methods in org.openwms.tms.routing.ui.impl with parameters of type RouteServiceConstructors in org.openwms.tms.routing.ui.impl with parameters of type RouteServiceModifierConstructorDescription(package private)
ActionUIServiceImpl
(ActionRepository actionRepository, ActionMapper mapper, RouteService routeService)