OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.CourseEntrySearch
Implementsosid.OsidSearch
Used Byosid.course.chronicle.CourseEntrySearchSession
Description

The search interface for governing course entry searches.

MethodsearchAmongCourseEntries
Description

Execute this search among the given list of course entries.

Parametersosid.id.IdListcourseEntryIds list of course entry Ids
ErrorsNULL_ARGUMENT courseEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderCourseEntryResults
Description

Specify an ordering to the search results.

Parametersosid.course.chronicle.CourseEntrySearchOrdercourseEntrySearchOrder course entry search order
ErrorsNULL_ARGUMENT courseEntrySearchOrder is null
UNSUPPORTED courseEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCourseEntrySearchRecord
Description

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

Parametersosid.type.TypecourseEntrySearchRecordType a course entry search record type
Returnosid.course.chronicle.records.CourseEntrySearchRecord the course entry search record
ErrorsNULL_ARGUMENT courseEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.