FileDocCategorySizeDatePackage
PeopleFinder.javaAPI DocExample991Sun Sep 11 17:34:14 BST 2005com.oreilly.jent.people.ejb

PeopleFinder

public interface PeopleFinder implements javax.ejb.EJBObject
Remote client interface for the EJB component

Fields Summary
Constructors Summary
Methods Summary
public com.oreilly.jent.people.Person[]findPeople(com.oreilly.jent.people.SearchArg[] args)
findPeople: Search the underlying person information using the search parameters provided in the arguments. This method supports the same search parameters as those supported by the PersonDAO interface.

param
args Search parameters, as an array of SearchArgs.
return
Array of Person beans representing the results.
throws
InvalidSearchException, PersistenceException or RemoteException