org.kuali.rice.kew.notes.service.impl
Class NoteServiceImpl
java.lang.Object
org.kuali.rice.kew.notes.service.impl.NoteServiceImpl
- All Implemented Interfaces:
- NoteService
public class NoteServiceImpl
- extends Object
- implements NoteService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noteDAO
private NoteDAO noteDAO
attachmentService
private AttachmentService attachmentService
NoteServiceImpl
public NoteServiceImpl()
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.