public class PNotesBeanImpl extends PIAComponentCollectionBean implements PNotesBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PNotesBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLoginName()
Returns the CSR name string
|
String |
getOldNotes(PModelHandle pm)
Gets the current notes in DB
|
protected Object |
save(PModelHandle acctMH,
String toSave)
Converts the text into buffer and writes the Notes into DB using WRITE_FLDS opcode.
|
Object |
saveNotes(PModelHandle acctMH,
String newNotes,
int notesType)
saveNotes method converts the text into buffer and writes the Notes
into DB using WRITE_FLDS opcode.
|
addChild, getCollectedData, getSelectionDataFor, removeChild, updateaddRemoteListener, 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, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic PNotesBeanImpl()
throws RemoteException
RemoteExceptionprotected Object save(PModelHandle acctMH, String toSave) throws RemoteException
acctMH - model handle of the account for which notes will be savedtoSave - Notes to saveRemoteExceptionpublic Object saveNotes(PModelHandle acctMH, String newNotes, int notesType) throws RemoteException
saveNotes in interface PNotesBeanString - - the Notes data to saveRemoteExceptionpublic Object getLoginName() throws RemoteException
getLoginName in interface PNotesBeanevent - - voidRemoteExceptionpublic String getOldNotes(PModelHandle pm) throws RemoteException
getOldNotes in interface PNotesBeanRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.