public class LedgerPreparedStatementCachingDaoJdbc extends AbstractPreparedStatementCachingDaoJdbc implements LedgerPreparedStatementCachingDao
AbstractPreparedStatementCachingDaoJdbc.InsertingJdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.JdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.RetrievingJdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.RetrievingListJdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.UpdatingJdbcWrapper<T>INSERT_PREFIX, preparedStatementCache, RETRIEVE_PREFIX, UPDATE_PREFIX| Constructor and Description |
|---|
LedgerPreparedStatementCachingDaoJdbc() |
destroy, initializegetDbPlatform, setDbPlatformgetSimpleJdbcTemplate, initTemplateConfigcheckDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, releaseConnection, setDataSource, setJdbcTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, initializepublic LedgerPreparedStatementCachingDaoJdbc()
protected Map<String,String> getSql()
getSql in class AbstractPreparedStatementCachingDaoJdbcpublic int getMaxSequenceNumber(Transaction t)
getMaxSequenceNumber in interface LedgerPreparedStatementCachingDaopublic AccountBalance getAccountBalance(Transaction t)
getAccountBalance in interface LedgerPreparedStatementCachingDaopublic void insertAccountBalance(AccountBalance accountBalance, Timestamp currentTimestamp)
insertAccountBalance in interface LedgerPreparedStatementCachingDaopublic void updateAccountBalance(AccountBalance accountBalance, Timestamp currentTimestamp)
updateAccountBalance in interface LedgerPreparedStatementCachingDaopublic Balance getBalance(Transaction t)
getBalance in interface LedgerPreparedStatementCachingDaopublic void insertBalance(Balance balance, Timestamp currentTimestamp)
insertBalance in interface LedgerPreparedStatementCachingDaopublic void updateBalance(Balance balance, Timestamp currentTimestamp)
updateBalance in interface LedgerPreparedStatementCachingDaopublic Encumbrance getEncumbrance(Entry entry)
getEncumbrance in interface LedgerPreparedStatementCachingDaopublic void insertEncumbrance(Encumbrance encumbrance, Timestamp currentTimestamp)
insertEncumbrance in interface LedgerPreparedStatementCachingDaopublic void updateEncumbrance(Encumbrance encumbrance, Timestamp currentTimestamp)
updateEncumbrance in interface LedgerPreparedStatementCachingDaopublic ExpenditureTransaction getExpenditureTransaction(Transaction t)
getExpenditureTransaction in interface LedgerPreparedStatementCachingDaopublic void insertExpenditureTransaction(ExpenditureTransaction expenditureTransaction)
insertExpenditureTransaction in interface LedgerPreparedStatementCachingDaopublic void updateExpenditureTransaction(ExpenditureTransaction expenditureTransaction)
updateExpenditureTransaction in interface LedgerPreparedStatementCachingDaopublic SufficientFundBalances getSufficientFundBalances(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectCode)
getSufficientFundBalances in interface LedgerPreparedStatementCachingDaopublic void insertSufficientFundBalances(SufficientFundBalances sufficientFundBalances, Timestamp currentTimestamp)
insertSufficientFundBalances in interface LedgerPreparedStatementCachingDaopublic void updateSufficientFundBalances(SufficientFundBalances sufficientFundBalances, Timestamp currentTimestamp)
updateSufficientFundBalances in interface LedgerPreparedStatementCachingDaopublic void insertEntry(Entry entry, Timestamp currentTimestamp)
insertEntry in interface LedgerPreparedStatementCachingDaopublic void insertReversal(Reversal reversal)
insertReversal in interface LedgerPreparedStatementCachingDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.