public interface NoteDAO
Modifier and Type | Method and Description |
---|---|
void |
deleteAttachment(Attachment attachment) |
void |
deleteNote(Note note) |
Attachment |
findAttachment(String attachmentId) |
Note |
getNoteByNoteId(String noteId) |
List<Note> |
getNotesByDocumentId(String documentId) |
void |
saveNote(Note note) |
Note getNoteByNoteId(String noteId)
List<Note> getNotesByDocumentId(String documentId)
void deleteNote(Note note)
void deleteAttachment(Attachment attachment)
Attachment findAttachment(String attachmentId)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.