Class PAccountSearchDlg

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PAccountSearchDlg extends JDialog
This class implements a dialog that searches Portal for accounts; its similar to the main search dialog, except that this is: modal the results list is single-selection the search is single-dB, the dB that you specify the search is limited to one brand, the brand that you specify
Version:
%version: 7 % %date_modified: Fri Oct 19 12:00:40 2001 %
Author:
lnair
See Also:
  • Constructor Details

    • PAccountSearchDlg

      public PAccountSearchDlg(Frame frame, String title, long db, PScopeEntryPoint brand)
      Parameters:
      frame -
      title -
      db - Passing in a value of -1 means the db will not be restricted (i.e. a Global search will be used).
      brand -
  • Method Details

    • setDatabaseID

      public void setDatabaseID(long db)
    • setVisible

      public void setVisible(boolean b)
      Overrides:
      setVisible in class Dialog
    • getSelectedAccount

      public PModelHandle getSelectedAccount()