updateItemStock

public abstract void updateItemStock(String itemId, long stockCount, ResultStatus resultStatus)

Update stock count for an item. This is the old way of updating stock that takes a long, the new way is updateItemStockQuantity and takes a double.