|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.ar.dataaccess.impl.CustomerAgingReportDaoOjb
public class CustomerAgingReportDaoOjb
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
CustomerAgingReportDaoOjb()
|
|
| 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. |
| Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
|---|
getDbPlatform, setDbPlatform |
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
|---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomerAgingReportDaoOjb()
| Method Detail |
|---|
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByProcessingChartAndOrg(String chart,
String org,
Date begin,
Date end)
CustomerAgingReportDao
findInvoiceAmountByProcessingChartAndOrg in interface CustomerAgingReportDaochart - 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.
CustomerAgingReportDao.findInvoiceAmountByProcessingChartAndOrg(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByProcessingChartAndOrg(String chart,
String org,
Date begin,
Date end)
CustomerAgingReportDao
findAppliedAmountByProcessingChartAndOrg in interface CustomerAgingReportDaoCustomerAgingReportDao.findAppliedAmountByProcessingChartAndOrg(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByProcessingChartAndOrg(String chart,
String org,
Date begin,
Date end)
CustomerAgingReportDao
findDiscountAmountByProcessingChartAndOrg in interface CustomerAgingReportDaoCustomerAgingReportDao.findDiscountAmountByProcessingChartAndOrg(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByBillingChartAndOrg(String chart,
String org,
Date begin,
Date end)
CustomerAgingReportDao
findInvoiceAmountByBillingChartAndOrg in interface CustomerAgingReportDaoCustomerAgingReportDao.findInvoiceAmountByBillingChartAndOrg(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByBillingChartAndOrg(String chart,
String org,
Date begin,
Date end)
CustomerAgingReportDao
findAppliedAmountByBillingChartAndOrg in interface CustomerAgingReportDaoCustomerAgingReportDao.findAppliedAmountByBillingChartAndOrg(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByBillingChartAndOrg(String chart,
String org,
Date begin,
Date end)
CustomerAgingReportDao
findDiscountAmountByBillingChartAndOrg in interface CustomerAgingReportDaoCustomerAgingReportDao.findDiscountAmountByBillingChartAndOrg(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findInvoiceAmountByAccount(String chart,
String account,
Date begin,
Date end)
CustomerAgingReportDao
findInvoiceAmountByAccount in interface CustomerAgingReportDaoCustomerAgingReportDao.findInvoiceAmountByAccount(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findAppliedAmountByAccount(String chart,
String account,
Date begin,
Date end)
CustomerAgingReportDao
findAppliedAmountByAccount in interface CustomerAgingReportDaoCustomerAgingReportDao.findAppliedAmountByAccount(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
public HashMap<String,org.kuali.rice.kns.util.KualiDecimal> findDiscountAmountByAccount(String chart,
String account,
Date begin,
Date end)
CustomerAgingReportDao
findDiscountAmountByAccount in interface CustomerAgingReportDaoCustomerAgingReportDao.findDiscountAmountByAccount(java.lang.String, java.lang.String, java.sql.Date, java.sql.Date)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||