OSID Logo
OSID Specifications
room package
Version 3.1.0
Interfaceosid.room.CampusForm
Implementsosid.OsidCatalogForm
Implemented Byosid.room.batch.CampusBatchForm
Used Byosid.room.CampusAdminSession
Description

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

MethodgetCampusFormRecord
Description

Gets the CampusFormRecord corresponding to the given campus record Type.

Parametersosid.type.TypecampusRecordType the campus record type
Returnosid.room.records.CampusFormRecord the campus form record
ErrorsNULL_ARGUMENT campusRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(campusRecordType) is false
Compliancemandatory This method must be implemented.