OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Interfaceosid.resourcing.CommissionSearch
Implementsosid.OsidSearch
Used Byosid.resourcing.CommissionSearchSession
Description

The search interface for governing commission searches.

MethodsearchAmongCommissions
Description

Execute this search among the given list of commissions.

Parametersosid.id.IdListcommissionIdslist of commissions
ErrorsNULL_ARGUMENTcommissionIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCommissionResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.CommissionSearchOrdercommissionSearchOrdercommission search order
ErrorsNULL_ARGUMENTcommissionSearchOrder is null
UNSUPPORTEDcommissionSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetCommissionSearchRecord
Description

Gets the commission search record corresponding to the given commission search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecommissionSearchRecordTypea commission search record type
Returnosid.resourcing.records.CommissionSearchRecordthe commission search record
ErrorsNULL_ARGUMENTcommissionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(commissionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.