org.kuali.rice.kew.removereplace.dao.impl
Class RemoveReplaceDocumentDAOOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kew.removereplace.dao.impl.RemoveReplaceDocumentDAOOjbImpl
All Implemented Interfaces:
RemoveReplaceDocumentDAO, org.springframework.beans.factory.InitializingBean

public class RemoveReplaceDocumentDAOOjbImpl
extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
implements RemoveReplaceDocumentDAO

This is a description of what this class does - ewestfal don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
RemoveReplaceDocumentDAOOjbImpl()
           
 
Method Summary
 RemoveReplaceDocument findById(Long documentId)
           
 void save(RemoveReplaceDocument document)
           
 
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

RemoveReplaceDocumentDAOOjbImpl

public RemoveReplaceDocumentDAOOjbImpl()
Method Detail

save

public void save(RemoveReplaceDocument document)
Specified by:
save in interface RemoveReplaceDocumentDAO

findById

public RemoveReplaceDocument findById(Long documentId)
Specified by:
findById in interface RemoveReplaceDocumentDAO


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.