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

Method Summary
 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)
           
 void saveNote(Note note)
           
 

Method Detail

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.