OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Interfaceosid.tracking.FrontOfficeSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.tracking.FrontOfficeSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetFrontOfficeSearchOrderRecord
Description

Gets the front office search order record corresponding to the given front office Type . Multiple retrievals return the same underlying object.

Parametersosid.type.TypefrontOfficeRecordTypea front office record type
Returnosid.tracking.records.FrontOfficeSearchOrderRecordthe front office search order record
ErrorsNULL_ARGUMENTfrontOfficeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(frontOfficeRecordType) is false
CompliancemandatoryThis method must be implemented.