Uses of Interface
org.openwms.tms.routing.location.LocationService
Packages that use LocationService
Package
Description
This package contains Spring configuration classes.
This package contains a REST controller implementation working with locations.
This package contains the implementation of a service to work with locations.
This package contains implementation classes operating on routes.
-
Uses of LocationService in org.openwms.tms.routing.app
Fields in org.openwms.tms.routing.app declared as LocationServiceModifier and TypeFieldDescriptionprivate final LocationService
LocationMessageListener.locationService
Constructors in org.openwms.tms.routing.app with parameters of type LocationServiceModifierConstructorDescription(package private)
LocationMessageListener
(CacheJanitor janitor, LocationService locationService) -
Uses of LocationService in org.openwms.tms.routing.location
Fields in org.openwms.tms.routing.location declared as LocationServiceModifier and TypeFieldDescriptionprivate final LocationService
LocationController.locationService
Constructors in org.openwms.tms.routing.location with parameters of type LocationServiceModifierConstructorDescription(package private)
LocationController
(LocationService locationService) -
Uses of LocationService in org.openwms.tms.routing.location.impl
Classes in org.openwms.tms.routing.location.impl that implement LocationServiceModifier and TypeClassDescription(package private) class
A LocationServiceImpl. -
Uses of LocationService in org.openwms.tms.routing.ui.impl
Fields in org.openwms.tms.routing.ui.impl declared as LocationServiceModifier and TypeFieldDescriptionprivate final LocationService
RouteUIServiceImpl.locationService
protected LocationService
RouteMapper.srv
Methods in org.openwms.tms.routing.ui.impl with parameters of type LocationServiceConstructors in org.openwms.tms.routing.ui.impl with parameters of type LocationServiceModifierConstructorDescription(package private)
RouteUIServiceImpl
(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService)