|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SufficientFundsDao
A DAO interface. This one seems to refer to an old FIS issue, M113, which was: "On account sufficient funds checking, what needs to be done between beginning of fiscal year and loading of beginning balances?" Therefore, this DAO is to find year end balance totals, as far as I can tell
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 |
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 encumbrnace 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 |
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 |
void |
purgeYearByChart(String chart,
int year)
Purge table by year/chart |
Method Detail |
---|
org.kuali.rice.kns.util.KualiDecimal calculateM113PfyrBudget(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)
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
org.kuali.rice.kns.util.KualiDecimal calculateM113PfyrEncum(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)
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
org.kuali.rice.kns.util.KualiDecimal calculateM113PendActual(boolean financialBeginBalanceLoadInd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, List specialFinancialObjectCodes, 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 summarizespecialFinancialObjectCodes
- include only these financial object codesfinancialObjectCodeForCashInBank
- the object code for cash in the bank
org.kuali.rice.kns.util.KualiDecimal calculatePendActual(boolean isYearEndDocument, String actualFinancialBalanceTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, 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 fundsexpenditureCodes
- object codes that represent expenditures
org.kuali.rice.kns.util.KualiDecimal calculatePendBudget(boolean isYearEndDocument, String budgetCheckingBalanceTypeCd, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String acctSufficientFundsFinObjCd, List expenditureCodes)
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
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)
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
void purgeYearByChart(String chart, int year)
chart
- the chart of sufficient fund records to purgeyear
- the year of sufficient fund records to purge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |