org.kuali.kfs.module.cab.service.impl
Class PurchasingAccountsPayableReportServiceImpl
java.lang.Object
org.kuali.kfs.module.cab.service.impl.PurchasingAccountsPayableReportServiceImpl
- All Implemented Interfaces:
- PurchasingAccountsPayableReportService
@Transactional
public class PurchasingAccountsPayableReportServiceImpl
- extends Object
- implements PurchasingAccountsPayableReportService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
purApReportDao
protected PurchasingAccountsPayableReportDao purApReportDao
PurchasingAccountsPayableReportServiceImpl
public PurchasingAccountsPayableReportServiceImpl()
findGeneralLedgers
public Iterator findGeneralLedgers(Map<String,String> fieldValues)
- Description copied from interface:
PurchasingAccountsPayableReportService
- Search for GeneralLedgerEntry.
- Specified by:
findGeneralLedgers
in interface PurchasingAccountsPayableReportService
- Returns:
- See Also:
PurchasingAccountsPayableReportService.findGeneralLedgers(java.util.Map)
findPurchasingAccountsPayableDocuments
public Collection findPurchasingAccountsPayableDocuments(Map<String,String> fieldValues)
- Description copied from interface:
PurchasingAccountsPayableReportService
- Search for PurchasingAccountsPayableDocument
- Specified by:
findPurchasingAccountsPayableDocuments
in interface PurchasingAccountsPayableReportService
- Returns:
- See Also:
PurchasingAccountsPayableReportService.findPurchasingAccountsPayableDocuments(java.util.Map)
getPurApReportDao
public PurchasingAccountsPayableReportDao getPurApReportDao()
- Gets the purApReportDao attribute.
- Returns:
- Returns the purApReportDao.
setPurApReportDao
public void setPurApReportDao(PurchasingAccountsPayableReportDao purchasingAccountsPayableReportDao)
- Sets the purApReportDao attribute value.
- Parameters:
purApReportDao
- The purApReportDao to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.