public interface NoteService
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–2014 The Kuali Foundation. All rights reserved.