org.kuali.kfs.module.bc.document.dataaccess.impl
Class BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
org.kuali.kfs.module.bc.document.dataaccess.impl.BudgetConstructionDaoJdbcBase
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
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc
public BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc()
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 reportdocumentNumber
- the budget construction document for the data being reporteduniversityFiscalYear
- the budget fiscal yearchartOfAccountsCode
- the chart of accounts for the documentaccountNumber
- the account number for the documentsubAccountNumber
- 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.