Uses of Class
org.sakaiproject.coursemanagement.api.exception.IdExistsException

Packages that use IdExistsException
org.sakaiproject.coursemanagement.api   
 

Uses of IdExistsException in org.sakaiproject.coursemanagement.api
 

Methods in org.sakaiproject.coursemanagement.api that throw IdExistsException
 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-2013 Sakai Project. All Rights Reserved.