The following InventoryManager methods are implemented:

Method name

Purpose

Returns

queryAvailabilityStatus

Returns the availability status of a given item.

If requestAvailableInventory(pId, pLocationId) > 0, return in stock else, return out of stock

queryStockLevel

Returns how many of a given item are in the system

returns requestAvailableInventory(pId, pLocationId)


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices