org.kuali.rice.kew.impl.note
Class NoteServiceImpl
java.lang.Object
   org.kuali.rice.kew.impl.note.NoteServiceImpl
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:
- getNotesin interface- NoteService
 
- 
 
getNote
public Note getNote(String noteId)
- 
- Specified by:
- getNotein interface- NoteService
 
- 
 
createNote
public Note createNote(Note note)
- 
- Specified by:
- createNotein interface- NoteService
 
- 
 
updateNote
public Note updateNote(Note note)
- 
- Specified by:
- updateNotein interface- NoteService
 
- 
 
deleteNote
public Note deleteNote(String noteId)
- 
- Specified by:
- deleteNotein interface- NoteService
 
- 
 
setNoteDao
public void setNoteDao(NoteDAO noteDao)
- 
 
- 
 
getNoteDao
public NoteDAO getNoteDao()
- 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.