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

Packages that use IdNotFoundException
org.sakaiproject.coursemanagement.api   
 

Uses of IdNotFoundException in org.sakaiproject.coursemanagement.api
 

Methods in org.sakaiproject.coursemanagement.api that throw IdNotFoundException
 void CourseManagementAdministration.addCanonicalCourseToCourseSet(String courseSetEid, String canonicalCourseEid)
          Adds a CanonicalCourse to a CourseSet.
 Membership CourseManagementAdministration.addOrUpdateCourseSetMembership(String userId, String role, String courseSetEid, String status)
          Adds a user to a CourseSet.
 Set<CourseOffering> CourseManagementService.findCourseOfferings(String courseSetEid, String academicSessionEid)
          Finds all of the course offerings in a course set that are current for any given academic session (regardless of the courseOffering's start and end dates).
 Set<Section> CourseManagementService.findInstructingSections(String userEid, String academicSessionEid)
          Finds all Sections that are linked to an EnrollmentSet for which a user is an instructor of record and which are part of a CourseOffering in a given AcademicSession.
 AcademicSession CourseManagementService.getAcademicSession(String eid)
          Gets a AcademicSession by its eid.
 CanonicalCourse CourseManagementService.getCanonicalCourse(String canonicalCourseEid)
          Gets a CanonicalCourse by its eid.
 Set<CanonicalCourse> CourseManagementService.getCanonicalCourses(String courseSetEid)
          Gets the CanonicalCourses in a CourseSet.
 Set<CourseSet> CourseManagementService.getChildCourseSets(String parentCourseSetEid)
          Gets the child CourseSet from a parent CourseSet.
 Set<Section> CourseManagementService.getChildSections(String parentSectionEid)
          Gets the child Sections from a parent Section.
 CourseOffering CourseManagementService.getCourseOffering(String courseOfferingEid)
          Gets a CourseOffering by its eid.
 Set<Membership> CourseManagementService.getCourseOfferingMemberships(String courseOfferingEid)
          Gets the memberships directly contained by this CourseOffering.
 Set<CourseOffering> CourseManagementService.getCourseOfferingsInCanonicalCourse(String canonicalCourseEid)
          Finds all course offerings belonging to a canonical course.
 Set<CourseOffering> CourseManagementService.getCourseOfferingsInCourseSet(String courseSetEid)
          Gets the CourseOfferings in a CourseSet.
 CourseSet CourseManagementService.getCourseSet(String courseSetEid)
          Gets a CourseSet by its eid.
 Set<Membership> CourseManagementService.getCourseSetMemberships(String courseSetEid)
          Gets the memberships directly contained by this CourseSet.
 Set<Enrollment> CourseManagementService.getEnrollments(String enrollmentSetEid)
          Gets the Enrollments in an EnrollmentSet (including dropped enrollments)
 EnrollmentSet CourseManagementService.getEnrollmentSet(String enrollmentSetEid)
          Gets an EnrollmentSet by its eid.
 Set<EnrollmentSet> CourseManagementService.getEnrollmentSets(String courseOfferingEid)
          Gets the EnrollmentSets associated with a CourseOffering
 Set<CanonicalCourse> CourseManagementService.getEquivalentCanonicalCourses(String canonicalCourseEid)
          Gets the equivalent CanonicalCourses.
 Set<CourseOffering> CourseManagementService.getEquivalentCourseOfferings(String courseOfferingEid)
          Gets any equivalent CourseOfferings.
 Set<String> CourseManagementService.getInstructorsOfRecordIds(String enrollmentSetEid)
          Gets the set of user ids that are, according to the enterprise, responsible for the EnrollmentSet.
 Section CourseManagementService.getSection(String sectionEid)
          Gets a Section by its eid.
 Set<Membership> CourseManagementService.getSectionMemberships(String sectionEid)
          Gets the members directly contained by this Section.
 Set<Section> CourseManagementService.getSections(String courseOfferingEid)
          Gets the top-level Sections associated with a CourseOffering
 



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