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

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.BudgetConstructionLevelSummaryReportDaoJdbc
All Implemented Interfaces:
BudgetConstructionLevelSummaryReportDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class BudgetConstructionLevelSummaryReportDaoJdbc
extends BudgetConstructionDaoJdbcBase
implements BudgetConstructionLevelSummaryReportDao

report general ledger amounts and FTE from the pending budget by object level


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BudgetConstructionLevelSummaryReportDaoJdbc()
           
 
Method Summary
 void cleanReportsLevelSummaryTable(String principalName)
          cleans Level Summary table.
 void setPersistenceService(org.kuali.rice.kns.service.PersistenceService persistenceService)
           
 void updateReportsLevelSummaryTable(String principalName)
          updates Level Summary 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

BudgetConstructionLevelSummaryReportDaoJdbc

public BudgetConstructionLevelSummaryReportDaoJdbc()
Method Detail

cleanReportsLevelSummaryTable

public void cleanReportsLevelSummaryTable(String principalName)
Description copied from interface: BudgetConstructionLevelSummaryReportDao
cleans Level Summary table.

Specified by:
cleanReportsLevelSummaryTable in interface BudgetConstructionLevelSummaryReportDao

updateReportsLevelSummaryTable

public void updateReportsLevelSummaryTable(String principalName)
Description copied from interface: BudgetConstructionLevelSummaryReportDao
updates Level Summary table.

Specified by:
updateReportsLevelSummaryTable in interface BudgetConstructionLevelSummaryReportDao

setPersistenceService

public void setPersistenceService(org.kuali.rice.kns.service.PersistenceService persistenceService)


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