Uses of Interface
org.osid.course.CourseForm
Packages that use CourseForm
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of CourseForm in org.osid.course
Methods in org.osid.course that return CourseFormModifier and TypeMethodDescriptionCourseAdminSession.getCourseFormForCreate(Type[] courseRecordTypes) Gets the course form for creating new courses.CourseAdminSession.getCourseFormForUpdate(Id courseId) Gets the course form for updating an existing course.Methods in org.osid.course with parameters of type CourseFormModifier and TypeMethodDescriptionCourseAdminSession.createCourse(CourseForm courseForm) Creates a newCourse.voidCourseAdminSession.updateCourse(CourseForm courseForm) Updates an existing course. -
Uses of CourseForm in org.osid.course.batch
Subinterfaces of CourseForm in org.osid.course.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating courses in bulk.