public interface NoteService
List<Note> getNotes(String documentId) throws RiceIllegalArgumentException
RiceIllegalArgumentException
Note getNote(String noteId) throws RiceIllegalArgumentException
RiceIllegalArgumentException
Note createNote(Note note) throws RiceIllegalArgumentException
RiceIllegalArgumentException
Note updateNote(Note note) throws RiceIllegalArgumentException
RiceIllegalArgumentException
Note deleteNote(String noteId) throws RiceIllegalArgumentException
RiceIllegalArgumentException
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.