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

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

public class OrganizationReversionDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements OrganizationReversionDao

This class implements the OrganizationReversionDao data access methods using Ojb


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
OrganizationReversionDaoOjb()
           
 
Method Summary
 OrganizationReversion getByPrimaryId(Integer universityFiscalYear, String financialChartOfAccountsCode, String organizationCode)
          Retrieves an OrganizationReversion by primary key.
 List<OrganizationReversionCategory> getCategories()
          Get all the categories OrganizationReversionCategory
 
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

OrganizationReversionDaoOjb

public OrganizationReversionDaoOjb()
Method Detail

getByPrimaryId

public OrganizationReversion getByPrimaryId(Integer universityFiscalYear,
                                            String financialChartOfAccountsCode,
                                            String organizationCode)
Description copied from interface: OrganizationReversionDao
Retrieves an OrganizationReversion by primary key.

Specified by:
getByPrimaryId in interface OrganizationReversionDao
Parameters:
universityFiscalYear - - part of composite key
financialChartOfAccountsCode - - part of composite key
organizationCode - - part of composite key
Returns:
OrganizationReversion based on primary key
See Also:
OrganizationReversionDao.getByPrimaryId(java.lang.Integer, java.lang.String, java.lang.String)

getCategories

public List<OrganizationReversionCategory> getCategories()
Description copied from interface: OrganizationReversionDao
Get all the categories OrganizationReversionCategory

Specified by:
getCategories in interface OrganizationReversionDao
Returns:
list of categories
See Also:
OrganizationReversionDao.getCategories()


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