Uses of Class
org.openwms.wms.receiving.inventory.Product
Packages that use Product
Package
Description
Contains types to handle receiving orders.
Contains listener classes that listen on internal events.
Contains internal types of the microservice implementation.
Contains types to deal with warehouse inventory.
Contains implementation classes to manage the warehouse inventory.
-
Uses of Product in org.openwms.wms.receiving
Methods in org.openwms.wms.receiving that return ProductModifier and TypeMethodDescriptionprotected Product
ReceivingMapperImpl.productVOToProduct
(ProductVO productVO, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type ProductModifier and TypeMethodDescriptionprotected ProductVO
ReceivingMapperImpl.productToProductVO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of Product in org.openwms.wms.receiving.events
Methods in org.openwms.wms.receiving.events with parameters of type ProductModifier and TypeMethodDescriptionprotected ProductMO
ReceivingMOMapperImpl.productToProductMO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of Product in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl declared as ProductModifier and TypeFieldDescriptionprivate @NotNull(groups=CreateQuantityReceipt.class) Product
ReceivingOrderPosition.product
The expectedProduct
to be receipt.Methods in org.openwms.wms.receiving.impl that return ProductModifier and TypeMethodDescriptionprotected Product
AbstractCapturer.getProduct
(String sku) protected Product
QuantityCaptureOnLocationRequestCapturer.getProduct
(QuantityCaptureOnLocationRequestVO request) ReceivingOrderPosition.getProduct()
private Product
ReceivingOrderPosition.getProduct
(ServiceProvider serviceProvider, String sku) Methods in org.openwms.wms.receiving.impl with parameters of type ProductConstructors in org.openwms.wms.receiving.impl with parameters of type ProductModifierConstructorDescriptionReceivingOrderPosition
(Integer posNo, org.openwms.core.units.api.Measurable quantityExpected, Product product) -
Uses of Product in org.openwms.wms.receiving.inventory
Methods in org.openwms.wms.receiving.inventory that return ProductModifier and TypeMethodDescriptionProductMapper.convertFromMO
(InventoryProductMO mo) ProductMapperImpl.convertFromMO
(InventoryProductMO mo) ProductMapper.convertFromVO
(ProductVO vo) ProductMapperImpl.convertFromVO
(ProductVO vo) Update an existingProduct
instanceMethods in org.openwms.wms.receiving.inventory that return types with arguments of type ProductModifier and TypeMethodDescriptionFind and return aProduct
.Methods in org.openwms.wms.receiving.inventory with parameters of type Product -
Uses of Product in org.openwms.wms.receiving.inventory.impl
Methods in org.openwms.wms.receiving.inventory.impl that return ProductMethods in org.openwms.wms.receiving.inventory.impl that return types with arguments of type ProductModifier and TypeMethodDescriptionProductRepository.findByForeignPKey
(String foreignPKey) ProductRepository.findBypKey
(String persistentKey) Find and return aProduct
.Methods in org.openwms.wms.receiving.inventory.impl with parameters of type Product