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


Field Summary
private  AttachmentService attachmentService
           
private  NoteDAO noteDAO
           
 
Constructor Summary
NoteServiceImpl()
           
 
Method Summary
 void deleteAttachment(Attachment attachment)
           
 void deleteNote(Note note)
           
 Attachment findAttachment(Long attachmentId)
           
 File findAttachmentFile(Attachment attachment)
           
 AttachmentService getAttachmentService()
           
 Note getNoteByNoteId(Long noteId)
           
 NoteDAO getNoteDAO()
           
 List getNotesByRouteHeaderId(Long routeHeaderId)
           
 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
 

Field Detail

noteDAO

private NoteDAO noteDAO

attachmentService

private AttachmentService attachmentService
Constructor Detail

NoteServiceImpl

public NoteServiceImpl()
Method Detail

getNoteByNoteId

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

getNotesByRouteHeaderId

public List getNotesByRouteHeaderId(Long routeHeaderId)
Specified by:
getNotesByRouteHeaderId 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(Long attachmentId)
Specified by:
findAttachment in interface NoteService

getAttachmentService

public AttachmentService getAttachmentService()

setAttachmentService

public void setAttachmentService(AttachmentService attachmentService)


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