| Interface | osid.billing.BusinessSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing business searches.  | ||
| Method | searchAmongBusinesses | ||
| Description | 
                     Execute this search among the given list of businesses.  | ||
| Parameters | osid.id.IdList | businessIds | list of businesses | 
| Errors | NULL_ARGUMENT |  businessIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBusinessResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.billing.BusinessSearchOrder | businessSearchOrder | business search order | 
| Errors | NULL_ARGUMENT |  businessSearchOrder  is  null   |                 |
| UNSUPPORTED |  businessSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBusinessSearchRecord | ||
| Description | 
                     Gets the business search record corresponding to the 
                    given business search record   | ||
| Parameters | osid.type.Type | businessSearchRecordType | a business search record type | 
| Return | osid.billing.records.BusinessSearchRecord | the business search record | |
| Errors | NULL_ARGUMENT |  businessSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(businessSearchRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |