| Interface | osid.acknowledgement.BillingSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing billing searches.  | ||
| Method | searchAmongBillings | ||
| Description | 
                     Execute this search among the given list of billings.  | ||
| Parameters | osid.id.IdList | billingIds | list of billings | 
| Errors | NULL_ARGUMENT |  billingIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBillingResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.acknowledgement.BillingSearchOrder | billingSearchOrder | billing search order | 
| Errors | NULL_ARGUMENT |  billingSearchOrder  is  null   |                 |
| UNSUPPORTED |  billingSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingSearchRecord | ||
| Description | 
                     Gets the record corresponding to the given billing 
                    search record   | ||
| Parameters | osid.type.Type | billingSearchRecordType | a billing search record type | 
| Return | osid.acknowledgement.records.BillingSearchRecord | the billing search 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. | |