OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.BillingSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetBillings
Description

Gets the billing list resulting from a search.

Returnosid.acknowledgement.BillingListthe billing list
ErrorsILLEGAL_STATEthe list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetBillingQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.acknowledgement.BillingQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetBillingSearchResultsRecord
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.BillingSearchResultsRecordthe billing search results record
ErrorsNULL_ARGUMENT billingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(billingSearchRecordType) is false
CompliancemandatoryThis method must be implemented.