com.bankframe.examples.bo.account
Interface AccountFinders

All Known Subinterfaces:
AccountHome

public interface AccountFinders

This interface defines the find operations for the Account Entity.


Method Summary
 Enumeration findAll()
          This method retrieves all instances of the Account entity.
 

Method Detail

findAll

Enumeration findAll()
                    throws FinderException,
                           ValidationException,
                           RemoteException
This method retrieves all instances of the Account entity.

Returns:
An ennumeration of all accounts
Throws:
FinderException
ValidationException
RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.