| Package | Description |
|---|---|
| org.sakaiproject.coursemanagement.api |
| Modifier and Type | Method and Description |
|---|---|
AcademicSession |
CourseManagementAdministration.createAcademicSession(String eid,
String title,
String description,
Date startDate,
Date endDate)
Creates a new AcademicSession.
|
CanonicalCourse |
CourseManagementAdministration.createCanonicalCourse(String eid,
String title,
String description)
Creates a new CanonicalCourse.
|
CourseOffering |
CourseManagementAdministration.createCourseOffering(String eid,
String title,
String description,
String status,
String academicSessionEid,
String canonicalCourseEid,
Date startDate,
Date endDate)
Creates a new CourseOffering.
|
CourseSet |
CourseManagementAdministration.createCourseSet(String eid,
String title,
String description,
String category,
String parentCourseSetEid)
Creates a new CourseSet.
|
EnrollmentSet |
CourseManagementAdministration.createEnrollmentSet(String eid,
String title,
String description,
String category,
String defaultEnrollmentCredits,
String courseOfferingEid,
Set officialInstructors)
Creates a new EnrollmentSet.
|
Section |
CourseManagementAdministration.createSection(String eid,
String title,
String description,
String category,
String parentSectionEid,
String courseOfferingEid,
String enrollmentSetEid)
Creates a new Section.
|
Copyright © 2006-2014 Sakai Project. All Rights Reserved.