| Interface | osid.inventory.WarehouseSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getWarehouseSearchOrderRecord | ||
| Description |
Gets the warehouse search order record corresponding to
the given course record | ||
| Parameters | osid.type.Type | warehouseRecordType | a warehouse record type |
| Return | osid.inventory.records.WarehouseSearchOrderRecord | the warehouse search order record | |
| Errors | NULL_ARGUMENT | warehouseRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(warehouseRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |