Uses of Interface
org.openwms.wms.inventory.DimensionMapper
Packages that use DimensionMapper
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of DimensionMapper in org.openwms.wms.inventory
Classes in org.openwms.wms.inventory that implement DimensionMapperFields in org.openwms.wms.inventory declared as DimensionMapperModifier and TypeFieldDescriptionprivate final DimensionMapper
LoadUnitMapperImpl.dimensionMapper
private final DimensionMapper
PackagingUnitMapperImpl_.dimensionMapper
protected DimensionMapper
ProductMapper.dimensionMapper
private final DimensionMapper
ProductMapperImpl.dimensionMapper
Methods in org.openwms.wms.inventory with parameters of type DimensionMapperModifier and TypeMethodDescriptionvoid
ProductMapper.setDimensionMapper
(DimensionMapper dimensionMapper) Constructors in org.openwms.wms.inventory with parameters of type DimensionMapperModifierConstructorDescriptionLoadUnitMapperImpl
(ProductMapper productMapper, DimensionMapper dimensionMapper) PackagingUnitMapperImpl_
(LoadUnitMapper loadUnitMapper, ProductMapper productMapper, DimensionMapper dimensionMapper, LocationMapper locationMapper) ProductMapperImpl
(DimensionMapper dimensionMapper, LocationMapper locationMapper) -
Uses of DimensionMapper in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as DimensionMapperMethods in org.openwms.wms.inventory.impl with parameters of type DimensionMapperModifier and TypeMethodDescriptionvoid
UomMapper.setDimensionMapper
(DimensionMapper dimensionMapper)