Uses of Class
org.jasig.portlet.courses.model.xml.Instructor

Packages that use Instructor
org.jasig.portlet.courses.model.catalog.xml   
org.jasig.portlet.courses.model.xml   
org.jasig.portlet.courses.model.xml.personal   
 

Uses of Instructor in org.jasig.portlet.courses.model.catalog.xml
 

Fields in org.jasig.portlet.courses.model.catalog.xml with type parameters of type Instructor
protected  List<Instructor> CourseSection.instructors
           
 

Methods in org.jasig.portlet.courses.model.catalog.xml that return types with arguments of type Instructor
 List<Instructor> CourseSection.getInstructors()
          Gets the value of the instructors property.
 

Uses of Instructor in org.jasig.portlet.courses.model.xml
 

Methods in org.jasig.portlet.courses.model.xml that return Instructor
 Instructor ObjectFactory.createInstructor()
          Create an instance of Instructor
 

Uses of Instructor in org.jasig.portlet.courses.model.xml.personal
 

Fields in org.jasig.portlet.courses.model.xml.personal with type parameters of type Instructor
protected  List<Instructor> Course.instructors
           
 

Methods in org.jasig.portlet.courses.model.xml.personal that return types with arguments of type Instructor
 List<Instructor> Course.getInstructors()
          Gets the value of the instructors property.
 



Copyright © 2012 Jasig. All Rights Reserved.