Uses of Class
org.openwms.wms.receiving.api.LocationVO
Packages that use 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
Fields in org.openwms.wms.receiving.api declared as LocationVOModifier 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.Methods in org.openwms.wms.receiving.api that return LocationVOModifier and TypeMethodDescriptionQuantityCaptureOnLocationRequestVO.getActualLocation()
TUCaptureRequestVO.getActualLocation()
Methods in org.openwms.wms.receiving.api with parameters of type LocationVOModifier and TypeMethodDescriptionvoid
QuantityCaptureOnLocationRequestVO.setActualLocation
(LocationVO actualLocation) void
TUCaptureRequestVO.setActualLocation
(LocationVO actualLocation) -
Uses of LocationVO in org.openwms.wms.receiving.spi.wms.inventory
Fields in org.openwms.wms.receiving.spi.wms.inventory declared as LocationVOModifier and TypeFieldDescriptionPackagingUnitVO.actualLocation
The actualLocation thePackagingUnit
is placed on.Methods in org.openwms.wms.receiving.spi.wms.inventory that return LocationVOMethods in org.openwms.wms.receiving.spi.wms.inventory with parameters of type LocationVOModifier and TypeMethodDescriptionvoid
PackagingUnitVO.setActualLocation
(LocationVO actualLocation)