Package com.portal.bas
Interface PAppComponent
- All Superinterfaces:
EventListener,PClientComponent,PComponent,PViewDataChangeListener
- All Known Subinterfaces:
PAppFieldComponent
- All Known Implementing Classes:
AbstractSearchModule,AdjustEventPanel,BalanceGroupSearchResultsTable,BrowserPanel,BrowseWin,EventResultsTablePanel,GSMGeneralAttributesPanel,GSMServicePanel,ListOfBalanceMonitorsPanel,ListOfMonitorMembersPanel,LoginWrapper,NUMPanel,PAccountsEntryPanel,PAccountsResults,PAccountsResultsPanel,PAccountTitlePanel,PAcctHierarchyPage,PAcctNoHierarchyPage,PAcctTree,PActiveAccountManager,PAddressPanel,PARAcctAdjustPanel,PARActionAdjustDetailPage,PARActionDetailAppliedToPage,PARActionDetailPage,PARActionRefundDetailPage,PARActionWriteoffDetailPage,PARAllActionsPage,PARAllocatePanel,PARBalancePage,PARBillAdjustPanel,PARConnectionAdjustPanel,PARCreditLimitPanel,PARDebitAllocatePanel,PARDisputesPage,PAREventAdjustPanel,PAREventDisputePanel,PAREventResults,PAREventSettlementPanel,PARItemAdjustPanel,PARItemDetailsPage,PARPaymentDetailPage,PArrayTable,PARUnappliedPage,PARWriteoffPanel,PAvailableServicesPanel,PBackdateSetupPanel,PBestConfigPanel,PBestPricingSavingsPanel,PBillDetailsPage,PBillingCycleAndTaxSetupPage,PBillingPage,PBillsEntryPanel,PBillsResults,PBillUnitDetailsPanel,PBillUnitHierarchyPage,PBillUnitPanel,PBrandTree,PBroadbandPanel,PCAConsumerPaymentBillPanel,PCAConsumerPaymentPanel,PCAEmptyProfilePanel,PChangeAccountStatusOptionPanel,PChangeStatusPage,PChangeStatusPage.PIAChangeStatusTextAreaField,PChargeSharingPanel,PCollectionsMembershipPanel,PCollectionsSharingPanel,PComparePage,PContactPage,PContactPanel,PCreditCardPanel,PCreditLimitPage,PCustomerCenterInternals,PCustomizeProductsPanel,PDefaultChoiceStringEnum,PDefaultDevicePanel,PDeferredActionPage,PDeviceAccountsEntryPanel,PDeviceComboBox,PDeviceHistoryBasePage,PDeviceSearchEntryPanelBase,PDeviceSearchEntryPanelDefault,PDeviceSearchResultsPanelBase,PDeviceSearchResultsPanelDefault,PDiscountSharingPanel,PEffectiveMoveDatePanel,PEmailPanel,PExistingProductsPanel,PFUSADirDebitPanel,PGeneralPage,PGPRSPanel,PGroupMembersPage,PGSMPanel,PHierarchyLabelPage,PHierarchyMoveOptionsPage,PHierarchyMovePage,PHierarchyRemoveAcctPage,PHomePage,PI18NPanel,PIABigIntegerField,PIABinaryStringField,PIABooleanEnumField,PIABooleanEnumRadioField,PIACanonField,PIACAPaymentPanel,PIACAProfilePanel,PIAComponentCollection,PIAConstant,PIACurrencyField,PIACustomizablePanel,PIADateField,PIADefaultChoiceEnumField,PIADefaultPaymentTypePanel,PIADigitsTextField,PIAEnumField,PIAExtendedDevicesBase,PIAExtendedServicesBase,PIAFieldComponent,PIAGroupTree,PIAIndexedArrayTable,PIAIntegerField,PIAList,PIANumberField,PIAObjectField,PIAPasswordField,PIAPaymentField,PIAPaymentOnFileField,PIAPaymentTypePanel,PIAPercentField,PIAPhoneTable,PIAReadOnlyField,PIAScrollPane,PIASearchPanel,PIASearchResultsPanel,PIASpecSpreadSheet,PIASpinnerField,PIASpreadSheet,PIAStringEnum,PIATabPane,PIATextAreaField,PIATextField,PInvoicePOPanel,PIPPanel,PMaintenancePage,PMandateStatusPage,PMapInfoPage,PMembershipPanel,PMSExchangeOrgNameField,PMSExchangeOrgPanel,PMSExchangeUserPanel,PNamePanel,PNavigationButton,PNCDetailPanel,PNCPanel,PNewServicePage,PNewServiceTable,PNonCurrencyResourcePanel,PNonCurrencyTable,PNotesPage,PNumberEntryPanel,PNumberHistoryPage,PNumberPanel,PNumberResultsPanel,POwnershipPanel,PPageTemplate,PPaymentPage,PPaymentSetup,PPaymentWizard,PPlanOptionsPage,PPPVPage,PProductAttributesPanel,PProductDetailsPanel,PProductsViewConfigPanel,PProfileMembershipPanel,PProfileSharingPanel,PPromotionArrayTable,PPromotionPage,PPromotionPanel,PPurchasePanel,PRemoveBillInProgressPanel,PRemoveHierarchyPage,PRemovePaymentSetupPanel,PRolloverReceiverSearchPanel,PRolloverTransferPanel,PRolloverTransferSearchExtendedWizardPanel,PRolloverTransferTablePanel,PSearchButtonPanel,PSearchExtendedWizardPanel,PSelfRegistrationPage,PSepaPanel,PSepaRegisterPanel,PServiceDealProductHistoryPanel,PServiceDefault,PServicePage,PServicesDealsProductsTable,PServiceTable,PSettopEntryPanel,PSettopPanel,PSettopResultsPanel,PSharingPage,PSIMEntryPanel,PSIMHistoryPage,PSIMPanel,PSIMResultsPanel,PSMSPanel,PSponsorGroup,PSponsorGroupMembers,PSponsorMemberSearch,PSponsorOwnerSearch,PSponsorship,PSubscriberPrefsPage,PSubscriptionServicePage,PSummaryPage,PSummaryPanel,PTechDetails,PTelcoDeviceHistoryBase,PTelcoDevicesBase,PTelcoNumberEntryPanel,PTelcoNumberPanel,PTelcoNumberResultsPanel,PTelcoPromotionPage,PTelcoPromotionPanel,PTelcoServicePanel,PTelephonyPanel,PVideoPanel,PVoucherPage,PWAPPanel,ResultsTablePanel,ServiceSearchResultsTable,SharingAccountEntryPanel,SIMEntryPanel,SIMPanel,SIMResultsPanel
PAppComponent is the interface that all View classes should implement.
PAppComponent, combined with its superclasses, contains the API
required by all client View classes.- Version:
- %version: 2.5 % %date_modified: Mon Oct 22 09:12:04 2001 %
- Author:
- larrylf
-
Method Summary
Modifier and TypeMethodDescriptionGets a reference to the remote component (controller) for this object.Methods inherited from interface com.portal.bas.PClientComponent
getResourceName, getTools, setResourceName, unregisterMethods inherited from interface com.portal.bas.PComponent
getControllerClassName, getModelHandle, isLight, setModelHandleMethods inherited from interface com.portal.bas.PViewDataChangeListener
viewDataChange
-
Method Details
-
getRemoteComponent
Remote getRemoteComponent()Gets a reference to the remote component (controller) for this object.- Returns:
- A
Remoteobject, which is the remote controller for this View class.
-