OSID Logo
OSID Specifications
billing package
Version 3.1.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.IdListbusinessIds list of businesses
ErrorsNULL_ARGUMENT businessIds is null
Compliancemandatory This method must be implemented.
MethodorderBusinessResults
Description

Specify an ordering to the search results.

Parametersosid.billing.BusinessSearchOrderbusinessSearchOrder business search order
ErrorsNULL_ARGUMENT businessSearchOrder is null
UNSUPPORTED businessSearchOrder is not of this service
Compliancemandatory This 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.TypebusinessSearchRecordType a business search record type
Returnosid.billing.records.BusinessSearchRecord the business search record
ErrorsNULL_ARGUMENT businessSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(businessSearchRecordType) is false
Compliancemandatory This method must be implemented.