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