Class PTelcoPromotionPanel

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

public class PTelcoPromotionPanel extends PIACustomizablePanel implements ActionListener, ListSelectionListener, ItemListener, HoldingsChangeListener
This is a shared panel for both account and service promotions (Extended Rating Attributes). Promotions for Telco services are implemented as profile objects.

There are two kinds of promotions (rating attributes profile classes):

  • Account level: /profile/acct_extrating
  • Service level: /profile/serv_extrating

Version:
%date_modified: Thr Feb 26 18:53:38 2003 %
See Also:
  • Field Details

    • ACCOUNT_ERA_PROFILE

      public static final String ACCOUNT_ERA_PROFILE
      Account level promotion storable class name.
      See Also:
    • SERVICE_ERA_PROFILE

      public static final String SERVICE_ERA_PROFILE
      Service level promotion storable class name.
      See Also:
  • Constructor Details

    • PTelcoPromotionPanel

      public PTelcoPromotionPanel()
      Creates a new account level promotions (extended rating attributes) panel.
    • PTelcoPromotionPanel

      public PTelcoPromotionPanel(boolean accountERA)
      Creates a new promotions panel (extended rating attributes) panel based on the passed in profile class.
      Parameters:
      accountERA - true if account level; or false if service level
  • Method Details