OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.StoreSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.ordering.StoreSearchSession
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.TypestoreRecordType a store record type
Returnosid.ordering.records.StoreSearchOrderRecord the store search order record
ErrorsNULL_ARGUMENT storeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(storeRecordType) is false
Compliancemandatory This method must be implemented.