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

Packages that use StockTransaction
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. 
 

Uses of StockTransaction in org.paneris.jammyjoes.controller
 

Methods in org.paneris.jammyjoes.controller with parameters of type StockTransaction
 void SalesAnalysis.StockTransactionSummary.add(StockTransaction transaction)
           
 

Uses of StockTransaction in org.paneris.jammyjoes.model
 

Methods in org.paneris.jammyjoes.model that return StockTransaction
 StockTransaction Product.newStockTransaction(java.sql.Date date, StockTransactionType type, java.lang.Integer quantity)
           
 

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

Methods in org.paneris.jammyjoes.model.generated that return StockTransaction
 StockTransaction ShopOrderItemBase.getStocktransaction()
          Retrieves the Stocktransaction object referred to.
 StockTransaction StockTransactionTableBase.getStockTransactionObject(int troid)
          Retrieve the StockTransaction as a StockTransaction.
 StockTransaction StockTransactionTableBase.getStockTransactionObject(java.lang.Integer troid)
          Retrieve the StockTransaction as a StockTransaction.
 

Methods in org.paneris.jammyjoes.model.generated with parameters of type StockTransaction
 void ShopOrderItemBase.setStocktransaction(StockTransaction cooked)
          Set the Stocktransaction.
 



Copyright © 2001-2008 PanEris. All Rights Reserved.