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

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

public class PriorYearAccountDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements PriorYearAccountDao

This class implements the PriorYearAccountDao data access methods using Ojb


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PriorYearAccountDaoOjb()
           
 
Method Summary
 PriorYearAccount getByPrimaryId(String chartOfAccountsCode, String accountNumber)
          Retrieves an Account object 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

PriorYearAccountDaoOjb

public PriorYearAccountDaoOjb()
Method Detail

getByPrimaryId

public PriorYearAccount getByPrimaryId(String chartOfAccountsCode,
                                       String accountNumber)
Description copied from interface: PriorYearAccountDao
Retrieves an Account object based on primary key.

Specified by:
getByPrimaryId in interface PriorYearAccountDao
Parameters:
chartOfAccountsCode - - part of composite key
accountNumber - - part of composite key
Returns:
PriorYearAccount based on primary key
See Also:
PriorYearAccountDao.getByPrimaryId(java.lang.String, java.lang.String)


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