public interface ReorderMgrInterface
Modifier and Type | Method and Description |
---|---|
void |
reorder(int productId,
java.lang.String sku,
int currentQuantity)
Called when the stock level of a product has fallen below the limit.
|
void reorder(int productId, java.lang.String sku, int currentQuantity) throws java.lang.Exception
productId
- the productIdsku
- the skucurrentQuantity
- the currentQuantityjava.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.