OSID Logo
OSID Specifications
lexicon package
Version 3.0.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.TypepressRecordTypea press record type
Returnosid.lexicon.records.PressSearchOrderRecordthe press search order record
ErrorsNULL_ARGUMENTpressRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(pressRecordType) is false
CompliancemandatoryThis method must be implemented.