Uses of Class
org.mobicents.examples.convergeddemo.seam.model.Product

Packages that use Product
org.mobicents.examples.convergeddemo.seam.action   
org.mobicents.examples.convergeddemo.seam.model   
 

Uses of Product in org.mobicents.examples.convergeddemo.seam.action
 

Methods in org.mobicents.examples.convergeddemo.seam.action that return types with arguments of type Product
 java.util.List<Product> InsufficientQuantityException.getProducts()
           
 

Methods in org.mobicents.examples.convergeddemo.seam.action with parameters of type Product
 void ShoppingCartBean.addProduct(Product product, int quantity)
           
 void ShoppingCart.addProduct(Product product, int quantity)
           
 

Constructor parameters in org.mobicents.examples.convergeddemo.seam.action with type arguments of type Product
InsufficientQuantityException(java.util.List<Product> products)
           
 

Uses of Product in org.mobicents.examples.convergeddemo.seam.model
 

Methods in org.mobicents.examples.convergeddemo.seam.model that return Product
 Product OrderLine.getProduct()
           
 Product Inventory.getProduct()
           
 

Methods in org.mobicents.examples.convergeddemo.seam.model with parameters of type Product
 void Order.addProduct(Product product, int quantity)
           
 void Order.removeProduct(Product product)
           
 void OrderLine.setProduct(Product product)
           
 void Inventory.setProduct(Product product)
           
 



Copyright © 2010. All Rights Reserved.