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

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

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

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

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

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

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

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

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

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



Copyright © 2012 Jasig. All Rights Reserved.