OSID Logo
OSID Specifications
contact package
Version 3.1.0
Interfaceosid.contact.AddressBookSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.contact.AddressBookSearchSession
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.TypeaddressBookRecordType an address book record type
Returnosid.contact.records.AddressBookSearchOrderRecord the address book search order record
ErrorsNULL_ARGUMENT addressBookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(addressBookRecordType) is false
Compliancemandatory This method must be implemented.