Interface PSponsorMemberSearchBean

All Superinterfaces:
PControllerBean, PIASearch, Remote
All Known Implementing Classes:
PSponsorMemberSearchBeanImpl

public interface PSponsorMemberSearchBean extends PIASearch
Controller class for handling searching for members in a sponsor group.
Version:
%version: 1 % %date_modified: Thu Jun 28 10:59:39 2001 %
  • Method Details

    • startSearch

      PModelHandle[] startSearch(PModelHandle[] criteria, Vector aClasses, PModelHandle groups, int index, PModelHandle acct) throws RemoteException
      Initializes the the start of a search for a search for members within a particular group.
      Parameters:
      criteria - the information used in the search
      aClasses - the associated classes for the search criteria
      groups - the list of sponsor groups
      index - the selected group
      acct - the current account to narrow the scope of the search
      Returns:
      the search results
      Throws:
      RemoteException