OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.PressSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.lexicon.PressSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetPressSearchOrderRecord
Description

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

Parametersosid.type.TypepressRecordType a press record type
Returnosid.lexicon.records.PressSearchOrderRecord the press search order record
ErrorsNULL_ARGUMENT pressRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pressRecordType) is false
Compliancemandatory This method must be implemented.