public class BalancingDaoJdbc extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements BalancingDao, LedgerBalancingDao
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | ACCOUNT_BALANCE_AMOUNT_FIELDS | 
| protected static String | ACCOUNT_BALANCE_KEY_FIELDS | 
| protected static String | BALANCE_AMOUNT_FIELDS | 
| protected static String | BALANCE_KEY_FIELDS | 
| protected static String | BALANCE_MONTH_AMOUNT_FIELDS | 
| protected static String | ENCUMBRANCE_AMOUNT_FIELDS | 
| protected static String | ENCUMBRANCE_KEY_FIELDS | 
| protected static String | ENTRY_KEY_FIELDS | 
| protected static String | ROW_COUNT | 
| protected static String | VER_NBR | 
| Constructor and Description | 
|---|
| BalancingDaoJdbc() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | populateAccountBalancesHistory(Integer universityFiscalYear)Populates AccountBalancesHistory with AccountBalances data based on the start fiscal year passed in | 
| int | populateEncumbranceHistory(Integer universityFiscalYear)Populates EncumbranceHistory with Encumbrance data based on the start fiscal year passed in | 
| int | populateLedgerBalanceHistory(Integer universityFiscalYear)Populates LedgerBalanceHistory with Balance (or LaborBalance) data based on the start fiscal year passed in | 
| int | populateLedgerEntryHistory(Integer universityFiscalYear)Populates LedgerEntryHistory with Entry (or LaborEntry) data based on the start fiscal year passed in | 
getDbPlatform, setDbPlatformgetSimpleJdbcTemplate, initTemplateConfigprotected static final String VER_NBR
protected static final String ROW_COUNT
protected static final String ENTRY_KEY_FIELDS
protected static final String BALANCE_KEY_FIELDS
protected static final String BALANCE_AMOUNT_FIELDS
protected static final String BALANCE_MONTH_AMOUNT_FIELDS
protected static final String ACCOUNT_BALANCE_KEY_FIELDS
protected static final String ACCOUNT_BALANCE_AMOUNT_FIELDS
protected static final String ENCUMBRANCE_KEY_FIELDS
protected static final String ENCUMBRANCE_AMOUNT_FIELDS
public BalancingDaoJdbc()
public int populateLedgerEntryHistory(Integer universityFiscalYear)
LedgerBalancingDaopopulateLedgerEntryHistory in interface LedgerBalancingDaouniversityFiscalYear - fiscal year the populate should start fromLedgerBalancingDao.populateLedgerEntryHistory(java.lang.Integer)public int populateLedgerBalanceHistory(Integer universityFiscalYear)
LedgerBalancingDaopopulateLedgerBalanceHistory in interface LedgerBalancingDaouniversityFiscalYear - fiscal year the populate should start fromLedgerBalancingDao.populateLedgerBalanceHistory(java.lang.Integer)public int populateAccountBalancesHistory(Integer universityFiscalYear)
BalancingDaopopulateAccountBalancesHistory in interface BalancingDaouniversityFiscalYear - fiscal year the populate should start fromBalancingDao.populateAccountBalancesHistory(java.lang.Integer)public int populateEncumbranceHistory(Integer universityFiscalYear)
BalancingDaopopulateEncumbranceHistory in interface BalancingDaouniversityFiscalYear - fiscal year the populate should start fromBalancingDao.populateEncumbranceHistory(java.lang.Integer)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.