Uses of Interface
org.osid.course.chronicle.CourseEntryForm
Packages that use CourseEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of CourseEntryForm in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return CourseEntryFormModifier and TypeMethodDescriptionCourseEntryAdminSession.getCourseEntryFormForCreate(Id courseId, Id resourceId, Type[] courseEntryRecordTypes) Gets the course entry form for creating new course entries.CourseEntryAdminSession.getCourseEntryFormForUpdate(Id courseEntryId) Gets the course entry form for updating an existing course entry.Methods in org.osid.course.chronicle with parameters of type CourseEntryFormModifier and TypeMethodDescriptionCourseEntryAdminSession.createCourseEntry(CourseEntryForm courseEntryForm) Creates a newCourseEntry.voidCourseEntryAdminSession.updateCourseEntry(CourseEntryForm courseEntryForm) Updates an existing course entry. -
Uses of CourseEntryForm in org.osid.course.chronicle.batch
Subinterfaces of CourseEntryForm in org.osid.course.chronicle.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating course entries in bulk.