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

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

public class GLLinkDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements GLLinkDao


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
GLLinkDaoOjb()
           
 
Method Summary
 String getObjectCode(String chartCode, String endowmentTransactionCode)
          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

GLLinkDaoOjb

public GLLinkDaoOjb()
Method Detail

getObjectCode

public String getObjectCode(String chartCode,
                            String endowmentTransactionCode)
Description copied from interface: GLLinkDao
Gets a Map containing CHRT_CD and ACCT_NBR from END_KEMID_GL_LNK_T table

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


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