OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.ConferralSearchOrder
Implementsosid.OsidRelationshipSearchOrder
Used Byosid.recognition.ConferralSearchSession
osid.recognition.ConferralSmartAcademySession
Description

An interface for specifying the ordering of search results.

MethodorderByAward
Description

Specifies a preference for ordering the result set by the award.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsAwardSearchOrder
Description

Tests if an award order is available.

Returnboolean true if an award order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetAwardSearchOrder
Description

Gets the award order.

Returnosid.recognition.AwardSearchOrder the award search order
ErrorsUNIMPLEMENTED supportsAwardSearchOrder() is false
Complianceoptional This method must be implemented if supportsAwardSearchOrder() is true.
MethodorderByRecipient
Description

Specifies a preference for ordering the result set by the recipient.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsRecipientSearchOrder
Description

Tests if a recipient order is available.

Returnboolean true if a resource search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRecipientSearchOrder
Description

Gets the recipient order.

Returnosid.resource.ResourceSearchOrder the resource search order
ErrorsUNIMPLEMENTED supportsRecipientSearchOrder() is false
Complianceoptional This method must be implemented if supportsRecipientSearchOrder() is true.
MethodorderByReference
Description

Specifies a preference for ordering the result set by the reference.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByConvocation
Description

Specifies a preference for ordering the result set by the convocation.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsConvocationSearchOrder
Description

Tests if a convocation order is available.

Returnboolean true if a convocation order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetConvocationSearchOrder
Description

Gets the convocation order.

Returnosid.recognition.ConvocationSearchOrder the convocation search order
ErrorsUNIMPLEMENTED supportsConvocationSearchOrder() is false
Complianceoptional This method must be implemented if supportsConvocationSearchOrder() is true.
MethodgetConferralSearchOrderRecord
Description

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

Parametersosid.type.TypeconferralRecordType a conferral record type
Returnosid.recognition.records.ConferralSearchOrderRecord the conferral search order record
ErrorsNULL_ARGUMENT conferralRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(conferralRecordType) is false
Compliancemandatory This method must be implemented.