OSID Logo
OSID Specifications
contact package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.AddressBookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAddressBookSearchOrderRecord
Description

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

Parametersosid.type.TypeaddressBookRecordTypean address book record type
Returnosid.contact.records.AddressBookSearchOrderRecordthe address book search order record
ErrorsNULL_ARGUMENT addressBookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(addressBookRecordType) is false
CompliancemandatoryThis method must be implemented.