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 PackagingUnitVOCreatePackagingUnitCommand.packagingUnitMethods 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 TypeMethodDescriptionvoidCreatePackagingUnitCommand.setPackagingUnit(PackagingUnitVO packagingUnit) Method parameters in org.openwms.wms.receiving.spi.wms.inventory with type arguments of type PackagingUnitVOModifier and TypeMethodDescriptionvoidFeignPackagingUnitApiAdapter.createOnLocation(List<PackagingUnitVO> pus) Create newPackagingUnits on theLocationgiven asactualLocationof thepu.voidNoOpSyncPackagingUnitApiImpl.createOnLocation(List<PackagingUnitVO> pus) Create newPackagingUnits on theLocationgiven asactualLocationof thepu.voidPackagingUnitApi.createOnLocation(List<PackagingUnitVO> pus) Create a newPackagingUniton theLocationgiven asactualLocationof thepu.voidPackagingUnitApiFallback.createOnLocation(List<PackagingUnitVO> pus) Create a newPackagingUniton theLocationgiven asactualLocationof thepu.voidSyncPackagingUnitApi.createOnLocation(List<PackagingUnitVO> pus) Create newPackagingUnits on theLocationgiven asactualLocationof 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)