Uses of Class
org.openwms.wms.receiving.inventory.Product
Packages that use Product
Package
Description
Contains types to handle receiving orders.
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 TypeMethodDescriptionReceivingMapper.convertFromMO
(ProductMO mo) ReceivingMapperImpl.convertFromMO
(ProductMO mo) protected Product
ReceivingMapperImpl.productVOToProduct
(ProductVO productVO, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type ProductModifier and TypeMethodDescriptionprotected ProductMO
ReceivingMapperImpl.productToProductMO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) protected ProductVO
ReceivingMapperImpl.productToProductVO
(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) 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 ProductMethods 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.findBypKey
(String persistentKey) Find and return aProduct
.Methods in org.openwms.wms.receiving.inventory.impl with parameters of type Product