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 TypeClassDescriptionclass
A PackagingUnitDecorator.class
class
Fields in org.openwms.wms.inventory declared as PackagingUnitMapperModifier and TypeFieldDescriptionprivate PackagingUnitMapper
PackagingUnitDecorator.delegate
private final PackagingUnitMapper
PackagingUnitMapperImpl.delegate
Constructors 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 PackagingUnitMapper
PackagingUnitServiceImpl.packagingUnitMapper
Constructors 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 PackagingUnitMapper
PackagingUnitController.packagingUnitMapper
Constructors in org.openwms.wms.inventory.rest with parameters of type PackagingUnitMapperModifierConstructorDescriptionprotected
PackagingUnitController
(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, org.ameba.mapping.BeanMapper mapper, PackagingUnitMapper packagingUnitMapper)