Uses of Interface
org.apache.geronimo.samples.daytrader.ejb.LocalQuote

Packages that use LocalQuote
org.apache.geronimo.samples.daytrader.ejb   
 

Uses of LocalQuote in org.apache.geronimo.samples.daytrader.ejb
 

Methods in org.apache.geronimo.samples.daytrader.ejb that return LocalQuote
 LocalQuote LocalQuoteHome.create(String symbol, String companyName, BigDecimal price)
           
abstract  LocalQuote HoldingBean.ejbSelectQuoteFromSymbol(String symbol)
           
 LocalQuote LocalQuoteHome.findByPrimaryKey(String symbol)
           
 LocalQuote LocalQuoteHome.findByPrimaryKeyForUpdate(String symbol)
           
 LocalQuote LocalQuoteHome.findOne()
           
abstract  LocalQuote OrderBean.getQuote()
           
 LocalQuote LocalOrder.getQuote()
           
abstract  LocalQuote HoldingBean.getQuote()
           
 LocalQuote LocalHolding.getQuote()
           
 

Methods in org.apache.geronimo.samples.daytrader.ejb with parameters of type LocalQuote
 LocalHolding LocalHoldingHome.create(Integer holdingID, LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 LocalOrder LocalOrderHome.create(Integer orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 LocalHolding LocalHoldingHome.create(int holdingID, LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 LocalOrder LocalOrderHome.create(int orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 LocalHolding TradeBean.createHolding(LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 LocalOrder TradeBean.createOrder(Integer orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 LocalOrder TradeBean.createOrder(int orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 Integer HoldingBean.ejbCreate(Integer holdingID, LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 Integer OrderBean.ejbCreate(Integer orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 Integer HoldingBean.ejbCreate(int holdingID, LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 Integer OrderBean.ejbCreate(int orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 void HoldingBean.ejbPostCreate(Integer holdingID, LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 void OrderBean.ejbPostCreate(Integer orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
 void HoldingBean.ejbPostCreate(int holdingID, LocalAccount account, LocalQuote quote, double quantity, BigDecimal purchasePrice)
           
 void OrderBean.ejbPostCreate(int orderID, LocalAccount account, LocalQuote quote, LocalHolding holding, String orderType, double quantity)
           
abstract  void OrderBean.setQuote(LocalQuote quote)
           
abstract  void HoldingBean.setQuote(LocalQuote quote)
           
 void LocalHolding.setQuote(LocalQuote quote)
           
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.