Class PSubscriptionServicePage

All Implemented Interfaces:
PAccountViewPage, PCCPage, DeferralChangeListener, HoldingsChangeListener, ServiceChangeListener, StatusChangeListener, PAppComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PViewDataChangeListener, ActionListener, ContainerListener, MouseListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener

public class PSubscriptionServicePage extends PTechDetails
The top-level container for service data display extends PTechDetails used to display service details ONLY if GSM Client is not installed AND the Account has Subscription services associated with it. Contains a TreeTable listing the services owned by the given account, and a grouping of panels displaying the extended service data for each service. As services are selected in the table, the associated service detail data is displayed in a separate panel below the table.
Version:
1.0
Author:
Shiju. R
See Also:
  • Constructor Details

    • PSubscriptionServicePage

      public PSubscriptionServicePage()
      Creates a new technical details panel, displaying a tree-table of service and device relationships.
  • Method Details

    • jbInit

      protected void jbInit() throws Exception
      Overrides:
      jbInit in class PTechDetails
      Throws:
      Exception
    • loadServiceDeviceData

      public void loadServiceDeviceData()
      This method process the Input Flist and putting in to HashMap service POID is a key and Vector is value. Device values are added in to the Vector
      Overrides:
      loadServiceDeviceData in class PTechDetails