| Modifier and Type | Method and Description |
|---|---|
Note |
Note.deepCopy(Map<Object,Object> visited) |
static Note |
Note.from(Note note) |
Note |
Attachment.getNote() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowNoteAttributeImpl.isAuthorizedToEditNote(Note note)
By default the individual who authored the note is the only one allowed to edit it.
|
boolean |
CustomNoteAttributeImpl.isAuthorizedToEditNote(Note note)
By default the individual who authored the note is the only one allowed to edit it.
|
boolean |
CustomNoteAttribute.isAuthorizedToEditNote(Note note) |
void |
Attachment.setNote(Note note) |
static Note |
Note.to(Note note) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteDAO.getNotesByDocumentId(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteService.getNoteByNoteId(String noteId) |
Note |
NoteService.saveNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteService.getNotesByDocumentId(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteService.deleteNote(Note note) |
Note |
NoteService.saveNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteServiceImpl.getNoteByNoteId(String noteId) |
Note |
NoteServiceImpl.saveNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteServiceImpl.getNotesByDocumentId(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteServiceImpl.deleteNote(Note note) |
Note |
NoteServiceImpl.saveNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteForm.getExistingNote() |
Note |
NoteForm.getNote() |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteForm.getNoteList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteForm.setExistingNote(Note existingNote) |
void |
NoteForm.setNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteForm.setNoteList(List<Note> noteList) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
DocumentRouteHeaderValue.getNotes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRouteHeaderValue.setNotes(List<Note> notes) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.