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

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

Uses of CourseSection in edu.sampleu.student.dataobject
 

Methods in edu.sampleu.student.dataobject that return types with arguments of type CourseSection
 List<CourseSection> Course.getSections()
           
 

Method parameters in edu.sampleu.student.dataobject with type arguments of type CourseSection
 void Course.setSections(List<CourseSection> sections)
           
 

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

Methods in edu.sampleu.student.web.form that return CourseSection
 CourseSection CourseOfferingForm.getCourseSection()
           
 

Methods in edu.sampleu.student.web.form with parameters of type CourseSection
 void CourseOfferingForm.setCourseSection(CourseSection courseSection)
           
 



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