| Interface | osid.billing.BusinessSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description | 
                 An interface for specifying the ordering of search results.  | ||
| Method | getBusinessSearchOrderRecord | ||
| Description | 
                     Gets the business search order record corresponding to 
                    the given customer record   | ||
| Parameters | osid.type.Type | businessRecordType | a business record type | 
| Return | osid.billing.records.BusinessSearchOrderRecord | the business search order record | |
| Errors | NULL_ARGUMENT |  businessRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(businessRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |