| Interface | osid.subscription.rules.SubscriptionEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getSubscriptionEnablerSearchOrderRecord | ||
| Description |
Gets the subscription enabler search order record
corresponding to the given subscription enabler record
| ||
| Parameters | osid.type.Type | subscriptionEnablerRecordType | a subscription enabler record type |
| Return | osid.subscription.rules.records.SubscriptionEnablerSearchOrderRecord | the subscription enabler search order record | |
| Errors | NULL_ARGUMENT | subscriptionEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(subscriptionEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |