Uses of Interface
org.sakaiproject.coursemanagement.api.Meeting

Packages that use Meeting
org.sakaiproject.coursemanagement.api   
 

Uses of Meeting in org.sakaiproject.coursemanagement.api
 

Methods in org.sakaiproject.coursemanagement.api that return Meeting
 Meeting CourseManagementAdministration.newSectionMeeting(String sectionEid, String location, Time startTime, Time finishTime, String notes)
          Creates a new meeting instance.
 

Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type Meeting
 Set<Meeting> Section.getMeetings()
          The meeting time for this section.
 

Method parameters in org.sakaiproject.coursemanagement.api with type arguments of type Meeting
 void Section.setMeetings(Set<Meeting> meetingTimes)
           
 



Copyright © 2006-2012 Sakai Project. All Rights Reserved.