Uses of Interface
org.openwms.wms.inventory.PackagingUnitService
Packages that use PackagingUnitService
Package
Description
- 
Uses of PackagingUnitService in org.openwms.wms.inventory.allocation.impl
Fields in org.openwms.wms.inventory.allocation.impl declared as PackagingUnitServiceModifier and TypeFieldDescriptionprivate final PackagingUnitServiceAllocationServiceImpl.packagingUnitServiceConstructors in org.openwms.wms.inventory.allocation.impl with parameters of type PackagingUnitServiceModifierConstructorDescription(package private)AllocationServiceImpl(ProductService productService, PackagingUnitService packagingUnitService, Allocator allocation)  - 
Uses of PackagingUnitService in org.openwms.wms.inventory.impl
Classes in org.openwms.wms.inventory.impl that implement PackagingUnitServiceModifier and TypeClassDescription(package private) classA PackagingUnitServiceImpl. - 
Uses of PackagingUnitService in org.openwms.wms.inventory.listeners
Fields in org.openwms.wms.inventory.listeners declared as PackagingUnitServiceModifier and TypeFieldDescriptionprivate final PackagingUnitServiceReservationMessageListener.packagingUnitServiceConstructors in org.openwms.wms.inventory.listeners with parameters of type PackagingUnitServiceModifierConstructorDescription(package private)ReservationMessageListener(PackagingUnitService packagingUnitService)  - 
Uses of PackagingUnitService in org.openwms.wms.inventory.rest
Fields in org.openwms.wms.inventory.rest declared as PackagingUnitServiceModifier and TypeFieldDescriptionprotected final PackagingUnitServicePackagingUnitController.serviceConstructors in org.openwms.wms.inventory.rest with parameters of type PackagingUnitServiceModifierConstructorDescriptionprotectedPackagingUnitController(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, org.ameba.mapping.BeanMapper mapper, PackagingUnitMapper packagingUnitMapper)