Uses of Interface
org.openwms.wms.shipping.ProductMapper
Packages that use ProductMapper
Package
Description
This package contains types to model the shopping functionality.
-
Uses of ProductMapper in org.openwms.wms.shipping
Classes in org.openwms.wms.shipping that implement ProductMapper -
Uses of ProductMapper in org.openwms.wms.shipping.events
Fields in org.openwms.wms.shipping.events declared as ProductMapperConstructors in org.openwms.wms.shipping.events with parameters of type ProductMapperModifierConstructorDescription(package private)
InventoryEventListener
(org.springframework.context.ApplicationEventPublisher publisher, ProductMapper mapper) -
Uses of ProductMapper in org.openwms.wms.shipping.impl
Fields in org.openwms.wms.shipping.impl declared as ProductMapperModifier and TypeFieldDescriptionprivate final ProductMapper
ShippingMapperImpl.productMapper
private ProductMapper
ShippingOrderMapper.productMapper
private final ProductMapper
ShippingServiceImpl.productMapper
Methods in org.openwms.wms.shipping.impl with parameters of type ProductMapperModifier and TypeMethodDescriptionvoid
ShippingOrderMapper.setProductMapper
(ProductMapper productMapper) Constructors in org.openwms.wms.shipping.impl with parameters of type ProductMapperModifierConstructorDescriptionShippingMapperImpl
(ProductMapper productMapper) (package private)
ShippingServiceImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, ProductMapper productMapper, ProductRepository productRepository, ShippingOrderRepository repository, ShippingOrderPositionRepository shippingOrderPositionRepository, TargetResolver targetResolver, SyncProductApi syncProductApi, org.springframework.plugin.core.PluginRegistry<ShippingOrderUpdater, ShippingOrderUpdater.Type> orderPlugins)