Package com.portal.app.cc.comp
Class PIAPayInfoPanelController
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PComponentControllerImpl
com.portal.bas.comp.PIAPanelController
com.portal.app.cc.comp.PIAPayInfoPanelController
- All Implemented Interfaces:
PComponentController
,PControllerBean
,PropertyChangeListener
,Serializable
,Remote
,Unreferenced
,EventListener
Controller class for the payment type panel
The primary purpose of this controller is to map/translate some of the
fields on the PPayInfoPanel. These fields (as stored in Portal) are
non-human readable (or at least will make little sense), and need to be
mapped to readable descriptions via table lookups.
- Version:
- 7.1.2
- 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
ConstructorsConstructorDescriptionPrimarily used to retrieve the primary/secondary currency descriptions from the BEIDManager -
Method Summary
Modifier and TypeMethodDescriptionactionPerformed
(ActionEvent event) Perform actions: BillNowvoid
Called when there is a new account object to displayMethods inherited from class com.portal.bas.comp.PIAPanelController
getRemoteListenerHandle, getSelectionDataFor, propertyChange
Methods inherited from class com.portal.bas.PComponentControllerImpl
fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, fireDataChangeEvent, getConnection, getProperty, getView, setDisplayComponent, setProperty, update
Methods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PIAPayInfoPanelController
Primarily used to retrieve the primary/secondary currency descriptions from the BEIDManager- Throws:
RemoteException
-
-
Method Details
-
update
Called when there is a new account object to display- Overrides:
update
in classPIAPanelController
- Parameters:
reason
-incoming
-- Throws:
RemoteException
- thrown for errors
-
actionPerformed
Perform actions: BillNow- Specified by:
actionPerformed
in interfacePComponentController
- Overrides:
actionPerformed
in classPIAPanelController
- Parameters:
event
- the action event- Returns:
- An object may be returned as a result of action processing.
- Throws:
RemoteException
-