Uses of Class
org.openwms.wms.receiving.spi.wms.inventory.PackagingUnitVO
Package
Description
Contains types of to access the WMS Inventory Service Inventory REST API.
-
Uses of PackagingUnitVO in org.openwms.wms.receiving.spi.wms.inventory
Modifier and TypeFieldDescriptionprivate @NotNull PackagingUnitVO
CreatePackagingUnitCommand.packagingUnit
Modifier and TypeMethodDescriptionvoid
CreatePackagingUnitCommand.setPackagingUnit
(PackagingUnitVO packagingUnit) Modifier and TypeMethodDescriptionvoid
FeignPackagingUnitApiAdapter.createOnLocation
(List<PackagingUnitVO> pus) Create newPackagingUnit
s on theLocation
given asactualLocation
of thepu
.void
NoOpSyncPackagingUnitApiImpl.createOnLocation
(List<PackagingUnitVO> pus) Create newPackagingUnit
s on theLocation
given asactualLocation
of thepu
.void
PackagingUnitApi.createOnLocation
(List<PackagingUnitVO> pus) Create a newPackagingUnit
on theLocation
given asactualLocation
of thepu
.void
PackagingUnitApiFallback.createOnLocation
(List<PackagingUnitVO> pus) Create a newPackagingUnit
on theLocation
given asactualLocation
of thepu
.void
SyncPackagingUnitApi.createOnLocation
(List<PackagingUnitVO> pus) Create newPackagingUnit
s on theLocation
given asactualLocation
of thepu
.ModifierConstructorDescriptionCreatePackagingUnitCommand
(String transportUnitBK, String luPos, String loadUnitType, PackagingUnitVO packagingUnit) CreatePackagingUnitCommand
(PackagingUnitVO packagingUnit)