...
Info | ||
---|---|---|
| ||
Unless otherwise indicated, all legacy methods are from org.sakaiproject.site.api.CourseManagementProvider and all new CM 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.
...