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) LocationVOQuantityCaptureOnLocationRequestVO.actualLocationTheLocationwhere the captured items are located on.private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) LocationVOTUCaptureRequestVO.actualLocationTheLocationwhere the capturedTransportUnitis 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 TypeMethodDescriptionvoidQuantityCaptureOnLocationRequestVO.setActualLocation(LocationVO actualLocation) voidTUCaptureRequestVO.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.actualLocationThe actualLocation thePackagingUnitis 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 TypeMethodDescriptionvoidPackagingUnitVO.setActualLocation(LocationVO actualLocation)