OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Interfaceosid.resource.demographic.DemographicEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.resource.demographic.DemographicEnablerAdminSession
Description

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

MethodgetDemographicEnablerFormRecord
Description

Gets the DemographicEnablerFormRecord corresponding to the given demographic enabler record Type .

Parametersosid.type.TypedemographicEnablerRecordTypea demographic enabler record type
Returnosid.resource.demographic.records.DemographicEnablerFormRecordthe demographic enabler form record
ErrorsNULL_ARGUMENTdemographicEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(demographicEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.