Uses of Interface
org.openwms.wms.receiving.impl.ReceivingOrderUpdater
Package
Description
Contains internal types of the microservice implementation.
Contains implementations of the
ReceivingOrderUpdater
interface.-
Uses of ReceivingOrderUpdater in org.openwms.wms.receiving.impl
Modifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry
<ReceivingOrderUpdater, ReceivingOrderUpdater.Type> ReceivingServiceImpl.plugins
ModifierConstructorDescription(package private)
ReceivingServiceImpl
(jakarta.validation.Validator validator, NextReceivingOrderRepository nextReceivingOrderRepository, ReceivingOrderRepository repository, org.springframework.plugin.core.PluginRegistry<ReceivingOrderUpdater, ReceivingOrderUpdater.Type> plugins, org.springframework.plugin.core.PluginRegistry<ReceivingOrderCapturer<T>, CaptureRequestVO> capturers, org.springframework.context.ApplicationEventPublisher publisher, ServiceProvider serviceProvider) -
Uses of ReceivingOrderUpdater in org.openwms.wms.receiving.impl.updaters
Modifier and TypeClassDescription(package private) class
A ReceivingOrderDetailsUpdater is aReceivingOrderUpdater
strategy.