Uses of Class
org.openwms.wms.receiving.api.LocationVO
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
Contains types of to access the WMS Inventory Service Inventory REST API.
-
Uses of LocationVO in org.openwms.wms.receiving.api
Modifier and TypeFieldDescriptionprivate @NotNull(groups=CreateQuantityReceipt.class) LocationVO
QuantityCaptureOnLocationRequestVO.actualLocation
TheLocation
where the captured items are located on.private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) LocationVO
TUCaptureRequestVO.actualLocation
TheLocation
where the capturedTransportUnit
is located on.Modifier and TypeMethodDescriptionQuantityCaptureOnLocationRequestVO.getActualLocation()
TUCaptureRequestVO.getActualLocation()
Modifier and TypeMethodDescriptionvoid
QuantityCaptureOnLocationRequestVO.setActualLocation
(LocationVO actualLocation) void
TUCaptureRequestVO.setActualLocation
(LocationVO actualLocation) -
Uses of LocationVO in org.openwms.wms.receiving.spi.wms.inventory
Modifier and TypeFieldDescriptionPackagingUnitVO.actualLocation
The actualLocation thePackagingUnit
is placed on.Modifier and TypeMethodDescriptionvoid
PackagingUnitVO.setActualLocation
(LocationVO actualLocation)