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

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

public class IndirectCostRecoveryExclusionAccountDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements IndirectCostRecoveryExclusionAccountDao

This class implements the IndirectCostRecoveryExclusionAccountDao data access methods using Ojb


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
IndirectCostRecoveryExclusionAccountDaoOjb()
           
 
Method Summary
 boolean existByAccount(String chartOfAccountsCode, String accountNumber)
          This method determines whether a given IndirectCostRecoveryExclusionAccount exists from a specific Account
 IndirectCostRecoveryExclusionAccount getByPrimaryKey(String chartOfAccountsCode, String accountNumber, String objectChartOfAccountsCode, String objectCode)
          This method retrieves a given IndirectCostRecoveryExclusionAccount
 
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

IndirectCostRecoveryExclusionAccountDaoOjb

public IndirectCostRecoveryExclusionAccountDaoOjb()
Method Detail

getByPrimaryKey

public IndirectCostRecoveryExclusionAccount getByPrimaryKey(String chartOfAccountsCode,
                                                            String accountNumber,
                                                            String objectChartOfAccountsCode,
                                                            String objectCode)
Description copied from interface: IndirectCostRecoveryExclusionAccountDao
This method retrieves a given IndirectCostRecoveryExclusionAccount

Specified by:
getByPrimaryKey in interface IndirectCostRecoveryExclusionAccountDao
Returns:
the IndirectCostRecoveryExclusionAccount matching this criteria
See Also:
IndirectCostRecoveryExclusionAccountDao.getByPrimaryKey(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

existByAccount

public boolean existByAccount(String chartOfAccountsCode,
                              String accountNumber)
Description copied from interface: IndirectCostRecoveryExclusionAccountDao
This method determines whether a given IndirectCostRecoveryExclusionAccount exists from a specific Account

Specified by:
existByAccount in interface IndirectCostRecoveryExclusionAccountDao
Returns:
true if it does exist
See Also:
IndirectCostRecoveryExclusionAccountDao.existByAccount(java.lang.String, java.lang.String)


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