|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LedgerEntryBalancingDao
DAO interface for the balancing process of ledger entries
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 code
Integer findCountGreaterOrEqualThan(Integer year)
the - given university fiscal year
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||