Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A comparison of the legacy CM Provider methods to the (roughly) equivalent methods in the new CM Service

Info
titleNote

...

Unless otherwise indicated, all methods are from org.sakaiproject.coursemanagement.api.CourseManagementService

...

Legacy CM Method:List getCourseIdRequiredFields();
Comparable CM Method: Moved to SectionFieldManager in /site-manage
Notes: This method allows the Site Info & Worksite Setup tools to take an arbitrary number of text fields and generate an ID that CM understands as a section EID.  Since this is peculiar to the UI of Site Info, it's been moved out of CM and into its own API, specifically for this tool.

...