Uses of Class
org.paneris.jammyjoes.model.Product

Packages that use Product
org.paneris.jammyjoes.controller   
org.paneris.jammyjoes.model The POEM-generated model classes for org.paneris.jammyjoes.model. 
org.paneris.jammyjoes.model.generated The POEM-generated support classes for org.paneris.jammyjoes.model. 
org.paneris.jammyjoes.shopping   
 

Uses of Product in org.paneris.jammyjoes.controller
 

Methods in org.paneris.jammyjoes.controller that return Product
 Product SalesAnalysis.StockTransactionSummary.getProduct()
           
 Product StockEntry.Item.getProduct()
           
 

Constructors in org.paneris.jammyjoes.controller with parameters of type Product
SimilarSearchCriteria(Product similarToMe)
           
 

Uses of Product in org.paneris.jammyjoes.model
 

Constructors in org.paneris.jammyjoes.model with parameters of type Product
Product.StockValues(Product p, double sl)
           
 

Uses of Product in org.paneris.jammyjoes.model.generated
 

Methods in org.paneris.jammyjoes.model.generated that return Product
 Product ShopOrderItemBase.getProduct()
          Retrieves the Product object referred to.
 Product StockTransactionBase.getProduct()
          Retrieves the Product object referred to.
 Product ProductTableBase.getProductObject(int troid)
          Retrieve the Product as a Product.
 Product ProductTableBase.getProductObject(java.lang.Integer troid)
          Retrieve the Product as a Product.
 

Methods in org.paneris.jammyjoes.model.generated with parameters of type Product
 void ShopOrderItemBase.setProduct(Product cooked)
          Set the Product.
 void StockTransactionBase.setProduct(Product cooked)
          Set the Product.
 

Uses of Product in org.paneris.jammyjoes.shopping
 

Methods in org.paneris.jammyjoes.shopping that return Product
 Product JammyJoesShoppingTrolleyItem.getProduct()
           
 



Copyright © 2001-2008 PanEris. All Rights Reserved.