public interface PNotesBean extends Remote
Modifier and Type | Method and Description |
---|---|
Object |
getLoginName()
Gets the current user(CSR/sys admin) login name
|
String |
getOldNotes(PModelHandle pm)
Gets the current notes in Portal server
|
Object |
saveNotes(PModelHandle pm,
String notesString,
int notesType)
stores the user-entered notes from notes-dialog in Portal
|
Object saveNotes(PModelHandle pm, String notesString, int notesType) throws RemoteException
notesString
- - new notes to be storedpm
- - account model handle where the notes should go innotesType
- - specific AR action that needs to be tracked.RemoteException
Object getLoginName() throws RemoteException
RemoteException
String getOldNotes(PModelHandle pm) throws RemoteException
-
- account model handleRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.