org.kuali.kfs.module.bc.batch.dataaccess.impl
Class GeneralLedgerBudgetLoadDaoOjb.DaoGlobalVariables
java.lang.Object
org.kuali.kfs.module.bc.batch.dataaccess.impl.GeneralLedgerBudgetLoadDaoOjb.DaoGlobalVariables
- Enclosing class:
- GeneralLedgerBudgetLoadDaoOjb
protected class GeneralLedgerBudgetLoadDaoOjb.DaoGlobalVariables
- extends Object
This class allows us to create global variables and pass them around. This should make the code thread safe, in the unlikely
event it is called by more than one thread. it also allows us to fetch constants and build datas stuctures from the DB once
upon instantiation of this class, and make them available for the duration of the run
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralLedgerBudgetLoadDaoOjb.DaoGlobalVariables
public GeneralLedgerBudgetLoadDaoOjb.DaoGlobalVariables(Integer requestYear)
getRequestYear
public Integer getRequestYear()
getNextSequenceNumber
public Integer getNextSequenceNumber(String seqKey)
- return the next available sequence number for the input key and update "next available"
getTransactionDate
public Date getTransactionDate()
getFinancialSystemOriginationcode
public String getFinancialSystemOriginationcode()
shouldThisAccountLoad
public boolean shouldThisAccountLoad(String accountAndChart)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.