Package com.portal.bas.comp
Class PIAComponentCollectionBean
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
- All Implemented Interfaces:
PIACollectionBean,PControllerBean,Serializable,Remote,Unreferenced
- Direct Known Subclasses:
PAdjustEventBeanImpl,PAdjustmentDetailBeanImpl,PARAccountAdjBeanImpl,PARActionDetailBeanImpl,PARAllocateBeanImpl,PARBalancePageBeanImpl,PARBillAdjBeanImpl,PARConnectionAdjBeanImpl,PARDisputesPageBeanImpl,PARFlexibleBillNowControllerImpl,PARItemAdjustBeanImpl,PARItemDetailsPageBeanImpl,PARUnappliedPageBeanImpl,PARWriteoffBeanImpl,PBillDetailsPageBeanImpl,PBrowserBeanImpl,PBrowseWinBeanImpl,PChangeStatusBeanImpl,PCreditLimitPanelBeanImpl,PCustomerCenterBeanImpl,PCustomerErrorBeanImpl,PCustomizeProductsPanelBeanImpl,PDeferredActionBeanImpl,PDeviceHistoryBeanImpl,PDeviceSettopBeanImpl,PExistingProductsPanelBeanImpl,PHierarchyLabelPageBeanImpl,PHierarchyMoveAcctBeanImpl,PIAAccountInfoBeanImpl,PIABalanceInfoBeanImpl,PIACAPackageInfoBeanImpl,PIACreateAccountBeanImpl,PIACreditCardBeanImpl,PIAExtendedServicesBeanImpl,PIAFUSADirDebitBeanImpl,PIAGSMUtilBeanImpl,PIAInvoicePOBeanImpl,PIAMSExchangeUserBeanImpl,PIAProfileBeanImpl,PIASearchPanelBean,PIASepaBeanImpl,PIATelcoDeviceBeanImpl,PInstantPaymentBeanImpl,PInvoiceBeanImpl,PLocaleBeanImpl,PMapInfoPageBeanImpl,PMultipleBillsPanelBeanImpl,PNewServicePageBeanImpl,PNotesBeanImpl,PPaymentPageBeanImpl,PPermissionInfoBeanImpl,PPlanOptionsPageBeanImpl,PPPVBeanImpl,PProductDetailsPanelBeanImpl,PPurchaseOfferingBeanImpl,PPurchasePanelBeanImpl,PResultsTableBeanImpl,PRolloverTransferPanelBeanImpl,PServiceDealProductHistoryPanelBeanImpl,PServiceTableBeanImpl,PSettopPanelBeanImpl,PSponsorGroupBeanImpl,PSponsorGroupMembersBeanImpl,PSponsorshipBeanImpl,PSponsorshipSetupBeanImpl,PSubscriberPrefsBeanImpl,PSummaryBeanImpl,PSummaryPageBeanImpl,PTopupBeanImpl,PVoucherPaymentBeanImpl
- Version:
- %version: 9 % %date_modified: Wed Jan 09 14:48:53 2002 %, %version: 9 % %date_modified: Wed Jan 09 14:48:53 2002 %
- Author:
- larrylf
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetSelectionDataFor(String dataItem, int index) Given the name of a display data item and an optional index, returns the information needed for a Selection event.voidremoveChild(Remote child) voidTheupdatemethod is called by various internal methods when the data has changed enough to require changing the client display.Methods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PIAComponentCollectionBean
- Throws:
RemoteException
-
-
Method Details
-
getCollectedData
- Specified by:
getCollectedDatain interfacePIACollectionBean- Throws:
RemoteException
-
update
Description copied from class:PControllerImplTheupdatemethod is called by various internal methods when the data has changed enough to require changing the client display. Must be overridden by a specific controller subclass.- Specified by:
updatein classPControllerImpl- Parameters:
reason- an integer constant that indicates the reason for the update (UPDATE_NEW_MODEL,UPDATE_PROPERTY,UPDATE_MODEL_CHANGE, orUPDATE_CLIENT)incoming- the data associated withupdate- Throws:
RemoteException- thrown for errors
-
addChild
- Specified by:
addChildin interfacePIACollectionBean- Throws:
RemoteException
-
removeChild
- Specified by:
removeChildin interfacePIACollectionBean- Throws:
RemoteException
-
getSelectionDataFor
Given the name of a display data item and an optional index, returns the information needed for a Selection event. The information returned is usually model data.- Specified by:
getSelectionDataForin interfacePControllerBean- Parameters:
dataItem- the name of a data item. Must match the name of an item changed by sending aPViewDataChangeEvent.index- an optional index into an array data item- Returns:
- Usually, a model handle or array of model handles.
- Throws:
RemoteException- thrown for errors
-