Uses of Class
org.openwms.wms.inventory.ProductMapper
Packages that use ProductMapper
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of ProductMapper in org.openwms.wms.inventory
Subclasses of ProductMapper in org.openwms.wms.inventoryFields in org.openwms.wms.inventory declared as ProductMapperModifier and TypeFieldDescriptionprivate final ProductMapper
LoadUnitMapperImpl.productMapper
private final ProductMapper
PackagingUnitMapperImpl_.productMapper
Constructors in org.openwms.wms.inventory with parameters of type ProductMapperModifierConstructorDescriptionLoadUnitMapperImpl
(ProductMapper productMapper, DimensionMapper dimensionMapper) PackagingUnitMapperImpl_
(LoadUnitMapper loadUnitMapper, ProductMapper productMapper, DimensionMapper dimensionMapper, LocationMapper locationMapper) -
Uses of ProductMapper in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as ProductMapperConstructors in org.openwms.wms.inventory.impl with parameters of type ProductMapperModifierConstructorDescription(package private)
ProductServiceImpl
(org.ameba.i18n.Translator translator, ProductMapper productMapper, ProductRepository productRepository, UomRelationRepository uomRelationRepository, org.springframework.context.ApplicationEventPublisher publisher) -
Uses of ProductMapper in org.openwms.wms.inventory.listeners
Fields in org.openwms.wms.inventory.listeners declared as ProductMapperConstructors in org.openwms.wms.inventory.listeners with parameters of type ProductMapperModifierConstructorDescription(package private)
ProductEventHandlerImpl
(org.springframework.amqp.core.AmqpTemplate amqpTemplate, String exchangeName, ProductMapper mapper) -
Uses of ProductMapper in org.openwms.wms.inventory.rest
Fields in org.openwms.wms.inventory.rest declared as ProductMapperConstructors in org.openwms.wms.inventory.rest with parameters of type ProductMapperModifierConstructorDescription(package private)
ProductController
(ProductService productService, org.ameba.mapping.BeanMapper mapper, ProductMapper productMapper, jakarta.validation.Validator validator)