com.konakart.bl
Interface ReorderMgrInterface

All Known Implementing Classes:
ReorderMgr

public interface ReorderMgrInterface

The interface that has to be adhered to by all implementation classes of the ReorderMgr.


Method Summary
 void reorder(int productId, java.lang.String sku, int currentQuantity)
          Called when the stock level of a product has fallen below the limit.
 

Method Detail

reorder

void reorder(int productId,
             java.lang.String sku,
             int currentQuantity)
             throws java.lang.Exception
Called when the stock level of a product has fallen below the limit. The sku (if available) is passed as a parameter along with the product id.

Parameters:
productId -
sku -
currentQuantity -
Throws:
java.lang.Exception


Copyright © 2011 DS Data Systems UK Ltd.