org.kuali.kfs.coa.dataaccess.impl
Class SubObjectCodeDaoOjb
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.SubObjectCodeDaoOjb
- All Implemented Interfaces:
- SubObjectCodeDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class SubObjectCodeDaoOjb
- extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
- implements SubObjectCodeDao
This class is the OJB implementation of the SubObjectCodeDao interface.
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 |
SubObjectCodeDaoOjb
public SubObjectCodeDaoOjb()
getByPrimaryId
public SubObjectCode getByPrimaryId(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectCode,
String financialSubObjectCode)
- Retrieves sub object code business object by primary key
- Specified by:
getByPrimaryId
in interface SubObjectCodeDao
- Parameters:
universityFiscalYear
- - part of composite keychartOfAccountsCode
- - part of composite keyaccountNumber
- - part of composite keyfinancialObjectCode
- - part of composite keyfinancialSubObjectCode
- - part of composite key
- Returns:
- SubObjectCode
- See Also:
SubObjectCodeDao.getByPrimaryId(Integer, String, String, String, String)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.