org.kuali.kfs.coa.dataaccess
Interface ObjectCodeDao

All Known Implementing Classes:
ObjectCodeDaoOjb

public interface ObjectCodeDao

This interface defines basic methods that ObjectCode Dao's must provide


Method Summary
 ObjectCode getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
          Retrieves an ObjectCode object by primary key.
 List getYearList(String chartOfAccountsCode, String financialObjectCode)
          This method retrieves a list of years based on the chart of accounts code and object code passed in
 

Method Detail

getByPrimaryId

ObjectCode getByPrimaryId(Integer universityFiscalYear,
                          String chartOfAccountsCode,
                          String financialObjectCode)
Retrieves an ObjectCode object by primary key.

Parameters:
universityFiscalYear - - part of composite key
chartOfAccountsCode - - part of composite key
financialObjectCode - - part of composite key
Returns:
ObjectCode

getYearList

List getYearList(String chartOfAccountsCode,
                 String financialObjectCode)
This method retrieves a list of years based on the chart of accounts code and object code passed in

Parameters:
chartOfAccountsCode -
financialObjectCode -
Returns:
list of years that match the chart and object code passed in


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