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 PackagingUnitService
AllocationServiceImpl.packagingUnitService
Constructors 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) class
A PackagingUnitServiceImpl. -
Uses of PackagingUnitService in org.openwms.wms.inventory.listeners
Fields in org.openwms.wms.inventory.listeners declared as PackagingUnitServiceModifier and TypeFieldDescriptionprivate final PackagingUnitService
ReservationMessageListener.packagingUnitService
Constructors 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 PackagingUnitService
PackagingUnitController.service
Constructors in org.openwms.wms.inventory.rest with parameters of type PackagingUnitServiceModifierConstructorDescriptionprotected
PackagingUnitController
(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, org.ameba.mapping.BeanMapper mapper, PackagingUnitMapper packagingUnitMapper)