public interface ObjectCodeService
Modifier and Type | Method and Description |
---|---|
ObjectCode |
getByPrimaryId(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode) |
ObjectCode |
getByPrimaryIdForCurrentYear(String chartOfAccountsCode,
String financialObjectCode)
This method returns an financial object code for the current fiscal year.
|
ObjectCode |
getByPrimaryIdWithCaching(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode) |
String |
getObjectCodeNamesByCharts(Integer universityFiscalYear,
String[] chartOfAccountCodes,
String financialObjectCode)
This method, written for use with DWR, returns a joined string representation of all of the names of the distinct object
codes associated with each of the chart codes given.
|
List |
getYearList(String chartOfAccountsCode,
String financialObjectCode) |
ObjectCode getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
universityFiscalYear
- - University Fiscal YearchartOfAccountsCode
- - Chart of Accounts CodefinancialObjectCode
- - Financial Object CodeObjectCode getByPrimaryIdWithCaching(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
universityFiscalYear
- - University Fiscal YearchartOfAccountsCode
- - Chart of Accounts CodefinancialObjectCode
- - Financial Object CodeObjectCode getByPrimaryIdForCurrentYear(String chartOfAccountsCode, String financialObjectCode)
chartOfAccountsCode
- chart of accounts code for object codefinancialObjectCode
- financial object codeList getYearList(String chartOfAccountsCode, String financialObjectCode)
chartOfAccountsCode
- - Chart of Accounts CodefinancialObjectCode
- - Financial Object CodeString getObjectCodeNamesByCharts(Integer universityFiscalYear, String[] chartOfAccountCodes, String financialObjectCode)
universityFiscalYear
- the fiscal year of the financial object code to check.chartOfAccountCodes
- array of Chart of Accounts codes tofinancialObjectCode
- financial object code to look upCopyright © 2004–2014 The Kuali Foundation. All rights reserved.