Uses of Class
org.openwms.wms.receiving.api.ProductVO
Packages that use 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
Methods in org.openwms.wms.receiving that return ProductVOModifier and TypeMethodDescriptionprotected ProductVO
ReceivingMapperImpl.productToProductVO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type ProductVOModifier and TypeMethodDescriptionprotected Product
ReceivingMapperImpl.productVOToProduct
(ProductVO productVO, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of ProductVO in org.openwms.wms.receiving.api
Fields in org.openwms.wms.receiving.api declared as ProductVOModifier 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.Methods in org.openwms.wms.receiving.api that return ProductVOModifier and TypeMethodDescriptionQuantityCaptureOnLocationRequestVO.getProduct()
QuantityCaptureRequestVO.getProduct()
ReceivingOrderPositionVO.getProduct()
Methods in org.openwms.wms.receiving.api with parameters of type ProductVOModifier and TypeMethodDescriptionvoid
QuantityCaptureOnLocationRequestVO.setProduct
(ProductVO product) void
QuantityCaptureRequestVO.setProduct
(ProductVO product) void
ReceivingOrderPositionVO.setProduct
(@NotNull(groups=CreateQuantityReceipt.class) ProductVO product) Constructors in org.openwms.wms.receiving.api with parameters of type ProductVOModifierConstructorDescriptionReceivingOrderPositionVO
(@NotNull Integer positionId, @NotNull(groups=CreateQuantityReceipt.class) org.openwms.core.units.api.Measurable<?, ?, ?> quantityExpected, @NotNull(groups=CreateQuantityReceipt.class) ProductVO product)