org.kuali.kfs.coa.dataaccess.impl
Class IndirectCostRecoveryExclusionAccountDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
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
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
IndirectCostRecoveryExclusionAccountDaoOjb
public IndirectCostRecoveryExclusionAccountDaoOjb()
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.