OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.AwardEntrySearch
Implementsosid.OsidSearch
Used Byosid.course.chronicle.AwardEntrySearchSession
Description

The search interface for governing award entry searches.

MethodsearchAmongAwardEntries
Description

Execute this search among the given list of award entries.

Parametersosid.id.IdListawardEntryIds list of award entry Ids
ErrorsNULL_ARGUMENT awardEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderAwardEntryResults
Description

Specify an ordering to the search results.

Parametersosid.course.chronicle.AwardEntrySearchOrderawardEntrySearchOrder award entry search order
ErrorsNULL_ARGUMENT awardEntrySearchOrder is null
UNSUPPORTED awardEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAwardEntrySearchRecord
Description

Gets the award entry search record corresponding to the given award entry search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeawardEntrySearchRecordType an award entry search record type
Returnosid.course.chronicle.records.AwardEntrySearchRecord the award entry search record
ErrorsNULL_ARGUMENT awardEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(awardEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.