Uses of Interface
org.openwms.wms.receiving.impl.ServiceProvider
Package
Description
Contains internal types of the microservice implementation.
-
Uses of ServiceProvider in org.openwms.wms.receiving.impl
Modifier and TypeClassDescription(package private) class
A ServiceProviderImpl.Modifier and TypeFieldDescriptionprivate final ServiceProvider
ReceivingServiceImpl.serviceProvider
Modifier and TypeMethodDescriptionprivate Product
ReceivingOrderPosition.getProduct
(ServiceProvider serviceProvider, String sku) void
AbstractReceivingOrderPosition.preCreate
(ServiceProvider serviceProvider) Subclasses have the chance for manipulation before creation.void
ReceivingOrderPosition.preCreate
(ServiceProvider serviceProvider) 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)