Class PSponsorOwnerSearch

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

public class PSponsorOwnerSearch extends PAccountsEntryPanel
This class implements a search entry panel specific for searching for owners of sponsor groups. It is used in the Account creation wizard.
Version:
%version: 7 % %date_modified: Tue Mar 12 11:43:46 2002 %
See Also:
  • Constructor Details

    • PSponsorOwnerSearch

      public PSponsorOwnerSearch()
      Creates a sponsor owner search panel
  • Method Details

    • setSearchCriteria

      public void setSearchCriteria(Long db)
      Set the account information to be used in the search.
      Parameters:
      db - restrict the search to this database
    • 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 owners. Data is collected from the fields in the panel which is then added to the search criteria.
      Overrides:
      startSearch in class PIASearchPanel