public interface NoteService
Note
,
Attachment
Modifier and Type | Method and Description |
---|---|
void |
deleteAttachment(Attachment attachment) |
void |
deleteNote(Note note) |
Attachment |
findAttachment(String attachmentId) |
File |
findAttachmentFile(Attachment attachment) |
Note |
getNoteByNoteId(String noteId) |
List<Note> |
getNotesByDocumentId(String documentId) |
Note |
saveNote(Note note) |
Note getNoteByNoteId(String noteId)
List<Note> getNotesByDocumentId(String documentId)
void deleteNote(Note note)
void deleteAttachment(Attachment attachment)
File findAttachmentFile(Attachment attachment)
Attachment findAttachment(String attachmentId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.