org.kuali.kfs.coa.dataaccess
Interface OrganizationReversionDao

All Known Implementing Classes:
OrganizationReversionDaoOjb

public interface OrganizationReversionDao

This interface provides data access methods for OrganizationReversion and OrganizationReversionCategory


Method Summary
 OrganizationReversion getByPrimaryId(Integer universityFiscalYear, String financialChartOfAccountsCode, String organizationCode)
          Retrieves an OrganizationReversion by primary key.
 List<OrganizationReversionCategory> getCategories()
          Get all the categories OrganizationReversionCategory
 

Method Detail

getByPrimaryId

OrganizationReversion getByPrimaryId(Integer universityFiscalYear,
                                     String financialChartOfAccountsCode,
                                     String organizationCode)
Retrieves an OrganizationReversion by primary key.

Parameters:
universityFiscalYear - - part of composite key
financialChartOfAccountsCode - - part of composite key
organizationCode - - part of composite key
Returns:
OrganizationReversion based on primary key

getCategories

List<OrganizationReversionCategory> getCategories()
Get all the categories OrganizationReversionCategory

Returns:
list of categories


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