org.kuali.rice.kew.notes.dao.impl
Class NoteDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
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:
getNoteByNoteId in interface NoteDAO
getNotesByDocumentId
public List getNotesByDocumentId(String documentId)
- Specified by:
getNotesByDocumentId in interface NoteDAO
saveNote
public void saveNote(Note note)
- Specified by:
saveNote in interface NoteDAO
deleteNote
public void deleteNote(Note note)
- Specified by:
deleteNote in interface NoteDAO
deleteAttachment
public void deleteAttachment(Attachment attachment)
- Specified by:
deleteAttachment in interface NoteDAO
findAttachment
public Attachment findAttachment(String attachmentId)
- Specified by:
findAttachment in interface NoteDAO
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.