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.rest.pu
Fields in org.openwms.wms.inventory.rest.pu declared as PackagingUnitServiceModifier and TypeFieldDescriptionprotected final PackagingUnitService
PackagingUnitController.service
protected final PackagingUnitService
PackagingUnitDeletionController.service
protected final PackagingUnitService
PackagingUnitIndexController.service
protected final PackagingUnitService
PackagingUnitMoveController.service
protected final PackagingUnitService
PackagingUnitUpdateController.service
Constructors in org.openwms.wms.inventory.rest.pu with parameters of type PackagingUnitServiceModifierConstructorDescriptionprotected
protected
PackagingUnitDeletionController
(org.springframework.context.MessageSource messageSource, PackagingUnitService service) protected
PackagingUnitIndexController
(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, TransportUnitService transportUnitService, PackagingUnitMapper packagingUnitMapper) protected
PackagingUnitMoveController
(PackagingUnitMover mover, PackagingUnitService service) protected