Package com.portal.app.cc.comp
Interface PNotesBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PNotesBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionGets the current user(CSR/sys admin) login nameGets the current notes in Portal serversaveNotes
(PModelHandle pm, String notesString, int notesType) stores the user-entered notes from notes-dialog in Portal
-
Method Details
-
saveNotes
stores the user-entered notes from notes-dialog in Portal- Parameters:
pm
- - account model handle where the notes should go innotesString
- - new notes to be storednotesType
- - specific AR action that needs to be tracked.- Returns:
- - Error Object if failure or null on success
- Throws:
RemoteException
-
getLoginName
Gets the current user(CSR/sys admin) login name- Returns:
- user-name on success or null on failure
- Throws:
RemoteException
-
getOldNotes
Gets the current notes in Portal server- Returns:
- - the notes buffer
- Throws:
RemoteException
-