|
||||||||||
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.gl.batch.dataaccess.impl.SufficientFundsDaoOjb
public class SufficientFundsDaoOjb
An OJB implementation of SufficientFundsDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
SufficientFundsDaoOjb()
Constructs a SufficientFundsDaoOjb instance |
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
calculateM113PendActual(boolean financialBeginBalanceLoadInd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
List specialFinancialObjectCodes,
String financialObjectCodeForCashInBank)
Calculate the prior fiscal year pending actual amount |
protected org.kuali.rice.kns.util.KualiDecimal |
calculateM113PendActual1(boolean financialBeginBalanceLoadInd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isEqualDebitCode,
String financialObjectCodeForCashInBank)
calculate part of the actual total |
protected org.kuali.rice.kns.util.KualiDecimal |
calculateM113PendActual2(boolean financialBeginBalanceLoadInd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isEqualDebitCode,
List specialFinancialObjectCodes)
Calculate part of the actual total |
org.kuali.rice.kns.util.KualiDecimal |
calculateM113PfyrBudget(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber)
Calculate the Prior Fiscal Year Budget total |
org.kuali.rice.kns.util.KualiDecimal |
calculateM113PfyrEncum(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber)
Calculate the prior fiscal year encumbrance total |
org.kuali.rice.kns.util.KualiDecimal |
calculatePendActual(boolean isYearEndDocument,
String actualFinancialBalanceTypeCd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String acctSufficientFundsFinObjCd,
List expenditureCodes)
Calculates the current pending actual |
protected org.kuali.rice.kns.util.KualiDecimal |
calculatePendActual1(boolean isYearEndDocument,
String actualFinancialBalanceTypeCd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String acctSufficientFundsFinObjCd,
boolean isEqualDebitCode,
List expenditureCodes)
Calculate this part of the actual total |
org.kuali.rice.kns.util.KualiDecimal |
calculatePendBudget(boolean isYearEndDocument,
String budgetCheckingBalanceTypeCd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String acctSufficientFundsFinObjCd,
List expenditureCodes)
calculates the current year pending budget total |
org.kuali.rice.kns.util.KualiDecimal |
calculatePendEncum(boolean isYearEndDocument,
String extrnlEncumFinBalanceTypCd,
String intrnlEncumFinBalanceTypCd,
String preencumbranceFinBalTypeCd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String acctSufficientFundsFinObjCd,
List expenditureCodes)
Calculates the current year pending encumbrance total |
protected org.kuali.rice.kns.util.KualiDecimal |
calculatePendEncum1(boolean isYearEndDocument,
String extrnlEncumFinBalanceTypCd,
String intrnlEncumFinBalanceTypCd,
String preencumbranceFinBalTypeCd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String acctSufficientFundsFinObjCd,
boolean isEqualDebitCode,
List expenditureCodes)
Calcluate this part of the encumbrance total |
protected org.kuali.rice.kns.util.KualiDecimal |
executeReportQuery(org.apache.ojb.broker.query.ReportQueryByCriteria reportQuery)
This returns the very first value returned by a report query and then makes certain that OJB closes the connection that retrieved the query data |
void |
purgeYearByChart(String chartOfAccountsCode,
int year)
Purge table by year/chart |
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 SufficientFundsDaoOjb()
Method Detail |
---|
public org.kuali.rice.kns.util.KualiDecimal calculateM113PfyrBudget(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)
calculateM113PfyrBudget
in interface SufficientFundsDao
universityFiscalYear
- the university fiscal year of sufficient funds balances that will be summarizedchartOfAccountCode
- the chart of accounts code of sufficient fund balance records that will be summarizedaccountNumber
- the account number of sufficient fund balances that will be summarized
SufficientFundsDao.calculateM113PfyrBudget(java.lang.Integer, java.lang.String,
java.lang.String)
public org.kuali.rice.kns.util.KualiDecimal calculateM113PfyrEncum(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)
calculateM113PfyrEncum
in interface SufficientFundsDao
universityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarize
SufficientFundsDao.calculateM113PfyrEncum(java.lang.Integer, java.lang.String, java.lang.String)
public org.kuali.rice.kns.util.KualiDecimal calculateM113PendActual(boolean financialBeginBalanceLoadInd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, List specialFinancialObjectCodes, String financialObjectCodeForCashInBank)
calculateM113PendActual
in interface SufficientFundsDao
universityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizespecialFinancialObjectCodes
- this actually doesn't seem to be usedfinancialObjectCodeForCashInBank
- the object code for cash in the bank
SufficientFundsDao.calculateM113PendActual(boolean, java.lang.Integer, java.lang.String,
java.lang.String, List, String)
public org.kuali.rice.kns.util.KualiDecimal calculatePendActual(boolean isYearEndDocument, String actualFinancialBalanceTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, List expenditureCodes)
calculatePendActual
in interface SufficientFundsDao
isYearEndDocument
- should year end documents be included?actualFinancialBalanceTypeCd
- the actual balance type codeuniversityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizeacctSufficientFundsFinObjCd
- the object code for sufficient fundsexpenditureCodes
- object codes that represent expenditures
SufficientFundsDao.calculatePendActual(boolean, java.lang.String, java.lang.Integer,
java.lang.String, java.lang.String, java.lang.String, List)
public org.kuali.rice.kns.util.KualiDecimal calculatePendBudget(boolean isYearEndDocument, String budgetCheckingBalanceTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, List expenditureCodes)
calculatePendBudget
in interface SufficientFundsDao
isYearEndDocument
- should year end documents be included?budgetCheckingBalanceTypeCd
- the budget balance type codeuniversityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizeacctSufficientFundsFinObjCd
- the object code for sufficient fundsexpenditureCodes
- object codes that represent expenditures
SufficientFundsDao.calculatePendBudget(boolean, java.lang.String, java.lang.Integer,
java.lang.String, java.lang.String, java.lang.String, List)
public org.kuali.rice.kns.util.KualiDecimal calculatePendEncum(boolean isYearEndDocument, String extrnlEncumFinBalanceTypCd, String intrnlEncumFinBalanceTypCd, String preencumbranceFinBalTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, List expenditureCodes)
calculatePendEncum
in interface SufficientFundsDao
isYearEndDocument
- should year end documents be included?extrnlEncumFinBalanceTypCd
- the external encumbrance balance typeintrnlEncumFinBalanceTypCd
- the internal encumbrance balance typepreencumbranceFinBalTypeCd
- the pre-encumbrance balance typeuniversityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizeacctSufficientFundsFinObjCd
- the object code for sufficient fundsexpenditureCodes
- object codes that represent expenditures
SufficientFundsDao.calculatePendEncum(boolean, java.lang.String, java.lang.String,
java.lang.String, java.lang.Integer, java.lang.String, java.lang.String, java.lang.String, List)
protected org.kuali.rice.kns.util.KualiDecimal calculatePendEncum1(boolean isYearEndDocument, String extrnlEncumFinBalanceTypCd, String intrnlEncumFinBalanceTypCd, String preencumbranceFinBalTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, boolean isEqualDebitCode, List expenditureCodes)
isYearEndDocument
- should year end documents be included?extrnlEncumFinBalanceTypCd
- the external encumbrance balance typeintrnlEncumFinBalanceTypCd
- the internal encumbrance balance typepreencumbranceFinBalTypeCd
- the pre-encumbrance balance typeuniversityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizeacctSufficientFundsFinObjCd
- the object code for sufficient fundsisEqualDebitCode
- should debits be included in the calculation or not
protected org.kuali.rice.kns.util.KualiDecimal calculatePendActual1(boolean isYearEndDocument, String actualFinancialBalanceTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, boolean isEqualDebitCode, List expenditureCodes)
isYearEndDocument
- should year end documents be included?actualFinancialBalanceTypeCd
- the actual balance type codeuniversityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizeacctSufficientFundsFinObjCd
- the object code for sufficient funds
protected org.kuali.rice.kns.util.KualiDecimal calculateM113PendActual1(boolean financialBeginBalanceLoadInd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isEqualDebitCode, String financialObjectCodeForCashInBank)
universityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarize
protected org.kuali.rice.kns.util.KualiDecimal calculateM113PendActual2(boolean financialBeginBalanceLoadInd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isEqualDebitCode, List specialFinancialObjectCodes)
universityFiscalYear
- the university fiscal year of sufficient funds balances to summarizechartOfAccountsCode
- the chart of accounts code of sufficient funds balances to summarizeaccountNumber
- the account number of sufficient fund balances to summarizeisEqualDebitCode
- should this query be returning debits or not?specialFinancialObjectCodes
- include only these financial object codes
public void purgeYearByChart(String chartOfAccountsCode, int year)
purgeYearByChart
in interface SufficientFundsDao
chart
- the chart of sufficient fund balances to purgeyear
- the year of sufficient fund balances to purgeprotected org.kuali.rice.kns.util.KualiDecimal executeReportQuery(org.apache.ojb.broker.query.ReportQueryByCriteria reportQuery)
reportQuery
- the ReportQuery to find the first value for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |