|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectCodeService
This interface defines methods that an ObjectCode Service must provide.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
ObjectCode getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
universityFiscalYear
- - University Fiscal YearchartOfAccountsCode
- - Chart of Accounts CodefinancialObjectCode
- - Financial Object Code
ObjectCode getByPrimaryIdWithCaching(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
universityFiscalYear
- - University Fiscal YearchartOfAccountsCode
- - Chart of Accounts CodefinancialObjectCode
- - Financial Object Code
ObjectCode getByPrimaryIdForCurrentYear(String chartOfAccountsCode, String financialObjectCode)
chartOfAccountsCode
- chart of accounts code for object codefinancialObjectCode
- financial object code
List getYearList(String chartOfAccountsCode, String financialObjectCode)
chartOfAccountsCode
- - Chart of Accounts CodefinancialObjectCode
- - Financial Object Code
String 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 up
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |