OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.Academy
Implementsosid.OsidCatalog
Used Byosid.recognition.AcademyAdminSession
osid.recognition.AcademyList
osid.recognition.AcademyLookupSession
osid.recognition.AcademyNode
osid.recognition.AwardAdminSession
osid.recognition.AwardLookupSession
osid.recognition.AwardNotificationSession
osid.recognition.AwardQuerySession
osid.recognition.AwardSmartAcademySession
osid.recognition.ConferralAdminSession
show 9 more…
osid.recognition.ConferralLookupSession
osid.recognition.ConferralNotificationSession
osid.recognition.ConferralQuerySession
osid.recognition.ConferralSmartAcademySession
osid.recognition.ConvocationAdminSession
osid.recognition.ConvocationLookupSession
osid.recognition.ConvocationNotificationSession
osid.recognition.ConvocationQuerySession
osid.recognition.ConvocationSmartAcademySession
Description

An Academy represents a collection of awards and conferrals. Like all OSID objects, a Academy is identified by its Id and any persisted references should use the Id.

MethodgetAcademyRecord
Description

Gets the academy record corresponding to the given Academy record Type.This method is used to retrieve an object implementing the requested record. The academyRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(academyRecordType) is true.

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