org.apache.geronimo.samples.daytrader.ejb
Interface LocalQuoteHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface LocalQuoteHome
- extends javax.ejb.EJBLocalHome
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
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.