Uses of Interface
org.openwms.wms.receiving.impl.OrderPositionProcessor
Packages that use OrderPositionProcessor
Package
Description
Contains internal types of the microservice implementation.
Contains types to access SPIs (Service Provider Interfaces).
-
Uses of OrderPositionProcessor in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl declared as OrderPositionProcessorModifier and TypeFieldDescriptionprivate final OrderPositionProcessor
ReceivingOrderEventListener.positionProcessor
Constructors in org.openwms.wms.receiving.impl with parameters of type OrderPositionProcessorModifierConstructorDescription(package private)
ReceivingOrderEventListener
(OrderPositionProcessor positionProcessor, ReceivingOrderRepository repository) -
Uses of OrderPositionProcessor in org.openwms.wms.receiving.spi
Classes in org.openwms.wms.receiving.spi that implement OrderPositionProcessorModifier and TypeClassDescription(package private) class
A DefaultOrderPositionProcessor creates expectedTransportUnit
s when thetransportUnitBK
and thetransportUnitTypeName
are given.