Uses of Interface
org.openwms.wms.inventory.PackagingUnitMapper
Packages that use PackagingUnitMapper
Package
Description
Contains types to deal with warehouse inventory.
- 
Uses of PackagingUnitMapper in org.openwms.wms.inventory
Classes in org.openwms.wms.inventory that implement PackagingUnitMapperModifier and TypeClassDescriptionclassA PackagingUnitDecorator.classclassFields in org.openwms.wms.inventory declared as PackagingUnitMapperModifier and TypeFieldDescriptionprivate PackagingUnitMapperPackagingUnitDecorator.delegateprivate final PackagingUnitMapperPackagingUnitMapperImpl.delegateConstructors in org.openwms.wms.inventory with parameters of type PackagingUnitMapper - 
Uses of PackagingUnitMapper in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as PackagingUnitMapperModifier and TypeFieldDescriptionprivate final PackagingUnitMapperPackagingUnitServiceImpl.packagingUnitMapperConstructors in org.openwms.wms.inventory.impl with parameters of type PackagingUnitMapperModifierConstructorDescription(package private)PackagingUnitServiceImpl(org.springframework.context.ApplicationEventPublisher eventPublisher, PackagingUnitMapper packagingUnitMapper, PackagingUnitRepository repository, PackagingUnitFinder packagingUnitFinder, ReservationService reservationService, LocationService locationService, LoadUnitService loadUnitService, ProductService productService)  - 
Uses of PackagingUnitMapper in org.openwms.wms.inventory.rest
Fields in org.openwms.wms.inventory.rest declared as PackagingUnitMapperModifier and TypeFieldDescriptionprotected final PackagingUnitMapperPackagingUnitController.packagingUnitMapperConstructors in org.openwms.wms.inventory.rest with parameters of type PackagingUnitMapperModifierConstructorDescriptionprotectedPackagingUnitController(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, org.ameba.mapping.BeanMapper mapper, PackagingUnitMapper packagingUnitMapper)