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