org.kuali.kfs.module.ar.dataaccess
Interface CustomerAgingReportDao

All Known Implementing Classes:
CustomerAgingReportDaoOjb

public interface CustomerAgingReportDao


Method Summary
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByAccount(String chart, String account, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByBillingChartAndOrg(String chart, String org, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByProcessingChartAndOrg(String chart, String org, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByAccount(String chart, String account, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByBillingChartAndOrg(String chart, String org, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByProcessingChartAndOrg(String chart, String org, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByAccount(String chart, String account, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByBillingChartAndOrg(String chart, String org, Date begin, Date end)
          This method...
 HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByProcessingChartAndOrg(String chart, String org, Date begin, Date end)
          This method generates a database query and retrieves the total of all invoices for the given processing chart and org codes, which have billing dates within the given date range, for which there is an outstanding balance due.
 

Method Detail

findInvoiceAmountByProcessingChartAndOrg

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByProcessingChartAndOrg(String chart,
                                                                                              String org,
                                                                                              Date begin,
                                                                                              Date end)
This method generates a database query and retrieves the total of all invoices for the given processing chart and org codes, which have billing dates within the given date range, for which there is an outstanding balance due.

Parameters:
chart - Processing chart code for the invoices being retrieved.
org - Processing org code for the invoices being retrieved.
begin - Beginning date of the date range used to find invoice balances due.
end - Ending date of the date range used to find invoice balances due.
Returns:

findAppliedAmountByProcessingChartAndOrg

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByProcessingChartAndOrg(String chart,
                                                                                              String org,
                                                                                              Date begin,
                                                                                              Date end)
This method...

Parameters:
chart -
org -
begin -
end -
Returns:

findDiscountAmountByProcessingChartAndOrg

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByProcessingChartAndOrg(String chart,
                                                                                               String org,
                                                                                               Date begin,
                                                                                               Date end)
This method...

Parameters:
chart -
org -
begin -
end -
Returns:

findInvoiceAmountByBillingChartAndOrg

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByBillingChartAndOrg(String chart,
                                                                                           String org,
                                                                                           Date begin,
                                                                                           Date end)
This method...

Parameters:
chart -
org -
begin -
end -
Returns:

findAppliedAmountByBillingChartAndOrg

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByBillingChartAndOrg(String chart,
                                                                                           String org,
                                                                                           Date begin,
                                                                                           Date end)
This method...

Parameters:
chart -
org -
begin -
end -
Returns:

findDiscountAmountByBillingChartAndOrg

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByBillingChartAndOrg(String chart,
                                                                                            String org,
                                                                                            Date begin,
                                                                                            Date end)
This method...

Parameters:
chart -
org -
begin -
end -
Returns:

findInvoiceAmountByAccount

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByAccount(String chart,
                                                                                String account,
                                                                                Date begin,
                                                                                Date end)
This method...

Parameters:
chart -
account -
begin -
end -
Returns:

findAppliedAmountByAccount

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByAccount(String chart,
                                                                                String account,
                                                                                Date begin,
                                                                                Date end)
This method...

Parameters:
chart -
account -
begin -
end -
Returns:

findDiscountAmountByAccount

HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByAccount(String chart,
                                                                                 String account,
                                                                                 Date begin,
                                                                                 Date end)
This method...

Parameters:
chart -
account -
begin -
end -
Returns:


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