| Package | Description |
|---|---|
| org.kuali.rice.krad.bo | |
| org.kuali.rice.krad.service |
| Modifier and Type | Method and Description |
|---|---|
Note |
Attachment.getNote()
Gets the note attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setNote(Note note)
Sets the note attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteService.createNote(Note noteToCopy,
PersistableBusinessObject bo,
String authorPrincipalId)
Creates a new note which is a copy of the given note and is associated with
the specified PersistableBusinessObject and Person.
|
Note |
NoteService.getNoteByNoteId(Long noteId)
Retrieves the note with the given id.
|
Note |
NoteService.save(Note note)
Saves the specified note.
|
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteService.getByRemoteObjectId(String remoteObjectId)
Retrieves a list of notes that are associated with the given object id.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteService.createNote(Note noteToCopy,
PersistableBusinessObject bo,
String authorPrincipalId)
Creates a new note which is a copy of the given note and is associated with
the specified PersistableBusinessObject and Person.
|
void |
NoteService.deleteNote(Note note)
Deletes the specified note.
|
void |
AttachmentService.moveAttachmentWherePending(Note note)
Moves attachments on notes from the pending directory to the real one
|
Note |
NoteService.save(Note note)
Saves the specified note.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoteService.saveNoteList(List<Note> notes)
Saves the given lists of notes.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.