Uses of Interface
org.openwms.wms.inventory.ReservationService
Packages that use ReservationService
Package
Description
-
Uses of ReservationService in org.openwms.wms.inventory.allocation.spi
Fields in org.openwms.wms.inventory.allocation.spi declared as ReservationServiceModifier and TypeFieldDescriptionprivate final ReservationService
SimpleGenericAllocator.reservationService
Constructors in org.openwms.wms.inventory.allocation.spi with parameters of type ReservationServiceModifierConstructorDescription(package private)
SimpleGenericAllocator
(TransportUnitService transportUnitService, ReservationService reservationService) -
Uses of ReservationService in org.openwms.wms.inventory.impl
Classes in org.openwms.wms.inventory.impl that implement ReservationServiceModifier and TypeClassDescription(package private) class
A ReservationServiceImpl.Fields in org.openwms.wms.inventory.impl declared as ReservationServiceModifier and TypeFieldDescriptionprivate final ReservationService
PackagingUnitServiceImpl.reservationService
Constructors in org.openwms.wms.inventory.impl with parameters of type ReservationServiceModifierConstructorDescription(package private)
PackagingUnitServiceImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, PackagingUnitMapper packagingUnitMapper, PackagingUnitRepository repository, PackagingUnitFinder packagingUnitFinder, ReservationService reservationService, LocationService locationService, LoadUnitService loadUnitService, ProductService productService) -
Uses of ReservationService in org.openwms.wms.inventory.listeners
Fields in org.openwms.wms.inventory.listeners declared as ReservationServiceModifier and TypeFieldDescriptionprivate final ReservationService
ReservationMessageListener.reservationService
Constructors in org.openwms.wms.inventory.listeners with parameters of type ReservationServiceModifierConstructorDescription(package private)
ReservationMessageListener
(ReservationService reservationService)