Class SharingAccountEntryPanel

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

public class SharingAccountEntryPanel extends PAccountsEntryPanel
This class extends PAccountsEntryPanel and provides additional functionality to create Global Charge Sharing Group by Providing a check box. This check box is visible only if the CSR is having Global Charge Sharing Permission.
Author:
Madhu BS
See Also:
  • Constructor Details

    • SharingAccountEntryPanel

      public SharingAccountEntryPanel(String sharingType)
  • Method Details

    • isGlobalSharingSelected

      public boolean isGlobalSharingSelected()
      Returns whether the global charge sharing option is selected or not.
      Returns:
      boolean true means selected else returns false
    • setEnableGlobalSharing

      public void setEnableGlobalSharing(boolean enableGlobalSharing)