org.kuali.kfs.coa.dataaccess.impl
Class SubFundGroupDaoOjb

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.coa.dataaccess.impl.SubFundGroupDaoOjb
All Implemented Interfaces:
SubFundGroupDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class SubFundGroupDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements SubFundGroupDao

This class implements the SubFundGroupDao data access methods using Ojb


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
SubFundGroupDaoOjb()
           
 
Method Summary
 SubFundGroup getByChartAndAccount(String chartCode, String accountNumber)
          This method retrieves a specific SubFundGroup based on chart code and account number
 SubFundGroup getByPrimaryId(String subFundGroupCode)
          This method retrieves a specific SubFundGroup based on primary key
 
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
 

Constructor Detail

SubFundGroupDaoOjb

public SubFundGroupDaoOjb()
Method Detail

getByPrimaryId

public SubFundGroup getByPrimaryId(String subFundGroupCode)
Description copied from interface: SubFundGroupDao
This method retrieves a specific SubFundGroup based on primary key

Specified by:
getByPrimaryId in interface SubFundGroupDao
Returns:
a SubFundGroup based on primary key
See Also:
SubFundGroupDao.getByPrimaryId(java.lang.String)

getByChartAndAccount

public SubFundGroup getByChartAndAccount(String chartCode,
                                         String accountNumber)
Description copied from interface: SubFundGroupDao
This method retrieves a specific SubFundGroup based on chart code and account number

Specified by:
getByChartAndAccount in interface SubFundGroupDao
Returns:
a SubFundGroup based on chart code and account number
See Also:
SubFundGroupDao.getByChartAndAccount(java.lang.String, java.lang.String)


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