public interface LedgerEntryBalancingDao
Modifier and Type | Method and Description |
---|---|
Integer |
findCountGreaterOrEqualThan(Integer year)
Finds the count of rows for >= fiscal year passed in.
|
Object[] |
findEntryByGroup(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode,
String financialBalanceTypeCode,
String universityFiscalPeriodCode,
String transactionDebitCreditCode)
Does a group by query on the parameters passed in and returns an object array with the count as first parameter and sum of TRANSACTION_LEDGER_ENTRY_AMOUNT of the second.
|
Object[] findEntryByGroup(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode, String financialBalanceTypeCode, String universityFiscalPeriodCode, String transactionDebitCreditCode)
universityFiscalYear
- the given university fiscal yearchartOfAccountsCode
- the given chart of account codefinancialObjectCode
- the given object codefinancialBalanceTypeCode
- the given balance type codeuniversityFiscalPeriodCode
- the given university fiscal period codetransactionDebitCreditCode
- the given transaction debit or credit codeInteger findCountGreaterOrEqualThan(Integer year)
the
- given university fiscal yearCopyright © 2004–2015 The Kuali Foundation. All rights reserved.