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, update
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, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PNotesBeanImpl() throws RemoteException
RemoteException
protected Object save(PModelHandle acctMH, String toSave) throws RemoteException
acctMH
- model handle of the account for which notes will be savedtoSave
- Notes to saveRemoteException
public Object saveNotes(PModelHandle acctMH, String newNotes, int notesType) throws RemoteException
saveNotes
in interface PNotesBean
String
- - the Notes data to saveRemoteException
public Object getLoginName() throws RemoteException
getLoginName
in interface PNotesBean
event
- - voidRemoteException
public String getOldNotes(PModelHandle pm) throws RemoteException
getOldNotes
in interface PNotesBean
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.