| org.kuali.module.chart.dao.ObjectCodeDao
All known Subclasses: org.kuali.module.chart.dao.ojb.ObjectCodeDaoOjb,
ObjectCodeDao | public interface ObjectCodeDao (Code) | | This interface defines basic methods that ObjectCode Dao's must provide
|
getByPrimaryId | public ObjectCode getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)(Code) | | Retrieves an ObjectCode object by primary key.
Parameters: universityFiscalYear - - part of composite key Parameters: chartOfAccountsCode - - part of composite key Parameters: financialObjectCode - - part of composite key ObjectCode |
getYearList | public List getYearList(String chartOfAccountsCode, String financialObjectCode)(Code) | | This method retrieves a list of years based on the chart of accounts code and object code passed in
Parameters: chartOfAccountsCode - Parameters: financialObjectCode - list of years that match the chart and object code passed in |
|
|