org.kuali.kfs.module.endow.dataaccess.impl
Class KemidGeneralLedgerAccountDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.endow.dataaccess.impl.KemidGeneralLedgerAccountDaoOjb
All Implemented Interfaces:
KemidGeneralLedgerAccountDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class KemidGeneralLedgerAccountDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements KemidGeneralLedgerAccountDao


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
KemidGeneralLedgerAccountDaoOjb()
           
 
Method Summary
 Map<String,String> getChartAndAccountNumber(String kemid, String incomePrincipalIndicator)
          Gets a Map containing CHRT_CD and ACCT_NBR from END_KEMID_GL_LNK_T table
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
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
 

Field Detail

LOG

protected static org.apache.log4j.Logger LOG
Constructor Detail

KemidGeneralLedgerAccountDaoOjb

public KemidGeneralLedgerAccountDaoOjb()
Method Detail

getChartAndAccountNumber

public Map<String,String> getChartAndAccountNumber(String kemid,
                                                   String incomePrincipalIndicator)
Description copied from interface: KemidGeneralLedgerAccountDao
Gets a Map containing CHRT_CD and ACCT_NBR from END_KEMID_GL_LNK_T table

Specified by:
getChartAndAccountNumber in interface KemidGeneralLedgerAccountDao
Returns:
a map containing chart and account number
See Also:
KemidGeneralLedgerAccountDao.getChartAndAccountNumber(String, String)


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