Uses of Interface
org.openwms.wms.receiving.impl.ReceivingOrderUpdater
Packages that use 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
Fields in org.openwms.wms.receiving.impl with type parameters of type ReceivingOrderUpdaterModifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry
<ReceivingOrderUpdater, ReceivingOrderUpdater.Type> ReceivingServiceImpl.plugins
Constructor parameters in org.openwms.wms.receiving.impl with type arguments of type ReceivingOrderUpdaterModifierConstructorDescription(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
Classes in org.openwms.wms.receiving.impl.updaters that implement ReceivingOrderUpdaterModifier and TypeClassDescription(package private) class
A ReceivingOrderDetailsUpdater is aReceivingOrderUpdater
strategy.