OSID Logo
OSID Specifications
acknowledgement package
Version 3.1.0
Interfaceosid.acknowledgement.BillingSearch
Implementsosid.OsidSearch
Used Byosid.acknowledgement.BillingSearchSession
Description

The search interface for governing billing searches.

MethodsearchAmongBillings
Description

Execute this search among the given list of billings.

Parametersosid.id.IdListbillingIds list of billings
ErrorsNULL_ARGUMENT billingIds is null
Compliancemandatory This method must be implemented.
MethodorderBillingResults
Description

Specify an ordering to the search results.

Parametersosid.acknowledgement.BillingSearchOrderbillingSearchOrder billing search order
ErrorsNULL_ARGUMENT billingSearchOrder is null
UNSUPPORTED billingSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetBillingSearchRecord
Description

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

Parametersosid.type.TypebillingSearchRecordType a billing search record type
Returnosid.acknowledgement.records.BillingSearchRecord the billing search record
ErrorsNULL_ARGUMENT billingSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(billingSearchRecordType) is false
Compliancemandatory This method must be implemented.