| org.kuali.core.dao.jdbc.PlatformAwareDaoBaseJdbc org.kuali.module.gl.dao.jdbc.AccountBalanceDaoJdbcBase
All known Subclasses: org.kuali.module.gl.dao.jdbc.AccountBalanceLevelDaoJdbc, org.kuali.module.gl.dao.jdbc.AccountBalanceConsolidationDaoJdbc, org.kuali.module.gl.dao.jdbc.AccountBalanceObjectDaoJdbc,
AccountBalanceDaoJdbcBase | public class AccountBalanceDaoJdbcBase extends PlatformAwareDaoBaseJdbc (Code) | | A base class to support the JDBC operations done for AccountBalance inquiries
|
clearTempTable | protected void clearTempTable(String tableName, String sessionIdColumn, String sessionId)(Code) | | Deletes all entries in the temporary table for the given unique user
Parameters: tableName - the table name to purge data from Parameters: sessionIdColumn - the name of the unique field on that table Parameters: sessionId - the unique value of the inquiry; basically, the unique web session id of the inquiring user |
fixPendingEntryDisplay | protected void fixPendingEntryDisplay(Integer universityFiscalYear, String sessionId)(Code) | | Updates the fiscal year and account numbers of temporary pending entries for display
Parameters: universityFiscalYear - the fiscal year to update all the temporary pending entries of this inquiry to Parameters: sessionId - the unique web id of the inquiring user |
hasEntriesInPendingTable | protected boolean hasEntriesInPendingTable(String sessionId)(Code) | | Determines if the currently inquiring user has associated temporary pending entries in the temporary pending entry table
Parameters: sessionId - the unique web id of the inquiring user true if this inquiring user has temporary pending entries, false otherwise |
inString | protected String inString(int count)(Code) | | Creates a String bounded with parantheses with count number of question marks, like this:
(?, ?, ?) if count is 3. Right, for creating the SQL queries
Parameters: count - the count of question marks the resulting String |
purgeCostShareEntries | protected void purgeCostShareEntries(String tableName, String sessionIdColumn, String sessionId)(Code) | | Removes all cost share entries from the temporary holding table for this unique inquiry
Parameters: tableName - the name of the temporary table to remove cost share entries from Parameters: sessionIdColumn - the name of the column in the temporary table that holds the unique id of the inquiry Parameters: sessionId - the unique id of the web session of the inquiring user |
|
|