|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.fp.dataaccess.impl.DisbursementVoucherDaoOjb
public class DisbursementVoucherDaoOjb
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 |
---|
public DisbursementVoucherDaoOjb()
Method Detail |
---|
public void save(DisbursementVoucherDocument document)
DisbursementVoucherDao
save
in interface DisbursementVoucherDao
public DisbursementVoucherDocument getDocument(String fdocNbr)
DisbursementVoucherDao
getDocument
in interface DisbursementVoucherDao
DisbursementVoucherDao.getDocument(java.lang.String)
public Collection getDocumentsByHeaderStatus(String statusCode)
DisbursementVoucherDao
getDocumentsByHeaderStatus
in interface DisbursementVoucherDao
DisbursementVoucherDao.getDocumentsByHeaderStatus(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |