org.kuali.rice.kew.notes.dao.impl
Class NoteDAOOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by 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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
NoteDAOOjbImpl()
           
 
Method Summary
 void deleteAttachment(Attachment attachment)
           
 void deleteNote(Note note)
           
 Attachment findAttachment(String attachmentId)
           
 Note getNoteByNoteId(String noteId)
           
 List getNotesByDocumentId(String documentId)
           
 void saveNote(Note note)
           
 
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
 

Constructor Detail

NoteDAOOjbImpl

public NoteDAOOjbImpl()
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.