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

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

public class A21SubAccountDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements A21SubAccountDao

This class provides data access to A21SubAccount through OJB


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
A21SubAccountDaoOjb()
           
 
Method Summary
 A21SubAccount getByPrimaryKey(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          This method retrieves an A21SubAccount based on it's primary keys
 
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

A21SubAccountDaoOjb

public A21SubAccountDaoOjb()
Method Detail

getByPrimaryKey

public A21SubAccount getByPrimaryKey(String chartOfAccountsCode,
                                     String accountNumber,
                                     String subAccountNumber)
Description copied from interface: A21SubAccountDao
This method retrieves an A21SubAccount based on it's primary keys

Specified by:
getByPrimaryKey in interface A21SubAccountDao
Returns:
the A21SubAccount that matches this primary key
See Also:
A21SubAccountDao.getByPrimaryKey(java.lang.String, java.lang.String, java.lang.String)


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