org.kuali.kfs.fp.dataaccess.impl
Class DisbursementVoucherDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.fp.dataaccess.impl.DisbursementVoucherDaoOjb
All Implemented Interfaces:
DisbursementVoucherDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class DisbursementVoucherDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements DisbursementVoucherDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
DisbursementVoucherDaoOjb()
           
 
Method Summary
 DisbursementVoucherDocument getDocument(String fdocNbr)
          Returns a document by its document number
 Collection getDocumentsByHeaderStatus(String statusCode)
          Returns a list of disbursement voucher documents with a specific doc header status
 void save(DisbursementVoucherDocument document)
          Saves the Disbursement Voucher Document
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
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

DisbursementVoucherDaoOjb

public DisbursementVoucherDaoOjb()
Method Detail

save

public void save(DisbursementVoucherDocument document)
Description copied from interface: DisbursementVoucherDao
Saves the Disbursement Voucher Document

Specified by:
save in interface DisbursementVoucherDao

getDocument

public DisbursementVoucherDocument getDocument(String fdocNbr)
Description copied from interface: DisbursementVoucherDao
Returns a document by its document number

Specified by:
getDocument in interface DisbursementVoucherDao
Returns:
document
See Also:
DisbursementVoucherDao.getDocument(java.lang.String)

getDocumentsByHeaderStatus

public Collection getDocumentsByHeaderStatus(String statusCode)
Description copied from interface: DisbursementVoucherDao
Returns a list of disbursement voucher documents with a specific doc header status

Specified by:
getDocumentsByHeaderStatus in interface DisbursementVoucherDao
Returns:
list of doc headers
See Also:
DisbursementVoucherDao.getDocumentsByHeaderStatus(java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.