OSID Logo
OSID Specifications
room package
Version 3.0.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.TypecampusRecordTypethe campus record type
Returnosid.room.records.CampusFormRecordthe campus form record
ErrorsNULL_ARGUMENTcampusRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(campusRecordType) is false
CompliancemandatoryThis method must be implemented.