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

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

public class BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc
extends BudgetConstructionDaoJdbcBase
implements BudgetConstructionDocumentAccountObjectDetailReportDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc()
           
 
Method Summary
 void setPersistenceService(org.kuali.rice.kns.service.PersistenceService persistenceService)
           
 void updateDocumentAccountObjectDetailReportTable(String principalName, String documentNumber, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          populates a data-holding table with the data from a single Budget Construction document, with the general ledger amounts, and sums of the FTE associated with them
 
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

BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc

public BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc()
Method Detail

updateDocumentAccountObjectDetailReportTable

public void updateDocumentAccountObjectDetailReportTable(String principalName,
                                                         String documentNumber,
                                                         Integer universityFiscalYear,
                                                         String chartOfAccountsCode,
                                                         String accountNumber,
                                                         String subAccountNumber)
Description copied from interface: BudgetConstructionDocumentAccountObjectDetailReportDao
populates a data-holding table with the data from a single Budget Construction document, with the general ledger amounts, and sums of the FTE associated with them

Specified by:
updateDocumentAccountObjectDetailReportTable in interface BudgetConstructionDocumentAccountObjectDetailReportDao
Parameters:
principalName - the user requesting the report
documentNumber - the budget construction document for the data being reported
universityFiscalYear - the budget fiscal year
chartOfAccountsCode - the chart of accounts for the document
accountNumber - the account number for the document
subAccountNumber - the subaccount number for the document
See Also:
BudgetConstructionDocumentAccountObjectDetailReportDao.updateDocumentAccountObjectDetailReportTable(java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.String, java.lang.String)

setPersistenceService

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


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