OSID Logo
OSID Specifications
voting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.PollsSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetPollsSearchOrderRecord
Description

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

Parametersosid.type.TypepollsRecordTypea polls record type
Returnosid.voting.records.PollsSearchOrderRecordthe polls search order record
ErrorsNULL_ARGUMENT pollsRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(pollsRecordType) is false
CompliancemandatoryThis method must be implemented.