Class PSponsorMemberSearch

All Implemented Interfaces:
PSearchProducer, PAppComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PViewDataChangeListener, ActionListener, ContainerListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class PSponsorMemberSearch extends PAccountsEntryPanel
This class implements a search entry panel specific for searching for members of a particular sponsor group.
Version:
%version: 4 % %date_modified: Thu Mar 28 13:22:58 2002 %
See Also:
  • Constructor Details

    • PSponsorMemberSearch

      public PSponsorMemberSearch()
      Creates a sponsor member search panel
  • Method Details

    • setSearchCriteria

      public void setSearchCriteria(PModelHandle groups, int index)
      Set the group information to be used in the search.
      Parameters:
      groups - the list of groups
      index - the selected group
    • getControllerClassName

      public String getControllerClassName() throws RemoteException
      Gets the class name for this class's controller.
      Specified by:
      getControllerClassName in interface PComponent
      Overrides:
      getControllerClassName in class PIASearchPanel
      Returns:
      a String with the component's controller's classname
      Throws:
      RemoteException - thrown for errors
    • startSearch

      public void startSearch()
      Called to start the search process for sponsor members. Data is collected from the fields in the panel which is then added to the search criteria.
      Overrides:
      startSearch in class PIASearchPanel