org.kuali.rice.kew.impl.note
Class NoteServiceImpl
java.lang.Object
org.kuali.rice.kew.impl.note.NoteServiceImpl
- All Implemented Interfaces:
- NoteService
public class NoteServiceImpl
- extends Object
- implements NoteService
TODO
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoteServiceImpl
public NoteServiceImpl()
getNotes
public List<Note> getNotes(String documentId)
- Specified by:
getNotes
in interface NoteService
getNote
public Note getNote(String noteId)
- Specified by:
getNote
in interface NoteService
createNote
public Note createNote(Note note)
- Specified by:
createNote
in interface NoteService
updateNote
public Note updateNote(Note note)
- Specified by:
updateNote
in interface NoteService
deleteNote
public Note deleteNote(String noteId)
- Specified by:
deleteNote
in interface NoteService
setNoteDao
public void setNoteDao(NoteDAO noteDao)
getNoteDao
public NoteDAO getNoteDao()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.