OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.StoreSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetStoreSearchOrderRecord
Description

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

Parametersosid.type.TypestoreRecordTypea store record type
Returnosid.ordering.records.StoreSearchOrderRecordthe store search order record
ErrorsNULL_ARGUMENT storeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(storeRecordType) is false
CompliancemandatoryThis method must be implemented.