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

Packages that use StockTransactionType
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 StockTransactionType in org.paneris.jammyjoes.model
 

Methods in org.paneris.jammyjoes.model that return StockTransactionType
 StockTransactionType StockTransactionTypeTable.getInternetSale()
           
 StockTransactionType StockTransactionTypeTable.getPurchase()
           
 StockTransactionType StockTransactionTypeTable.getShopSale()
           
 StockTransactionType StockTransactionTypeTable.getStockCheckDecrease()
           
 StockTransactionType StockTransactionTypeTable.getStockCheckIncreasee()
           
 StockTransactionType StockTransactionTypeTable.getTelephoneSale()
           
 

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

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

Methods in org.paneris.jammyjoes.model.generated that return StockTransactionType
 StockTransactionType StockTransactionTypeTableBase.getStockTransactionTypeObject(int troid)
          Retrieve the StockTransactionType as a StockTransactionType.
 StockTransactionType StockTransactionTypeTableBase.getStockTransactionTypeObject(java.lang.Integer troid)
          Retrieve the StockTransactionType as a StockTransactionType.
 StockTransactionType StockTransactionBase.getType()
          Retrieves the Type object referred to.
 

Methods in org.paneris.jammyjoes.model.generated with parameters of type StockTransactionType
 void StockTransactionBase.setType(StockTransactionType cooked)
          Set the Type.
 



Copyright © 2001-2008 PanEris. All Rights Reserved.