FileDocCategorySizeDatePackage
PeopleFinderLocal.javaAPI DocExample2157Thu Dec 15 22:35:18 GMT 2005com.oreilly.jent.annotation.people.ejb

PeopleFinderLocal

public interface PeopleFinderLocal implements javax.ejb.EJBLocalObject
Remote client interface for the EJB component

Fields Summary
Constructors Summary
Methods Summary
public com.oreilly.jent.annotation.people.Person[]findPeople(com.oreilly.jent.annotation.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
searchParams Search parameters.
return
Array of Person beans representing the results.
throws
RemoteException