public interface NoteService
| Modifier and Type | Method and Description |
|---|---|
Note |
createNote(Note note) |
Note |
deleteNote(String noteId) |
Note |
getNote(String noteId) |
List<Note> |
getNotes(String documentId) |
Note |
updateNote(Note note) |
List<Note> getNotes(String documentId) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionNote getNote(String noteId) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionNote createNote(Note note) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionNote updateNote(Note note) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionNote deleteNote(String noteId) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.