Uses of Interface
org.openwms.wms.receiving.impl.ReceivingOrderRepository
Packages that use ReceivingOrderRepository
Package
Description
Contains internal types of the microservice implementation.
-
Uses of ReceivingOrderRepository in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl declared as ReceivingOrderRepositoryModifier and TypeFieldDescription(package private) final ReceivingOrderRepository
AbstractCapturer.repository
private final ReceivingOrderRepository
ReceivingOrderEventListener.repository
private final ReceivingOrderRepository
ReceivingOrderPositionEventListener.repository
private final ReceivingOrderRepository
ReceivingServiceImpl.repository
Constructors in org.openwms.wms.receiving.impl with parameters of type ReceivingOrderRepositoryModifierConstructorDescription(package private)
AbstractCapturer
(org.springframework.context.ApplicationEventPublisher publisher, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, ReceivingOrderRepository repository, List<CapturingApproval<T>> capturingApprovals, ProductService productService) (package private)
QuantityCaptureOnLocationRequestCapturer
(org.springframework.context.ApplicationEventPublisher publisher, org.ameba.i18n.Translator translator, ReceivingOrderRepository repository, ProductService productService, jakarta.validation.Validator validator, List<CapturingApproval<QuantityCaptureOnLocationRequestVO>> capturingApprovals, SyncPackagingUnitApi packagingUnitApi, SyncProductApi productApi) (package private)
QuantityCaptureRequestCapturer
(org.springframework.context.ApplicationEventPublisher publisher, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, ReceivingOrderRepository repository, List<CapturingApproval<QuantityCaptureRequestVO>> capturingApprovals, ProductService productService, AsyncPackagingUnitApi asyncPackagingUnitApi) (package private)
ReceivingOrderEventListener
(OrderPositionProcessor positionProcessor, ReceivingOrderRepository repository) (package private)
ReceivingOrderPositionEventListener
(org.springframework.context.ApplicationEventPublisher publisher, ReceivingOrderRepository repository) (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) (package private)
TUCaptureRequestCapturer
(org.springframework.context.ApplicationEventPublisher publisher, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, ReceivingOrderRepository repository, List<CapturingApproval<TUCaptureRequestVO>> capturingApprovals, ProductService productService, SyncTransportUnitApi transportUnitApi, SyncLocationApi locationApi)