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