|
|
| WebLogic Server 6.1 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.ejb20.bands
Interface RecordingHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface RecordingHome
- extends javax.ejb.EJBLocalHome
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
public Recording create(java.lang.String title,
java.lang.String band,
java.lang.String founder,
java.sql.Date recDate)
throws javax.ejb.CreateException
findBigRecordings
public java.util.Collection findBigRecordings(long sales)
throws javax.ejb.FinderException
findByPrimaryKey
public Recording findByPrimaryKey(RecordingPK primaryKey)
throws javax.ejb.FinderException
findByTitle
public java.util.Collection findByTitle(java.lang.String title)
throws javax.ejb.FinderException
findNotByBand
public java.util.Collection findNotByBand(Band badBand)
throws javax.ejb.FinderException
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.