Uses of Class
org.openwms.wms.receiving.inventory.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
Modifier and TypeMethodDescriptionprotected Product
ReceivingMapperImpl.productVOToProduct
(ProductVO productVO, CycleAvoidingMappingContext cycleAvoidingMappingContext) Modifier and TypeMethodDescriptionprotected ProductVO
ReceivingMapperImpl.productToProductVO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of Product in org.openwms.wms.receiving.events
Modifier and TypeMethodDescriptionprotected ProductMO
ReceivingMOMapperImpl.productToProductMO
(Product product, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of Product in org.openwms.wms.receiving.impl
Modifier and TypeFieldDescriptionprivate @NotNull(groups=CreateQuantityReceipt.class) Product
ReceivingOrderPosition.product
The expectedProduct
to be receipt.Modifier and TypeMethodDescriptionprotected Product
AbstractCapturer.getProduct
(String sku) protected Product
QuantityCaptureOnLocationRequestCapturer.getProduct
(QuantityCaptureOnLocationRequestVO request) ReceivingOrderPosition.getProduct()
private Product
ReceivingOrderPosition.getProduct
(ServiceProvider serviceProvider, String sku) ModifierConstructorDescriptionReceivingOrderPosition
(Integer posNo, org.openwms.core.units.api.Measurable quantityExpected, Product product) -
Uses of Product in org.openwms.wms.receiving.inventory
Modifier and TypeMethodDescriptionProductMapper.convertFromMO
(InventoryProductMO mo) ProductMapperImpl.convertFromMO
(InventoryProductMO mo) ProductMapper.convertFromVO
(ProductVO vo) ProductMapperImpl.convertFromVO
(ProductVO vo) Update an existingProduct
instanceModifier and TypeMethodDescriptionFind and return aProduct
. -
Uses of Product in org.openwms.wms.receiving.inventory.impl
Modifier and TypeMethodDescriptionProductRepository.findByForeignPKey
(String foreignPKey) ProductRepository.findBypKey
(String persistentKey) Find and return aProduct
.