| org.kuali.module.chart.dao.ChartDao
All known Subclasses: org.kuali.module.chart.dao.ojb.ChartDaoOjb,
getAll | public Collection getAll()(Code) | | This method retrieves all Chart objects in the system
all Chart objects |
getByPrimaryId | public Chart getByPrimaryId(String chartOfAccountsCode)(Code) | | This method retrieves a given Chart based on it's primary key
Parameters: chartOfAccountsCode - Chart object that matches this primary key |
getChartsThatUserIsResponsibleFor | public List getChartsThatUserIsResponsibleFor(UniversalUser kualiUser)(Code) | | This method retrieves a list of Chart objects that a specific User is responsible for
Parameters: kualiUser - list of Chart objects that this user is responsible for |
getUniversityChart | public Chart getUniversityChart()(Code) | | This method retrieves the University's Chart object
University's chart object |
|
|