OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.BillingSearch
Implementsosid.OsidSearch
Description

The search interface for governing billing searches.

MethodsearchAmongBillings
Description

Execute this search among the given list of billings.

Parametersosid.id.IdListbillingIdslist of billings
ErrorsNULL_ARGUMENT billingIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBillingResults
Description

Specify an ordering to the search results.

Parametersosid.acknowledgement.BillingSearchOrderbillingSearchOrderbilling search order
ErrorsNULL_ARGUMENT billingSearchOrder is null
UNSUPPORTED billingSearchOrder is not of this service
CompliancemandatoryThis 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.TypebillingSearchRecordTypea billing search record type
Returnosid.acknowledgement.records.BillingSearchRecordthe billing search record
ErrorsNULL_ARGUMENT billingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(billingSearchRecordType) is false
CompliancemandatoryThis method must be implemented.