FileDocCategorySizeDatePackage
PeopleFinder.javaAPI DocExample2124Thu Dec 15 21:38:40 GMT 2005com.oreilly.jent.people.soap

PeopleFinder

public interface PeopleFinder implements Remote
Remote interface that exposes our search capabilities to RMI clients

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 Map argument. This method supports the same search parameters as those supported by the PersonDAO interface.

param
searchParams Search parameters.
return
Collection of Person beans representing the results.
throws
RemoteException