OSID Logo
OSID Specifications
billing package
Version 3.0.0
Interfaceosid.billing.BusinessSearch
Implementsosid.OsidSearch
Used Byosid.billing.BusinessSearchSession
Description

The search interface for governing business searches.

MethodsearchAmongBusinesses
Description

Execute this search among the given list of businesses.

Parametersosid.id.IdListbusinessIdslist of businesses
ErrorsNULL_ARGUMENTbusinessIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBusinessResults
Description

Specify an ordering to the search results.

Parametersosid.billing.BusinessSearchOrderbusinessSearchOrderbusiness search order
ErrorsNULL_ARGUMENTbusinessSearchOrder is null
UNSUPPORTEDbusinessSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBusinessSearchRecord
Description

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

Parametersosid.type.TypebusinessSearchRecordTypea business search record type
Returnosid.billing.records.BusinessSearchRecordthe business search record
ErrorsNULL_ARGUMENTbusinessSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(businessSearchRecordType) is false
CompliancemandatoryThis method must be implemented.