public class AccountBalanceDaoJdbcBase extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc
Constructor and Description |
---|
AccountBalanceDaoJdbcBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearTempTable(String tableName,
String sessionIdColumn,
String sessionId)
Deletes all entries in the temporary table for the given unique user
|
protected void |
fixPendingEntryDisplay(Integer universityFiscalYear,
String sessionId)
Updates the fiscal year and account numbers of temporary pending entries for display
|
protected boolean |
hasEntriesInPendingTable(String sessionId)
Determines if the currently inquiring user has associated temporary pending entries in the temporary pending entry table
|
protected String |
inString(int count)
Creates a String bounded with parantheses with count number of question marks, like this: (?, ?, ?) if count is 3.
|
protected void |
purgeCostShareEntries(String tableName,
String sessionIdColumn,
String sessionId)
Removes all cost share entries from the temporary holding table for this unique inquiry
|
getDbPlatform, setDbPlatform
getSimpleJdbcTemplate, initTemplateConfig
public AccountBalanceDaoJdbcBase()
protected String inString(int count)
count
- the count of question marksprotected void purgeCostShareEntries(String tableName, String sessionIdColumn, String sessionId)
tableName
- the name of the temporary table to remove cost share entries fromsessionIdColumn
- the name of the column in the temporary table that holds the unique id of the inquirysessionId
- the unique id of the web session of the inquiring userprotected boolean hasEntriesInPendingTable(String sessionId)
sessionId
- the unique web id of the inquiring userprotected void fixPendingEntryDisplay(Integer universityFiscalYear, String sessionId)
universityFiscalYear
- the fiscal year to update all the temporary pending entries of this inquiry tosessionId
- the unique web id of the inquiring userprotected void clearTempTable(String tableName, String sessionIdColumn, String sessionId)
tableName
- the table name to purge data fromsessionIdColumn
- the name of the unique field on that tablesessionId
- the unique value of the inquiry; basically, the unique web session id of the inquiring userCopyright © 2004–2015 The Kuali Foundation. All rights reserved.