|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartDao
This interface defines what methods of data retrieval should be allowed for Chart
Method Summary | |
---|---|
Collection |
getAll()
This method retrieves all Chart objects in the system |
Chart |
getByPrimaryId(String chartOfAccountsCode)
This method retrieves a given Chart based on it's primary key |
List |
getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person kualiUser)
This method retrieves a list of Chart objects that a specific User is responsible for |
Chart |
getUniversityChart()
This method retrieves the University's Chart object |
Method Detail |
---|
Collection getAll()
Chart getUniversityChart()
Chart getByPrimaryId(String chartOfAccountsCode)
chartOfAccountsCode
-
List getChartsThatUserIsResponsibleFor(org.kuali.rice.kim.bo.Person kualiUser)
kualiUser
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |