|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByProcessingChartAndOrg(String chart, String org, Date begin, Date end)
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.
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByProcessingChartAndOrg(String chart, String org, Date begin, Date end)
chart
- org
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByProcessingChartAndOrg(String chart, String org, Date begin, Date end)
chart
- org
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByBillingChartAndOrg(String chart, String org, Date begin, Date end)
chart
- org
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByBillingChartAndOrg(String chart, String org, Date begin, Date end)
chart
- org
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByBillingChartAndOrg(String chart, String org, Date begin, Date end)
chart
- org
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByAccount(String chart, String account, Date begin, Date end)
chart
- account
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByAccount(String chart, String account, Date begin, Date end)
chart
- account
- begin
- end
-
HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByAccount(String chart, String account, Date begin, Date end)
chart
- account
- begin
- end
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |