Interface | osid.financials.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 business record | ||
Parameters | osid.type.Type | businessRecordType | a business record type |
Return | osid.financials.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. |