| Interface | osid.recipe.CookbookSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getCookbookSearchOrderRecord | ||
| Description |
Gets the cook book search order record corresponding to the given cook book record Type. Multiple retrievals return the same underlying object. | ||
| Parameters | osid.type.Type | cookbookRecordType | a cook book record type |
| Return | osid.recipe.records.CookbookSearchOrderRecord | the cook book search order record | |
| Errors | NULL_ARGUMENT | cookbookRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(cookbookRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |