/**
   * @see
   *     org.kuali.kfs.module.cab.service.PurchasingAccountsPayableReportService#findPurchasingAccountsPayableDocuments(java.util.Map)
   */
  public Collection findPurchasingAccountsPayableDocuments(Map<String, String> fieldValues) {
    LOG.debug("findPurchasingAccountsPayableDocuments() started");

    return purApReportDao.findPurchasingAccountsPayableDocuments(fieldValues);
  }
  /**
   * @see
   *     org.kuali.kfs.module.cab.service.PurchasingAccountsPayableReportService#findGeneralLedgers(java.util.Map)
   */
  public Iterator findGeneralLedgers(Map<String, String> fieldValues) {
    LOG.debug("findGeneralLedgers() started");

    return purApReportDao.findGeneralLedgers(fieldValues);
  }