Uses of Class
org.kuali.rice.krad.bo.Note
Packages that use Note
-
Uses of Note in org.kuali.rice.krad.bo
Methods in org.kuali.rice.krad.bo that return NoteMethods in org.kuali.rice.krad.bo with parameters of type Note -
Uses of Note in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return NoteModifier and TypeMethodDescriptionNoteService.createNote(Note noteToCopy, org.kuali.rice.core.api.mo.common.GloballyUnique bo, String authorPrincipalId) Creates a new note which is a copy of the given note and is associated with the specified PersistableBusinessObject and Person.NoteService.getNoteByNoteId(Long noteId) Retrieves the note with the given id.Saves the specified note.Methods in org.kuali.rice.krad.service that return types with arguments of type NoteModifier and TypeMethodDescriptionNoteService.getByRemoteObjectId(String remoteObjectId) Retrieves a list of notes that are associated with the given object id.NoteService.saveNoteList(List<Note> notes) Saves the given lists of notes.Methods in org.kuali.rice.krad.service with parameters of type NoteModifier and TypeMethodDescriptionNoteService.createNote(Note noteToCopy, org.kuali.rice.core.api.mo.common.GloballyUnique bo, String authorPrincipalId) Creates a new note which is a copy of the given note and is associated with the specified PersistableBusinessObject and Person.voidNoteService.deleteNote(Note note) Deletes the specified note.voidAttachmentService.moveAttachmentWherePending(Note note) Moves attachments on notes from the pending directory to the real oneSaves the specified note.Method parameters in org.kuali.rice.krad.service with type arguments of type NoteModifier and TypeMethodDescriptionNoteService.saveNoteList(List<Note> notes) Saves the given lists of notes.