org.apache.geronimo.samples.daytrader.ejb
Interface LocalQuoteHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalQuoteHome
extends javax.ejb.EJBLocalHome


Method Summary
 LocalQuote create(java.lang.String symbol, java.lang.String companyName, java.math.BigDecimal price)
           
 java.util.Collection findAll()
           
 LocalQuote findByPrimaryKey(java.lang.String symbol)
           
 LocalQuote findByPrimaryKeyForUpdate(java.lang.String symbol)
           
 LocalQuote findOne()
           
 java.util.Collection findQuotes(java.lang.String symbols)
           
 java.util.Collection findTSIAQuotes()
           
 java.util.Collection findTSIAQuotesOrderByChange()
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public LocalQuote create(java.lang.String symbol,
                         java.lang.String companyName,
                         java.math.BigDecimal price)
                  throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKeyForUpdate

public LocalQuote findByPrimaryKeyForUpdate(java.lang.String symbol)
                                     throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

public LocalQuote findByPrimaryKey(java.lang.String symbol)
                            throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findOne

public LocalQuote findOne()
                   throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findTSIAQuotes

public java.util.Collection findTSIAQuotes()
                                    throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findTSIAQuotesOrderByChange

public java.util.Collection findTSIAQuotesOrderByChange()
                                                 throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findQuotes

public java.util.Collection findQuotes(java.lang.String symbols)
                                throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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