Uses of Class
com.ibm.websphere.samples.pbw.jpa.Inventory

Packages that use Inventory
com.ibm.websphere.samples.pbw.ejb   
com.ibm.websphere.samples.pbw.jpa   
com.ibm.websphere.samples.pbw.war   
 

Uses of Inventory in com.ibm.websphere.samples.pbw.ejb
 

Methods in com.ibm.websphere.samples.pbw.ejb that return Inventory
 Inventory CatalogMgr.getItemInventory(String inventoryID)
          Get the Inventory item for the given ID.
 

Methods in com.ibm.websphere.samples.pbw.ejb that return types with arguments of type Inventory
 ArrayList<Inventory> ShoppingCartBean.getItems()
          Get the items in the shopping cart.
 Vector<Inventory> CatalogMgr.getItemsByCategory(int category)
          Get all inventory items for the given category.
 

Methods in com.ibm.websphere.samples.pbw.ejb with parameters of type Inventory
 void ShoppingCartContent.addItem(Inventory si)
          Add the item to the shopping cart.
 void ShoppingCartBean.addItem(Inventory new_item)
          Add an item to the cart.
 boolean CatalogMgr.addItem(Inventory item)
          Add an inventory item.
 void ShoppingCartBean.checkInventory(Inventory si)
          Method checkInventory.
 void ShoppingCartContent.removeItem(Inventory si)
          Remove the item from the shopping cart.
 void ShoppingCartBean.removeItem(Inventory item)
          Remove an item from the cart.
 void ShoppingCartContent.updateItem(Inventory si)
          Update the item in the shopping cart.
 

Method parameters in com.ibm.websphere.samples.pbw.ejb with type arguments of type Inventory
 Order ShoppingCartBean.createOrder(String customerID, String billName, String billAddr1, String billAddr2, String billCity, String billState, String billZip, String billPhone, String shipName, String shipAddr1, String shipAddr2, String shipCity, String shipState, String shipZip, String shipPhone, String creditCard, String ccNum, String ccExpireMonth, String ccExpireYear, String cardHolder, int shippingMethod, Collection<Inventory> items)
          Create an order with contents of a shopping cart.
 void ShoppingCartBean.setItems(Collection<Inventory> items)
          Set the items in the shopping cart.
 

Uses of Inventory in com.ibm.websphere.samples.pbw.jpa
 

Methods in com.ibm.websphere.samples.pbw.jpa that return Inventory
 Inventory OrderItem.getInventory()
           
 Inventory BackOrder.getInventory()
           
 

Methods in com.ibm.websphere.samples.pbw.jpa with parameters of type Inventory
 void OrderItem.setInventory(Inventory inv)
           
 void BackOrder.setInventory(Inventory inventory)
           
 

Constructors in com.ibm.websphere.samples.pbw.jpa with parameters of type Inventory
BackOrder(Inventory inventory, int quantity)
           
Inventory(Inventory item)
          Create a new Inventory.
OrderItem(Inventory inv)
           
OrderItem(Order order, String orderID, Inventory inv, String name, String pkginfo, float price, float cost, int quantity, int category, String sellDate)
           
 

Uses of Inventory in com.ibm.websphere.samples.pbw.war
 

Methods in com.ibm.websphere.samples.pbw.war that return Inventory
 Inventory ProductBean.getInventory()
           
 Inventory BackOrderItem.getInventory()
          Method getInventoryID.
 

Constructors in com.ibm.websphere.samples.pbw.war with parameters of type Inventory
BackOrderItem(String backOrderID, Inventory inventoryID, String name, int quantity, String status)
          Method BackOrderItem.
ProductBean(Inventory inventory)
           
ShoppingItem(Inventory i)
           
 



Copyright © 2011. All Rights Reserved.