public interface NoteDao
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteNote(Note note)Deletes a note from the DB. | 
| List<Note> | findByremoteObjectId(String id)Retrieves a list of notes (by class type) associated with a given object. | 
| Note | getNoteByNoteId(Long noteId)Retrieve note by a given noteIdentifier | 
| void | save(Note note)Saves a note to the DB. | 
void deleteNote(Note note)
line - List<Note> findByremoteObjectId(String id)
clazz - id - Note getNoteByNoteId(Long noteId)
noteId - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.