OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseCatalogForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating course catalogs. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the CourseCatalogAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetCourseCatalogFormRecord
Description

Gets the CourseCatalogFormRecord corresponding to the given course catalog record Type.

Parametersosid.type.TypecourseCatalogRecordTypea course catalog record type
Returnosid.course.records.CourseCatalogFormRecordthe course catalog form record
ErrorsNULL_ARGUMENT courseCatalogRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(courseCatalogRecordType) is false
CompliancemandatoryThis method must be implemented.