Interface | osid.tracking.FrontOfficeSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getFrontOfficeSearchOrderRecord | ||
Description |
Gets the front office search order record corresponding
to the given front office | ||
Parameters | osid.type.Type | frontOfficeRecordType | a front office record type |
Return | osid.tracking.records.FrontOfficeSearchOrderRecord | the front office search order record | |
Errors | NULL_ARGUMENT | frontOfficeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(frontOfficeRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |