org.kuali.rice.kew.notes.service.impl
Class NoteServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.notes.service.impl.NoteServiceImpl
All Implemented Interfaces:
NoteService

public class NoteServiceImpl
extends Object
implements NoteService


Constructor Summary
NoteServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteServiceImpl

public NoteServiceImpl()
Method Detail

getNoteByNoteId

public Note getNoteByNoteId(String noteId)
Specified by:
getNoteByNoteId in interface NoteService

getNotesByDocumentId

public List<Note> getNotesByDocumentId(String documentId)
Specified by:
getNotesByDocumentId in interface NoteService

saveNote

public void saveNote(Note note)
Specified by:
saveNote in interface NoteService

deleteNote

public void deleteNote(Note note)
Specified by:
deleteNote in interface NoteService

getNoteDAO

public NoteDAO getNoteDAO()

setNoteDAO

public void setNoteDAO(NoteDAO noteDAO)

deleteAttachment

public void deleteAttachment(Attachment attachment)
Specified by:
deleteAttachment in interface NoteService

findAttachmentFile

public File findAttachmentFile(Attachment attachment)
Specified by:
findAttachmentFile in interface NoteService

findAttachment

public Attachment findAttachment(String attachmentId)
Specified by:
findAttachment in interface NoteService

getAttachmentService

public AttachmentService getAttachmentService()

setAttachmentService

public void setAttachmentService(AttachmentService attachmentService)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.