OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.WarehouseSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetWarehouseSearchOrderRecord
Description

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

Parametersosid.type.TypewarehouseRecordTypea warehouse record type
Returnosid.inventory.records.WarehouseSearchOrderRecordthe warehouse search order record
ErrorsNULL_ARGUMENT warehouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(warehouseRecordType) is false
CompliancemandatoryThis method must be implemented.