Interface SubscriptionEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing subscription enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetSubscriptionEnablerSearchRecord(Type subscriptionEnablerSearchRecordType) Gets the subscription enabler search record corresponding to the given subscription enabler search recordType.voidorderSubscriptionEnablerResults(SubscriptionEnablerSearchOrder subscriptionEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongSubscriptionEnablers(IdList subscriptionEnablerIds) Execute this search among the given list of subscription enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongSubscriptionEnablers
Execute this search among the given list of subscription enablers.- Parameters:
subscriptionEnablerIds- list of subscription enablers- Throws:
NullArgumentException-subscriptionEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderSubscriptionEnablerResults
Specify an ordering to the search results.- Parameters:
subscriptionEnablerSearchOrder- subscription enabler search order- Throws:
NullArgumentException-subscriptionEnablerSearchOrderisnullUnsupportedException-subscriptionEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getSubscriptionEnablerSearchRecord
SubscriptionEnablerSearchRecord getSubscriptionEnablerSearchRecord(Type subscriptionEnablerSearchRecordType) throws OperationFailedException Gets the subscription enabler search record corresponding to the given subscription enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
subscriptionEnablerSearchRecordType- a subscription enabler search record type- Returns:
- the subscription enabler search record
- Throws:
NullArgumentException-subscriptionEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(subscriptionEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-