OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Interfaceosid.resource.demographic.DemographicEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.resource.demographic.DemographicEnablerSearchSession
osid.resource.demographic.DemographicEnablerSmartBinSession
Description

An interface for specifying the ordering of search results.

MethodgetDemographicEnablerSearchOrderRecord
Description

Gets the demographic enabler search order record corresponding to the given demographic enabler record Type . Multiple retrievals return the same underlying object.

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