org.sakaiproject.section.api |
|
Java Source File Name | Type | Comment |
CourseManager.java | Interface | Provides methods for adding a top-level course object, to which CourseSections
can be associated, and for associating users with the course.
The membership-related methods are intended for use in testing the standalone
application only. |
SectionAwareness.java | Interface |
Provides section awareness to tools needing read-only access to section
information, such as section membership. |
SectionManager.java | Interface | An internal service interface for the Section Manager Tool (AKA "Section Info")
to provide for the creation, modification, and removal of CourseSections, along
with the membership of of these sections. |