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 ProductVOReceivingMapperImpl.productToProductVO(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type ProductVOModifier and TypeMethodDescriptionprotected ProductReceivingMapperImpl.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 ProductVOQuantityCaptureOnLocationRequestVO.productThe capturedProduct.private @NotNull(groups=CreateQuantityReceipt.class) ProductVOQuantityCaptureRequestVO.productThe capturedProduct.private @NotNull(groups=CreateQuantityReceipt.class) ProductVOReceivingOrderPositionVO.productThe 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 TypeMethodDescriptionvoidQuantityCaptureOnLocationRequestVO.setProduct(ProductVO product) voidQuantityCaptureRequestVO.setProduct(ProductVO product) voidReceivingOrderPositionVO.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)