Package com.portal.app.cc.comp
Class PIANotesPanelController
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PComponentControllerImpl
com.portal.bas.comp.PIAPanelController
com.portal.app.cc.comp.PIANotesPanelController
- All Implemented Interfaces:
PComponentController
,PControllerBean
,PropertyChangeListener
,Serializable
,Remote
,Unreferenced
,EventListener
PIANotesPanelController is the Controller for the NotesPanel.
- 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 TypeMethodDescriptionactionPerformed
(ActionEvent event) Receives action events from the clientgetLoginName
(PIADataActionEvent event) Returns the CSR name stringvoid
Override update() method to convert Notes binary buffer into text before 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
-
PIANotesPanelController
- Throws:
RemoteException
-
-
Method Details
-
update
Override update() method to convert Notes binary buffer into text before display- Overrides:
update
in classPIAPanelController
- 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
-
actionPerformed
Receives action events from the client- Specified by:
actionPerformed
in interfacePComponentController
- Overrides:
actionPerformed
in classPIAPanelController
- Parameters:
event
- - The actionEvent - for the Notes save command- Returns:
- null if the save succeeds, an array of CustomerValErrorData objects if it fails
- Throws:
RemoteException
- e
-
getLoginName
Returns the CSR name string- Parameters:
event
- - void- Returns:
- the Loginname string on success and NULL on failure
- Throws:
RemoteException
-