Uses of Class
edu.sampleu.student.dataobject.Course

Packages that use Course
edu.sampleu.student.dataobject   
edu.sampleu.student.web.form   
 

Uses of Course in edu.sampleu.student.dataobject
 

Methods in edu.sampleu.student.dataobject that return Course
 Course CourseSection.getCourse()
           
 

Methods in edu.sampleu.student.dataobject with parameters of type Course
 void CourseSection.setCourse(Course course)
           
 

Uses of Course in edu.sampleu.student.web.form
 

Methods in edu.sampleu.student.web.form that return types with arguments of type Course
 List<Course> RegistrationForm.getCourseListing()
           
 

Method parameters in edu.sampleu.student.web.form with type arguments of type Course
 void RegistrationForm.setCourseListing(List<Course> courseListing)
           
 



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.