org.kuali.kfs.module.bc.document.dataaccess.impl
Class ReportDumpDaoJdbc

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
              extended by org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
                  extended by org.kuali.kfs.module.bc.document.dataaccess.impl.BudgetConstructionDaoJdbcBase
                      extended by org.kuali.kfs.module.bc.document.dataaccess.impl.ReportDumpDaoJdbc
All Implemented Interfaces:
ReportDumpDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class ReportDumpDaoJdbc
extends BudgetConstructionDaoJdbcBase
implements ReportDumpDao

JCBC implementation of ReportDumpDao

See Also:
ReportDumpDao

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ReportDumpDaoJdbc()
           
 
Method Summary
 void cleanAccountDump(String principalName)
          Cleans the account dump maintenance table for given user
 void updateAccountDump(String principalId)
          Rebuilds the account dump maintenance table.
 
Methods inherited from class org.kuali.kfs.module.bc.document.dataaccess.impl.BudgetConstructionDaoJdbcBase
clearTempTableBySesId, clearTempTableByUnvlId, getExpenditureINList, getFiscalYearStartDate, getRevenueINList, getSqlSubStringFunction, inString, inString, setOjbOraclePlatform, setOjbPlatform, setParameterService
 
Methods inherited from class org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
getSimpleJdbcTemplate, initTemplateConfig
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDumpDaoJdbc

public ReportDumpDaoJdbc()
Method Detail

cleanAccountDump

public void cleanAccountDump(String principalName)
Description copied from interface: ReportDumpDao
Cleans the account dump maintenance table for given user

Specified by:
cleanAccountDump in interface ReportDumpDao
See Also:
ReportDumpDao.cleanAccountDump(java.lang.String)

updateAccountDump

public void updateAccountDump(String principalId)
Description copied from interface: ReportDumpDao
Rebuilds the account dump maintenance table.

Specified by:
updateAccountDump in interface ReportDumpDao
See Also:
ReportDumpDao.updateAccountDump(java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.