org.kuali.rice.kew.impl.note
Class NoteServiceImpl

java.lang.Object
  extended by 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)

Constructor Summary
NoteServiceImpl()
           
 
Method Summary
 Note createNote(Note note)
           
 Note deleteNote(String noteId)
           
 Note getNote(String noteId)
           
 NoteDAO getNoteDao()
           
 List<Note> getNotes(String documentId)
           
 void setNoteDao(NoteDAO noteDao)
           
 Note updateNote(Note note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteServiceImpl

public NoteServiceImpl()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.