Uses of Class
org.sakaiproject.coursemanagement.api.exception.IdExistsException
-
Packages that use IdExistsException Package Description org.sakaiproject.coursemanagement.api -
-
Uses of IdExistsException in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that throw IdExistsException Modifier and Type Method Description AcademicSessionCourseManagementAdministration. createAcademicSession(String eid, String title, String description, Date startDate, Date endDate)Creates a new AcademicSession.CanonicalCourseCourseManagementAdministration. createCanonicalCourse(String eid, String title, String description)Creates a new CanonicalCourse.CourseOfferingCourseManagementAdministration. createCourseOffering(String eid, String title, String description, String status, String academicSessionEid, String canonicalCourseEid, Date startDate, Date endDate)Creates a new CourseOffering.CourseSetCourseManagementAdministration. createCourseSet(String eid, String title, String description, String category, String parentCourseSetEid)Creates a new CourseSet.EnrollmentSetCourseManagementAdministration. createEnrollmentSet(String eid, String title, String description, String category, String defaultEnrollmentCredits, String courseOfferingEid, Set officialInstructors)Creates a new EnrollmentSet.SectionCourseManagementAdministration. createSection(String eid, String title, String description, String category, String parentSectionEid, String courseOfferingEid, String enrollmentSetEid)Creates a new Section.
-