Interface PCCPage

All Known Subinterfaces:
PAccountViewPage, PWizardPage
All Known Implementing Classes:
ListOfBalanceMonitorsPanel, ListOfMonitorMembersPanel, PAcctHierarchyPage, PAcctNoHierarchyPage, PARActionAdjustDetailPage, PARActionDetailAppliedToPage, PARActionDetailPage, PARActionRefundDetailPage, PARActionWriteoffDetailPage, PARAllActionsPage, PARBalancePage, PARDisputesPage, PARItemDetailsPage, PARPaymentDetailPage, PARUnappliedPage, PBillDetailsPage, PBillingCycleAndTaxSetupPage, PBillingPage, PBillsEntryPanel, PBillUnitHierarchyPage, PCAConsumerPaymentPanel, PCAEmptyProfilePanel, PChangeStatusPage, PContactPage, PCreditLimitPage, PCustomizeProductsPanel, PDeferredActionPage, PDeviceHistoryBasePage, PExistingProductsPanel, PGeneralPage, PGroupMembersPage, PHierarchyLabelPage, PHierarchyMoveOptionsPage, PHierarchyMovePage, PHierarchyRemoveAcctPage, PHomePage, PIACAPaymentPanel, PIACAProfilePanel, PMaintenancePage, PMandateStatusPage, PMapInfoPage, PNewServicePage, PNumberHistoryPage, PPaymentPage, PPaymentSetup, PPaymentWizard, PPlanOptionsPage, PPPVPage, PProductDetailsPanel, PPromotionPage, PPurchasePanel, PRolloverTransferPanel, PSelfRegistrationPage, PServiceDealProductHistoryPanel, PServicePage, PSharingPage, PSIMHistoryPage, PSponsorGroup, PSponsorGroupMembers, PSponsorship, PSubscriberPrefsPage, PSubscriptionServicePage, PSummaryPage, PTechDetails, PTelcoDeviceHistoryBase, PTelcoPromotionPage

public interface PCCPage
The common methods for all Customer Center panels. It is assumed every panel displayed in Customer Center implements this interface.
Version:
%version: 5 % %date_modified: Fri Aug 31 11:05:38 2001 %
Author:
kapono
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after a page is made visible via a drilldown
    Retrieves the localizable text string used to identify this page.
    void
    This method should perform any needed cleanup before the page is reused to display data for a different account.
  • Method Details

    • enteringPage

      void enteringPage()
      Called after a page is made visible via a drilldown
    • getLabel

      String getLabel()
      Retrieves the localizable text string used to identify this page. This may be used in the navigator of a wizard or in the breadcrumb trail.
      Returns:
      The tag that will be displayed in the breadcrumb trail to reference this component.
    • recycle

      void recycle()
      This method should perform any needed cleanup before the page is reused to display data for a different account.