Class PSponsorOwnerSearchBeanImpl

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

public class PSponsorOwnerSearchBeanImpl extends PIASearchPanelBean implements PSponsorOwnerSearchBean
Controller class for searching for sponsor owners within the account creation wizard.
Version:
%version: 10 % %date_modified: Tue Mar 12 12:20:58 2002 %
See Also:
  • Constructor Details

    • PSponsorOwnerSearchBeanImpl

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

    • startSearch

      public PModelHandle[] startSearch(PModelHandle[] criteria, Vector aClasses, Long db) throws RemoteException
      Initializes the the start of a search for a search for sponsor owners.
      Specified by:
      startSearch in interface PSponsorOwnerSearchBean
      Parameters:
      criteria - the information used in the search
      aClasses - the associated classes for the search criteria
      db - the database 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 sponsor group owners. 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