OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AcademyForm
Implementsosid.OsidCatalogForm
Implemented Byosid.recognition.batch.AcademyBatchForm
Used Byosid.recognition.AcademyAdminSession
Description

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

MethodgetAcademyFormRecord
Description

Gets the AcademyFormRecord corresponding to the given academy record Type.

Parametersosid.type.TypeacademyRecordType the academy record type
Returnosid.recognition.records.AcademyFormRecord the academy form record
ErrorsNULL_ARGUMENT academyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(academyRecordType) is false
Compliancemandatory This method must be implemented.