Uses of Class
org.openwms.wms.receiving.spi.wms.inventory.PackagingUnitVO
Packages that use 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
Fields in org.openwms.wms.receiving.spi.wms.inventory declared as PackagingUnitVOModifier and TypeFieldDescriptionprivate @NotNull PackagingUnitVO
CreatePackagingUnitCommand.packagingUnit
Methods in org.openwms.wms.receiving.spi.wms.inventory that return PackagingUnitVOMethods in org.openwms.wms.receiving.spi.wms.inventory with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionvoid
CreatePackagingUnitCommand.setPackagingUnit
(PackagingUnitVO packagingUnit) Method parameters in org.openwms.wms.receiving.spi.wms.inventory with type arguments of type PackagingUnitVOModifier 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
.Constructors in org.openwms.wms.receiving.spi.wms.inventory with parameters of type PackagingUnitVOModifierConstructorDescriptionCreatePackagingUnitCommand
(String transportUnitBK, String luPos, String loadUnitType, PackagingUnitVO packagingUnit) CreatePackagingUnitCommand
(PackagingUnitVO packagingUnit)