Interface | osid.acknowledgement.BillingSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getBillingSearchOrderRecord | ||
Description |
Gets the billing search record order corresponding to the given billing record Type. Multiple retrievals return the same underlying object. | ||
Parameters | osid.type.Type | billingRecordType | a billing record type |
Return | osid.acknowledgement.records.BillingSearchOrderRecord | the billing search order record | |
Errors | NULL_ARGUMENT | billingRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(billingRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |