Interface CommissionEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing commission enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommissionEnablerSearchRecord(Type commissionEnablerSearchRecordType) Gets the commission enabler search record corresponding to the given commission enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderCommissionEnablerResults(CommissionEnablerSearchOrder commissionEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongCommissionEnablers(IdList foundryIds) Execute this search among the given list of commission 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
-
searchAmongCommissionEnablers
Execute this search among the given list of commission enablers.- Parameters:
foundryIds- list of commission enablers- Throws:
NullArgumentException-foundryIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderCommissionEnablerResults
Specify an ordering to the search results.- Parameters:
commissionEnablerSearchOrder- commission enabler search order- Throws:
NullArgumentException-commissionEnablerSearchOrderisnullUnsupportedException-commissionEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getCommissionEnablerSearchRecord
CommissionEnablerSearchRecord getCommissionEnablerSearchRecord(Type commissionEnablerSearchRecordType) throws OperationFailedException Gets the commission enabler search record corresponding to the given commission enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
commissionEnablerSearchRecordType- a commission enabler search record type- Returns:
- the commission enabler search record
- Throws:
NullArgumentException-commissionEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(commissionEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-