| org.kuali.module.chart.service.ChartService
All known Subclasses: org.kuali.module.chart.service.impl.ChartServiceImpl,
ChartService | public interface ChartService (Code) | | This interface defines methods that a Chart Service must provide
|
getAllChartCodes | public List getAllChartCodes()(Code) | | Retrieves all of the charts in the system and returns them in a List.
A List of chart objects. |
getByPrimaryId | public Chart getByPrimaryId(String chartOfAccountsCode)(Code) | | Retrieves a chart object by its primary key - the chart code.
Parameters: chartOfAccountsCode - |
getChartsThatUserIsResponsibleFor | public List getChartsThatUserIsResponsibleFor(UniversalUser kualiUser)(Code) | | Retrieves a list of chart objects that the User is responsible for
Parameters: kualiUser - |
getReportsToHierarchy | public Map<String, String> getReportsToHierarchy()(Code) | | Retrieves a map of reportsTo relationships (e.g. A reports to B, B reports to B, C reports to A)
|
getUniversityChart | public Chart getUniversityChart()(Code) | | This method returns the university chart
|
|
|