Uses of Class
org.openwms.wms.receiving.api.ProductVO
Package
Description
Contains types to handle receiving orders.
Contains types that belong to the public API of the WMS Receiving Service.
-
Uses of ProductVO in org.openwms.wms.receiving
Modifier and TypeMethodDescriptionprotected ProductVO
ReceivingMapperImpl.productToProductVO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) Modifier and TypeMethodDescriptionprotected Product
ReceivingMapperImpl.productVOToProduct
(ProductVO productVO, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of ProductVO in org.openwms.wms.receiving.api
Modifier and TypeFieldDescriptionprivate ProductVO
QuantityCaptureOnLocationRequestVO.product
The capturedProduct
.private @NotNull(groups=CreateQuantityReceipt.class) ProductVO
QuantityCaptureRequestVO.product
The capturedProduct
.private @NotNull(groups=CreateQuantityReceipt.class) ProductVO
ReceivingOrderPositionVO.product
The unique SKU of the expectedProduct
- must not be empty.Modifier and TypeMethodDescriptionQuantityCaptureOnLocationRequestVO.getProduct()
QuantityCaptureRequestVO.getProduct()
ReceivingOrderPositionVO.getProduct()
Modifier and TypeMethodDescriptionvoid
QuantityCaptureOnLocationRequestVO.setProduct
(ProductVO product) void
QuantityCaptureRequestVO.setProduct
(ProductVO product) void
ReceivingOrderPositionVO.setProduct
(@NotNull(groups=CreateQuantityReceipt.class) ProductVO product) ModifierConstructorDescriptionReceivingOrderPositionVO
(@NotNull Integer positionId, @NotNull(groups=CreateQuantityReceipt.class) org.openwms.core.units.api.Measurable<?, ?, ?> quantityExpected, @NotNull(groups=CreateQuantityReceipt.class) ProductVO product)