|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartService
This interface defines methods that a Chart Service must provide
Method Summary | |
---|---|
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.bo.Person |
getChartManager(String chartOfAccountsCode)
Returns the chart manager form KIM for the given chart code |
List |
getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person kualiUser)
Retrieves a list of chart objects that the User is responsible for |
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 |
Method Detail |
---|
Chart getByPrimaryId(String chartOfAccountsCode)
chartOfAccountsCode
-
Chart getUniversityChart()
List<String> getAllChartCodes()
Map<String,String> getReportsToHierarchy()
List getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person kualiUser)
kualiUser
-
org.kuali.rice.kim.bo.Person getChartManager(String chartOfAccountsCode)
chartOfAccountsCode
- chart code to get manager for
Person
boolean isParentChart(String potentialChildChartCode, String potentialParentChartCode)
potentialChildChartCode
- potentialParentChartCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |