org.kuali.rice.kew.notes.service
Interface NoteService
- All Known Implementing Classes: 
- NoteServiceImpl
- public interface NoteService 
A service which handles data access for notes and attachments.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Note,- Attachment
 
getNoteByNoteId
Note getNoteByNoteId(String noteId)
- 
 
getNotesByDocumentId
List<Note> getNotesByDocumentId(String documentId)
- 
 
saveNote
void saveNote(Note note)
- 
 
deleteNote
void deleteNote(Note note)
- 
 
deleteAttachment
void deleteAttachment(Attachment attachment)
- 
 
findAttachmentFile
File findAttachmentFile(Attachment attachment)
- 
 
findAttachment
Attachment findAttachment(String attachmentId)
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.