OSID Logo
OSID Specifications
tracking package
Version 3.1.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.TypefrontOfficeRecordType a front office record type
Returnosid.tracking.records.FrontOfficeSearchOrderRecord the front office search order record
ErrorsNULL_ARGUMENT frontOfficeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(frontOfficeRecordType) is false
Compliancemandatory This method must be implemented.