Uses of Interface
org.kuali.kfs.module.endow.dataaccess.TransactionArchiveDao

Packages that use TransactionArchiveDao
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.dataaccess.impl   
org.kuali.kfs.module.endow.document.service.impl   
org.kuali.kfs.module.endow.report.service.impl   
 

Uses of TransactionArchiveDao in org.kuali.kfs.module.endow.batch.service.impl
 

Fields in org.kuali.kfs.module.endow.batch.service.impl declared as TransactionArchiveDao
protected  TransactionArchiveDao GeneralLedgerInterfaceBatchProcessServiceImpl.transactionArchiveDao
           
protected  TransactionArchiveDao ProcessFeeTransactionsServiceImpl.transactionArchiveDao
           
 

Methods in org.kuali.kfs.module.endow.batch.service.impl that return TransactionArchiveDao
protected  TransactionArchiveDao GeneralLedgerInterfaceBatchProcessServiceImpl.getTransactionArchiveDao()
          Gets the transactionArchiveDao attribute.
protected  TransactionArchiveDao ProcessFeeTransactionsServiceImpl.getTransactionArchiveDao()
          Gets the transactionArchiveDao attribute.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type TransactionArchiveDao
 void GeneralLedgerInterfaceBatchProcessServiceImpl.setTransactionArchiveDao(TransactionArchiveDao transactionArchiveDao)
          Sets the transactionArchiveDao attribute value.
 void ProcessFeeTransactionsServiceImpl.setTransactionArchiveDao(TransactionArchiveDao transactionArchiveDao)
          Sets the transactionArchiveDao attribute value.
 

Uses of TransactionArchiveDao in org.kuali.kfs.module.endow.dataaccess.impl
 

Classes in org.kuali.kfs.module.endow.dataaccess.impl that implement TransactionArchiveDao
 class TransactionArchiveDaoOjb
           
 

Uses of TransactionArchiveDao in org.kuali.kfs.module.endow.document.service.impl
 

Fields in org.kuali.kfs.module.endow.document.service.impl declared as TransactionArchiveDao
protected  TransactionArchiveDao CurrentTaxLotServiceImpl.transactionArchiveDao
           
 

Methods in org.kuali.kfs.module.endow.document.service.impl that return TransactionArchiveDao
protected  TransactionArchiveDao CurrentTaxLotServiceImpl.getTransactionArchiveDao()
          Gets the transactionArchiveDao attribute.
 

Methods in org.kuali.kfs.module.endow.document.service.impl with parameters of type TransactionArchiveDao
 void CurrentTaxLotServiceImpl.setTransactionArchiveDao(TransactionArchiveDao transactionArchiveDao)
          Sets the transactionArchiveDao attribute value.
 

Uses of TransactionArchiveDao in org.kuali.kfs.module.endow.report.service.impl
 

Fields in org.kuali.kfs.module.endow.report.service.impl declared as TransactionArchiveDao
protected  TransactionArchiveDao TransactionSummaryReportServiceImpl.transactionArchiveDao
           
protected  TransactionArchiveDao TransactionStatementReportServieImpl.transactionArchiveDao
           
 

Methods in org.kuali.kfs.module.endow.report.service.impl that return TransactionArchiveDao
protected  TransactionArchiveDao TransactionSummaryReportServiceImpl.getTransactionArchiveDao()
           
 

Methods in org.kuali.kfs.module.endow.report.service.impl with parameters of type TransactionArchiveDao
 void TransactionSummaryReportServiceImpl.setTransactionArchiveDao(TransactionArchiveDao transactionArchiveDao)
           
 void TransactionStatementReportServieImpl.setTransactionArchiveDao(TransactionArchiveDao transactionArchiveDao)
          Sets transaction archive dao
 



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