public interface ChartService
Modifier and Type | Method and Description |
---|---|
Collection<Chart> |
getAllActiveCharts()
Retrieves all of the "active" charts in the system in chart code order.
|
List<String> |
getAllChartCodes()
Retrieves all of the charts in the system and returns them in a List.
|
Chart |
getByPrimaryId(String chartOfAccountsCode)
Retrieves a chart object by its primary key - the chart code.
|
org.kuali.rice.kim.api.identity.Person |
getChartManager(String chartOfAccountsCode)
Returns the chart manager form KIM for the given chart code
|
Map<String,String> |
getReportsToHierarchy()
Retrieves a map of reportsTo relationships (e.g.
|
Chart |
getUniversityChart()
This method returns the university chart
|
boolean |
isParentChart(String potentialChildChartCode,
String potentialParentChartCode)
This method traverses the hierarchy to see if the potentialChildChartCode reports to the potentialParentChartCode
|
Chart getByPrimaryId(String chartOfAccountsCode)
chartOfAccountsCode
- Chart getUniversityChart()
List<String> getAllChartCodes()
Collection<Chart> getAllActiveCharts()
Map<String,String> getReportsToHierarchy()
org.kuali.rice.kim.api.identity.Person getChartManager(String chartOfAccountsCode)
chartOfAccountsCode
- chart code to get manager forPerson
boolean isParentChart(String potentialChildChartCode, String potentialParentChartCode)
potentialChildChartCode
- potentialParentChartCode
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.