org.apache.geronimo.samples.daytrader.ejb
Interface QuoteHome
- All Superinterfaces:
- EJBHome, Remote
public interface QuoteHome
- extends EJBHome, Remote
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.