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(Long attachmentId)
           
 File findAttachmentFile(Attachment attachment)
           
 Note getNoteByNoteId(Long noteId)
           
 List getNotesByRouteHeaderId(Long routeHeaderId)
           
 void saveNote(Note note)
           
 

Method Detail

getNoteByNoteId

Note getNoteByNoteId(Long noteId)

getNotesByRouteHeaderId

List getNotesByRouteHeaderId(Long routeHeaderId)

saveNote

void saveNote(Note note)

deleteNote

void deleteNote(Note note)

deleteAttachment

void deleteAttachment(Attachment attachment)

findAttachmentFile

File findAttachmentFile(Attachment attachment)

findAttachment

Attachment findAttachment(Long attachmentId)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.