Class ServiceSearchDialog

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

public class ServiceSearchDialog extends JDialog
This new search dialog is used for searching the services.
Author:
mchellam
See Also:
  • Field Details

  • Constructor Details

    • ServiceSearchDialog

      public ServiceSearchDialog(Frame parent, boolean modal, Poid poidBillUnit)
      Constructor
      Parameters:
      parent - Frame of the parent
      modal - is Modal?
      poidBillUnit - billinfo poid
  • Method Details

    • setCloseButtonClicked

      public void setCloseButtonClicked(boolean clicked)
      Sets whether close button is clicked
      Parameters:
      clicked -
    • isCloseButtonClicked

      public boolean isCloseButtonClicked()
      Is close button clicked?
      Returns:
    • getSelectedServices

      public PModelHandle getSelectedServices()
      This method returns only the selected services from the results table.
      Returns:
      PModelHandle
    • setSelectedServices

      public void setSelectedServices(PModelHandle pmhSelectedServices)
      This method sets the selected services from the results table.
    • init

      protected void init()
      Initializes the dialog.