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

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

public class OffsetDefinitionDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements OffsetDefinitionDao

This class is the OJB implementation of the OffsetDefinitionDao interface.


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
OffsetDefinitionDaoOjb()
           
 
Method Summary
 OffsetDefinition getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String financialDocumentTypeCode, String financialBalanceTypeCode)
          This method retrieves a OffsetDefinition based on 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

OffsetDefinitionDaoOjb

public OffsetDefinitionDaoOjb()
Method Detail

getByPrimaryId

public OffsetDefinition getByPrimaryId(Integer universityFiscalYear,
                                       String chartOfAccountsCode,
                                       String financialDocumentTypeCode,
                                       String financialBalanceTypeCode)
Description copied from interface: OffsetDefinitionDao
This method retrieves a OffsetDefinition based on primary keys

Specified by:
getByPrimaryId in interface OffsetDefinitionDao
Returns:
a specific OffsetDefinition based on primary keys
See Also:
OffsetDefinitionDao.getByPrimaryId(java.lang.Integer, java.lang.String, java.lang.String, java.lang.String)


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