public class NoteServiceImpl extends Object implements NoteService
| Constructor and Description |
|---|
NoteServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttachment(Attachment attachment) |
void |
deleteNote(Note note) |
Attachment |
findAttachment(String attachmentId) |
File |
findAttachmentFile(Attachment attachment) |
AttachmentService |
getAttachmentService() |
Note |
getNoteByNoteId(String noteId) |
NoteDAO |
getNoteDAO() |
List<Note> |
getNotesByDocumentId(String documentId) |
void |
saveNote(Note note) |
void |
setAttachmentService(AttachmentService attachmentService) |
void |
setNoteDAO(NoteDAO noteDAO) |
public NoteServiceImpl()
public Note getNoteByNoteId(String noteId)
getNoteByNoteId in interface NoteServicepublic List<Note> getNotesByDocumentId(String documentId)
getNotesByDocumentId in interface NoteServicepublic void saveNote(Note note)
saveNote in interface NoteServicepublic void deleteNote(Note note)
deleteNote in interface NoteServicepublic NoteDAO getNoteDAO()
public void setNoteDAO(NoteDAO noteDAO)
public void deleteAttachment(Attachment attachment)
deleteAttachment in interface NoteServicepublic File findAttachmentFile(Attachment attachment)
findAttachmentFile in interface NoteServicepublic Attachment findAttachment(String attachmentId)
findAttachment in interface NoteServicepublic AttachmentService getAttachmentService()
public void setAttachmentService(AttachmentService attachmentService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.