public interface SufficientFundsDao
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal |
calculateM113PfyrBudget(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber)
Calculate the Prior Fiscal Year Budget total
|
org.kuali.rice.core.api.util.type.KualiDecimal |
calculateM113PfyrEncum(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber)
Calculate the prior fiscal year encumbrnace total
|
org.kuali.rice.core.api.util.type.KualiDecimal |
calculatePendActual(boolean isYearEndDocument,
String actualFinancialBalanceTypeCd,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String acctSufficientFundsFinObjCd,
List expenditureCodes)
Calculates the current pending actual
|
org.kuali.rice.core.api.util.type.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.core.api.util.type.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
|
org.kuali.rice.core.api.util.type.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 summarizedorg.kuali.rice.core.api.util.type.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 summarizeorg.kuali.rice.core.api.util.type.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 bankorg.kuali.rice.core.api.util.type.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 expendituresorg.kuali.rice.core.api.util.type.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 expendituresorg.kuali.rice.core.api.util.type.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 expendituresvoid purgeYearByChart(String chart, int year)
chart
- the chart of sufficient fund records to purgeyear
- the year of sufficient fund records to purgeCopyright © 2004–2014 The Kuali Foundation. All rights reserved.