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()
           
 DataObjectService getDataObjectService()
           
 Note getNoteByNoteId(String noteId)
           
 NoteDAO getNoteDAO()
           
 List<Note> getNotesByDocumentId(String documentId)
           
 Note saveNote(Note note)
           
 void setAttachmentService(AttachmentService attachmentService)
           
 void setDataObjectService(DataObjectService dataObjectService)
           
 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 Note saveNote(Note note)
Specified by:
saveNote in interface NoteService

deleteNote

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

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)

getDataObjectService

public DataObjectService getDataObjectService()

setDataObjectService

public void setDataObjectService(DataObjectService dataObjectService)

getNoteDAO

public NoteDAO getNoteDAO()

setNoteDAO

public void setNoteDAO(NoteDAO noteDAO)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.