org.kuali.rice.kew.notes.dao.impl
Class NoteDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.kew.notes.dao.impl.NoteDAOOjbImpl
org.kuali.rice.kew.notes.dao.impl.NoteDAOOjbImpl
- All Implemented Interfaces: 
- NoteDAO, org.springframework.beans.factory.InitializingBean
- public class NoteDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements NoteDAO
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport | 
| checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate | 
 
| Methods inherited from class org.springframework.dao.support.DaoSupport | 
| afterPropertiesSet, initDao | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NoteDAOOjbImpl
public NoteDAOOjbImpl()
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
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.