Interface PSearchProducer

All Known Implementing Classes:
PAccountsEntryPanel, PBillsEntryPanel, PDeviceSearchEntryPanelBase, PDeviceSearchEntryPanelDefault, PIASearchPanel, PNumberEntryPanel, PRolloverReceiverSearchPanel, PSettopEntryPanel, PSIMEntryPanel, PSponsorMemberSearch, PSponsorOwnerSearch, PTelcoNumberEntryPanel, SharingAccountEntryPanel, SIMEntryPanel

public interface PSearchProducer
Search panels should implement this interface
Version:
%version: 7 % %date_modified: Mon Aug 27 13:44:46 2001 %
Author:
kapono
  • Method Details

    • addSearchInfoListener

      void addSearchInfoListener(PSearchInfoListener l)
      Adds a listener for the results of this search
      Parameters:
      l - the listener
    • removeSearchInfoListener

      void removeSearchInfoListener(PSearchInfoListener l)
      Removes a listener for the results of this search
      Parameters:
      l - the listener
    • setSingleDBSearchEnabled

      void setSingleDBSearchEnabled(boolean flag)
      Enables the single DB Search
    • setSingleDBSearchID

      void setSingleDBSearchID(long id)
    • setSingleDBSearchID

      void setSingleDBSearchID(PModelHandle acct)
      Sets the scope for the single db search to be the database associated with the given account.
      Parameters:
      acct - the account the contains the database to use
    • stop

      void stop()
      Stops the search process
    • search

      void search()
      Starts the search process
    • clear

      void clear()
      Clears the search entry form
    • setSpreadSheet

      void setSpreadSheet(PIASpecSpreadSheet s)
      Registers the results table with the producer
    • setBrandStatus

      void setBrandStatus(boolean status)
      Assigns status if the system is branded or not.
    • setSelectedBrand

      void setSelectedBrand(PScopeEntryPoint newBrand)
      Assigns the selected brand
    • setAllBrandsStatus

      void setAllBrandsStatus(boolean status)
      Assigns all brands selected status
    • setBrandTree

      void setBrandTree(PBrandTree bTree)
      Provides the brand tree object