| Interface | osid.resourcing.CommissionSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing commission searches. | ||
| Method | searchAmongCommissions | ||
| Description |
Execute this search among the given list of commissions. | ||
| Parameters | osid.id.IdList | commissionIds | list of commissions |
| Errors | NULL_ARGUMENT | commissionIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderCommissionResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.resourcing.CommissionSearchOrder | commissionSearchOrder | commission search order |
| Errors | NULL_ARGUMENT | commissionSearchOrder is null | |
| UNSUPPORTED | commissionSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommissionSearchRecord | ||
| Description |
Gets the commission search record corresponding to the
given commission search record | ||
| Parameters | osid.type.Type | commissionSearchRecordType | a commission search record type |
| Return | osid.resourcing.records.CommissionSearchRecord | the commission search record | |
| Errors | NULL_ARGUMENT | commissionSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(commissionSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |