org.apache.geronimo.samples.inventory.services
Class InventoryManager
java.lang.Object
org.apache.geronimo.samples.inventory.services.InventoryManager
public class InventoryManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventoryManager
public InventoryManager()
getItems
public List getItems()
issueItem
public void issueItem(String itemNo,
int quantity)
throws NotSufficientQuantityException
- Throws:
NotSufficientQuantityException
recvItem
public void recvItem(String itemNo,
int quantity)
addItem
public void addItem(String itemNo,
String itemName,
String desc)
throws DuplicateItemIdException
- Throws:
DuplicateItemIdException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.