Uses of Interface
org.sakaiproject.coursemanagement.api.Meeting
-
Packages that use Meeting Package Description org.sakaiproject.coursemanagement.api -
-
Uses of Meeting in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return Meeting Modifier and Type Method Description MeetingCourseManagementAdministration. 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 Modifier and Type Method Description Set<Meeting>Section. getMeetings()The meeting time for this section.Method parameters in org.sakaiproject.coursemanagement.api with type arguments of type Meeting Modifier and Type Method Description voidSection. setMeetings(Set<Meeting> meetingTimes)
-