Uses of Class
edu.sampleu.demo.course.CourseSection

Packages that use CourseSection
edu.sampleu.demo.course   
 

Uses of CourseSection in edu.sampleu.demo.course
 

Methods in edu.sampleu.demo.course that return CourseSection
 CourseSection CourseOfferingForm.getCourseSection()
           
 

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

Methods in edu.sampleu.demo.course with parameters of type CourseSection
 void CourseOfferingForm.setCourseSection(CourseSection courseSection)
           
 

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



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