org.kuali.rice.kew.api.note
Interface NoteService

All Known Implementing Classes:
NoteServiceImpl

public interface NoteService


Method Summary
 Note createNote(Note note)
           
 Note deleteNote(String noteId)
           
 Note getNote(String noteId)
           
 List<Note> getNotes(String documentId)
           
 Note updateNote(Note note)
           
 

Method Detail

getNotes

List<Note> getNotes(String documentId)
                    throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException

getNote

Note getNote(String noteId)
             throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException

createNote

Note createNote(Note note)
                throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException

updateNote

Note updateNote(Note note)
                throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException

deleteNote

Note deleteNote(String noteId)
                throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.