OSID Logo
OSID Specifications
inventory package
Version 3.1.0
Interfaceosid.inventory.WarehouseSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.inventory.WarehouseSearchSession
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.TypewarehouseRecordType a warehouse record type
Returnosid.inventory.records.WarehouseSearchOrderRecord the warehouse search order record
ErrorsNULL_ARGUMENT warehouseRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(warehouseRecordType) is false
Compliancemandatory This method must be implemented.