OSID Logo
OSID Specifications
resource demographic package
Version 3.1.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.TypedemographicEnablerRecordType a demographic enabler record type
Returnosid.resource.demographic.records.DemographicEnablerSearchOrderRecord the demographic enabler search order record
ErrorsNULL_ARGUMENT demographicEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(demographicEnablerRecordType) is false
Compliancemandatory This method must be implemented.