org.kuali.kfs.module.cab.dataaccess
Interface PurchasingAccountsPayableReportDao

All Known Implementing Classes:
PurchasingAccountsPayableReportDaoOjb

public interface PurchasingAccountsPayableReportDao

The DAO interface that declares methods needed to query the database about GeneralLedgerEntry


Method Summary
 Iterator findGeneralLedgers(Map fieldValues)
          Get GeneralLedgerEntries from the given input values.
 Collection findPurchasingAccountsPayableDocuments(Map fieldValues)
          Get PurchasingAccountsPayableDocument collection from given query fields.
 

Method Detail

findGeneralLedgers

Iterator findGeneralLedgers(Map fieldValues)
Get GeneralLedgerEntries from the given input values.

Parameters:
fieldValues -
Returns:

findPurchasingAccountsPayableDocuments

Collection findPurchasingAccountsPayableDocuments(Map fieldValues)
Get PurchasingAccountsPayableDocument collection from given query fields.

Parameters:
fieldValues -
Returns:


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