Interface | osid.acknowledgement.BillingSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getBillings | ||
Description |
Gets the billing list resulting from a search. | ||
Return | osid.acknowledgement.BillingList | the billing list | |
Errors | ILLEGAL_STATE | the list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getBillingQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.acknowledgement.BillingQueryInspector | the query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getBillingSearchResultsRecord | ||
Description |
Gets the record corresponding to the given billing search record Type. This method is used to retrieve an object implementing the requested record. | ||
Parameters | osid.type.Type | billingSearchRecordType | a billing search record type |
Return | osid.acknowledgement.records.BillingSearchResultsRecord | the billing search results record | |
Errors | NULL_ARGUMENT | billingSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(billingSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |