org.kuali.rice.kew.notes.service.impl
Class NoteServiceImpl
java.lang.Object
   org.kuali.rice.kew.notes.service.impl.NoteServiceImpl
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 | 
 
NoteServiceImpl
public NoteServiceImpl()
getNoteByNoteId
public Note getNoteByNoteId(String noteId)
- 
- Specified by:
- getNoteByNoteIdin interface- NoteService
 
- 
 
getNotesByDocumentId
public List<Note> getNotesByDocumentId(String documentId)
- 
- Specified by:
- getNotesByDocumentIdin interface- NoteService
 
- 
 
saveNote
public void saveNote(Note note)
- 
- Specified by:
- saveNotein interface- NoteService
 
- 
 
deleteNote
public void deleteNote(Note note)
- 
- Specified by:
- deleteNotein interface- NoteService
 
- 
 
getNoteDAO
public NoteDAO getNoteDAO()
- 
 
- 
 
setNoteDAO
public void setNoteDAO(NoteDAO noteDAO)
- 
 
- 
 
deleteAttachment
public void deleteAttachment(Attachment attachment)
- 
- Specified by:
- deleteAttachmentin interface- NoteService
 
- 
 
findAttachmentFile
public File findAttachmentFile(Attachment attachment)
- 
- Specified by:
- findAttachmentFilein interface- NoteService
 
- 
 
findAttachment
public Attachment findAttachment(String attachmentId)
- 
- Specified by:
- findAttachmentin interface- NoteService
 
- 
 
getAttachmentService
public AttachmentService getAttachmentService()
- 
 
- 
 
setAttachmentService
public void setAttachmentService(AttachmentService attachmentService)
- 
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.