Package org.openwms.wms.receiving.impl
package org.openwms.wms.receiving.impl
Contains internal types of the microservice implementation.
-
ClassDescriptionAbstractCapturer<T extends CaptureRequestVO>A AbstractCapturer.A AbstractReceivingOrderPosition.A AlreadyCancelledException.A BaseReceivingOrderPositionVisitor.BlindReceiptCapturer<T extends CaptureRequestVO>A BlindReceiptCapturer is able to actually captures unexpected material (Blind Receipts) at Goods-In.A CancellationDeniedException.A CapturingException is thrown to signal an unexpected failure during the receiving capturing process.A Convertable.A NextReceivingOrder.A NextReceivingOrderRepository.A OrderPositionProcessor.A QuantityCaptureOnLocationRequestCapturer accepts capturing inbound goods on a Location.A QuantityCaptureRequestCapturer accepts capturing inbound goods on a TransportUnit only.A ReceivingOrder.ReceivingOrderCapturer<T extends CaptureRequestVO>A ReceivingOrderCapturer is responsible to capture receipt goods in its particular flavor.A ReceivingOrderCreatedEvent is raised when a
ReceivingOrder
has been created.A ReceivingOrderEventListener listens on events according toReceivingOrder
s.A ReceivingOrderPosition is a persisted entity class that represents an expected receipt ofProduct
s in a particular quantity.A ReceivingOrderPositionEventListener listens on events according toReceivingOrderPosition
s.A ReceivingOrderRepository.A ReceivingOrderUpdater.ReceivingService<T extends CaptureRequestVO>A ReceivingService managesReceivingOrder
s.ReceivingServiceImpl<T extends CaptureRequestVO>A ReceivingServiceImpl is a Spring managed transactional Services that deals withReceivingOrder
s.A ReceivingTransportUnitOrderPosition is a persisted entity class that represents an expected receipt of aTransportUnit
.A ServiceProvider provides access to injected Spring components for not managed classes.A ServiceProviderImpl.A TUCaptureRequestCapturer.