OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.OrganizationSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidFederateableSearchOrder
osid.OsidTemporalSearchOrder
Used Byosid.personnel.OrganizationSearchSession
osid.personnel.OrganizationSmartRealmSession
osid.personnel.PositionSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByDisplayLabel
Description

Specifies a preference for ordering the result set by the display label.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENTstyle is null
CompliancemandatoryThis method must be implemented.
MethodgetOrganizationSearchOrderRecord
Description

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

Parametersosid.type.TypeorganizationRecordTypean organization record type
Returnosid.personnel.records.OrganizationSearchOrderRecordthe organization search order record
ErrorsNULL_ARGUMENTorganizationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(organizationRecordType) is false
CompliancemandatoryThis method must be implemented.