com.bankframe.examples.bo.account
Interface AccountFinders
- All Known Subinterfaces:
- AccountHome
- public interface AccountFinders
This interface defines the find operations for the Account Entity.
- Author:
- ETU
Method Summary |
java.util.Enumeration |
findAll()
This method retrieves all instances of the Account entity. |
findAll
public java.util.Enumeration findAll()
throws javax.ejb.FinderException,
ValidationException,
java.rmi.RemoteException
- This method retrieves all instances of the Account entity.
- Returns:
- An ennumeration of all accounts
- Throws:
javax.ejb.FinderException
ValidationException
java.rmi.RemoteException
Copyright © 2004 Siebel Systems, Inc. All rights reserved.