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

All Superinterfaces:
EJBHome, Remote

public interface QuoteHome
extends EJBHome, Remote


Method Summary
 Quote create(String symbol, String companyName, BigDecimal price)
           
 Collection findAll()
           
 Quote findByPrimaryKey(String symbol)
           
 Quote findByPrimaryKeyForUpdate(String symbol)
           
 Quote findOne()
           
 Collection findQuotes(String symbols)
           
 Collection findTSIAQuotes()
           
 Collection findTSIAQuotesOrderByChange()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

Quote create(String symbol,
             String companyName,
             BigDecimal price)
             throws CreateException,
                    RemoteException
Throws:
CreateException
RemoteException

findByPrimaryKeyForUpdate

Quote findByPrimaryKeyForUpdate(String symbol)
                                throws FinderException,
                                       RemoteException
Throws:
FinderException
RemoteException

findByPrimaryKey

Quote findByPrimaryKey(String symbol)
                       throws FinderException,
                              RemoteException
Throws:
FinderException
RemoteException

findOne

Quote findOne()
              throws FinderException,
                     RemoteException
Throws:
FinderException
RemoteException

findAll

Collection findAll()
                   throws FinderException,
                          RemoteException
Throws:
FinderException
RemoteException

findTSIAQuotes

Collection findTSIAQuotes()
                          throws FinderException,
                                 RemoteException
Throws:
FinderException
RemoteException

findTSIAQuotesOrderByChange

Collection findTSIAQuotesOrderByChange()
                                       throws FinderException,
                                              RemoteException
Throws:
FinderException
RemoteException

findQuotes

Collection findQuotes(String symbols)
                      throws FinderException,
                             RemoteException
Throws:
FinderException
RemoteException


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