Interface PNotesBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PNotesBeanImpl

public interface PNotesBean extends Remote
  • Method Details

    • saveNotes

      Object saveNotes(PModelHandle pm, String notesString, int notesType) throws RemoteException
      stores the user-entered notes from notes-dialog in Portal
      Parameters:
      pm - - account model handle where the notes should go in
      notesString - - new notes to be stored
      notesType - - specific AR action that needs to be tracked.
      Returns:
      - Error Object if failure or null on success
      Throws:
      RemoteException
    • getLoginName

      Object getLoginName() throws RemoteException
      Gets the current user(CSR/sys admin) login name
      Returns:
      user-name on success or null on failure
      Throws:
      RemoteException
    • getOldNotes

      String getOldNotes(PModelHandle pm) throws RemoteException
      Gets the current notes in Portal server
      Returns:
      - the notes buffer
      Throws:
      RemoteException