| Interface | osid.acknowledgement.BillingSearchSession | ||
|---|---|---|---|
| Implements | osid.acknowledgement.BillingQuerySession | ||
| Description | 
                 This session provides methods for searching     Billings may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | getBillingSearch | ||
| Description | 
                     Gets a billing search.  | ||
| Return | osid.acknowledgement.BillingSearch | the billing search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingSearchOrder | ||
| Description | 
                     Gets a billing search order. The   | ||
| Return | osid.acknowledgement.BillingSearchOrder | the billing search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingsBySearch | ||
| Description | 
                     Gets the search results matching the given search.  | ||
| Parameters | osid.acknowledgement.BillingQuery | billingQuery | the billing query | 
osid.acknowledgement.BillingSearch | billingSearch | the billing search | |
| Return | osid.acknowledgement.BillingSearchResults | the search results | |
| Errors | NULL_ARGUMENT |  billingQuery  or  billingSearch  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  billingQuery  or  billingSearch  is not of this 
service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingQueryFromInspector | ||
| Description | 
                     Gets a billing query from an inspector. The inspector 
                    is available from a   | ||
| Parameters | osid.acknowledgement.BillingQueryInspector | billingQueryInspector | a billing query inspector | 
| Return | osid.acknowledgement.BillingQuery | the billing query | |
| Errors | NULL_ARGUMENT |  billingQueryInspector  is  null   |                 |
| UNSUPPORTED |  ibillingQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |