Class PSponsorMemberSearchBeanImpl

All Implemented Interfaces:
PSponsorMemberSearchBean, PIASearch, PIACollectionBean, PControllerBean, Serializable, Remote, Unreferenced

public class PSponsorMemberSearchBeanImpl extends PIASearchPanelBean implements PSponsorMemberSearchBean
Controller class for searching for members within a particular sponsor group.
Version:
%version: 6 % %date_modified: Tue Mar 12 12:20:56 2002 %
See Also:
  • Constructor Details

    • PSponsorMemberSearchBeanImpl

      public PSponsorMemberSearchBeanImpl() throws RemoteException
      Creates an instance of this controller class.
      Throws:
      RemoteException
  • Method Details

    • startSearch

      public 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.
      Specified by:
      startSearch in interface PSponsorMemberSearchBean
      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
    • setupSearch

      protected void setupSearch(String sClass, String[] res, PModelHandle[] argV, Vector aClasses) throws RemoteException
      Overwritten to set up a search for members within a sponsor group. Information is retrieved from argV to set up the search criteria.
      Overrides:
      setupSearch in class PIASearchPanelBean
      Parameters:
      sClass - not used for this setup
      res - not used for this setup
      argV - the data to be used for the search
      aClasses - the associated classes for the data
      Throws:
      RemoteException - if anything goes wrong