Method Summary |
|
protected void | addAcademicSession(Element element) |
protected void | addCanonicalCourse(Element element) |
protected CourseOffering | addCourseOffering(Element element) |
protected CourseSet | addCourseSet(Element element) |
protected EnrollmentSet | addEnrollmentSet(Element element) |
protected Section | addSection(Element element) |
protected Set | getChildValues(Element element) |
protected Date | getDate(String str) |
abstract protected InputStream | getXmlInputStream() |
protected void | reconcileAcademicSessions(Document doc) |
protected void | reconcileCanonicalCourses(Document doc) |
protected void | reconcileCourseOfferings(Document doc) |
protected void | reconcileCourseSets(Document doc) |
protected void | reconcileEnrollmentSets(Document doc) |
protected void | reconcileEnrollments(Element enrollmentsElement, EnrollmentSet enrollmentSet) |
protected void | reconcileOfficialInstructors(Element esElement, EnrollmentSet enrollmentSet) |
protected void | reconcileSections(Document doc) |
public void | setCmAdmin(CourseManagementAdministration cmAdmin) |
public void | setCmService(CourseManagementService cmService) |
public synchronized void | syncAllCmObjects() |
protected void | updateAcademicSession(AcademicSession session, Element element) |
protected void | updateCanonicalCourse(CanonicalCourse canonicalCourse, Element element) |
protected CourseOffering | updateCourseOffering(CourseOffering courseOffering, Element element) |
protected void | updateCourseOfferingMembers(Element membersElement, CourseOffering courseOffering) |
protected CourseSet | updateCourseSet(CourseSet courseSet, Element element) |
protected void | updateCourseSetMembers(Element membersElement, CourseSet courseSet) |
protected EnrollmentSet | updateEnrollmentSet(EnrollmentSet enrollmentSet, Element element) |
protected void | updateOfficialInstructors(EnrollmentSet enr, Element element) |
protected Section | updateSection(Section section, Element element) |
protected void | updateSectionMembers(Element membersElement, Section section) |