OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Interfaceosid.course.registration.CourseRegistrationForm
Implementsosid.OsidRelationshipForm
osid.OsidSubjugateableForm
Implemented Byosid.course.registration.batch.CourseRegistrationBatchForm
Used Byosid.course.registration.CourseRegistrationAdminSession
Description

This is the form for creating and updating CourseRegistrati ons. Like all OsidForms , various data elements may be set here for use in the create and update methods in the CourseRegistrationAdminSess ion. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetCourseRegistrationFormRecord
Description

Gets the CourseRegistrationFormRecord corresponding to the given course registration record Type .

Parametersosid.type.TypecourseRegistrationRecordTypea course registration record type
Returnosid.course.registration.records.CourseRegistrationFormRecordthe course registration form record
ErrorsNULL_ARGUMENTcourseRegistrationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(courseRegistrationRecordType) is false
CompliancemandatoryThis method must be implemented.