org.kuali.rice.kew.notes.dao.impl
Class NoteDAOJpaImpl
java.lang.Object
   org.kuali.rice.kew.notes.dao.impl.NoteDAOJpaImpl
org.kuali.rice.kew.notes.dao.impl.NoteDAOJpaImpl
- All Implemented Interfaces: 
- NoteDAO
- public class NoteDAOJpaImpl 
- extends Object- implements NoteDAO
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NoteDAOJpaImpl
public NoteDAOJpaImpl()
getNoteByNoteId
public Note getNoteByNoteId(String noteId)
- 
- Specified by:
- getNoteByNoteIdin interface- NoteDAO
 
- 
 
getNotesByDocumentId
public List getNotesByDocumentId(String documentId)
- 
- Specified by:
- getNotesByDocumentIdin interface- NoteDAO
 
- 
 
saveNote
public void saveNote(Note note)
- 
- Specified by:
- saveNotein interface- NoteDAO
 
- 
 
deleteNote
public void deleteNote(Note note)
- 
- Specified by:
- deleteNotein interface- NoteDAO
 
- 
 
deleteAttachment
public void deleteAttachment(Attachment attachment)
- 
- Specified by:
- deleteAttachmentin interface- NoteDAO
 
- 
 
findAttachment
public Attachment findAttachment(String attachmentId)
- 
- Specified by:
- findAttachmentin interface- NoteDAO
 
- 
 
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- 
 
- 
 
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- 
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.