| Interface | osid.subscription.rules.SubscriptionEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing subscription enabler searches. | ||
| Method | searchAmongSubscriptionEnablers | ||
| Description |
Execute this search among the given list of subscription enablers. | ||
| Parameters | osid.id.IdList | subscriptionEnablerIds | list of subscription enablers |
| Errors | NULL_ARGUMENT | subscriptionEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderSubscriptionEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.subscription.rules.SubscriptionEnablerSearchOrder | subscriptionEnablerSearchOrder | subscription enabler search order |
| Errors | NULL_ARGUMENT | subscriptionEnablerSearchOrder is null | |
| UNSUPPORTED | subscriptionEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubscriptionEnablerSearchRecord | ||
| Description |
Gets the subscription enabler search record
corresponding to the given subscription enabler search
record | ||
| Parameters | osid.type.Type | subscriptionEnablerSearchRecordType | a subscription enabler search record type |
| Return | osid.subscription.rules.records.SubscriptionEnablerSearchRecord | the subscription enabler search record | |
| Errors | NULL_ARGUMENT | subscriptionEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(subscriptionEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |