public interface CommissionEnablerSearch extends OsidSearch
The search interface for governing commission enabler searches.
| Modifier and Type | Method and Description |
|---|---|
CommissionEnablerSearchRecord |
getCommissionEnablerSearchRecord(Type commissionEnablerSearchRecordType)
Gets the commission enabler search record corresponding to the given
commission enabler search record
Type. |
void |
orderCommissionEnablerResults(CommissionEnablerSearchOrder commissionEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongCommissionEnablers(IdList foundryIds)
Execute this search among the given list of commission enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongCommissionEnablers(IdList foundryIds)
foundryIds - list of commission enablersNullArgumentException - foundryIds is
null mandatory - This method must be implemented. void orderCommissionEnablerResults(CommissionEnablerSearchOrder commissionEnablerSearchOrder)
commissionEnablerSearchOrder - commission enabler search orderNullArgumentException -
commissionEnablerSearchOrder is null UnsupportedException -
commissionEnablerSearchOrder is not of this servicemandatory - This method must be implemented. CommissionEnablerSearchRecord getCommissionEnablerSearchRecord(Type commissionEnablerSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.commissionEnablerSearchRecordType - an commission enabler search
record typeNullArgumentException -
commissionEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(commissionEnablerSearchRecordType) is
false mandatory - This method must be implemented.