public class IndirectCostRecoveryExclusionAccountDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements IndirectCostRecoveryExclusionAccountDao
IndirectCostRecoveryExclusionAccountDao
data access methods using OjbConstructor and Description |
---|
IndirectCostRecoveryExclusionAccountDaoOjb() |
Modifier and Type | Method and Description |
---|---|
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 |
getDbPlatform, setDbPlatform
public IndirectCostRecoveryExclusionAccountDaoOjb()
public IndirectCostRecoveryExclusionAccount getByPrimaryKey(String chartOfAccountsCode, String accountNumber, String objectChartOfAccountsCode, String objectCode)
IndirectCostRecoveryExclusionAccountDao
IndirectCostRecoveryExclusionAccount
getByPrimaryKey
in interface IndirectCostRecoveryExclusionAccountDao
IndirectCostRecoveryExclusionAccount
matching this criteriaIndirectCostRecoveryExclusionAccountDao.getByPrimaryKey(java.lang.String, java.lang.String,
java.lang.String, java.lang.String)
public boolean existByAccount(String chartOfAccountsCode, String accountNumber)
IndirectCostRecoveryExclusionAccountDao
IndirectCostRecoveryExclusionAccount
exists from a specific Account
existByAccount
in interface IndirectCostRecoveryExclusionAccountDao
IndirectCostRecoveryExclusionAccountDao.existByAccount(java.lang.String, java.lang.String)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.