OSID Logo
OSID Specifications
contact package
Version 3.0.0
Interfaceosid.contact.AddressBookSearch
Implementsosid.OsidSearch
Used Byosid.contact.AddressBookSearchSession
Description

The search interface for governing address book searches.

MethodsearchAmongAddressBooks
Description

Execute this search among the given list of address books.

Parametersosid.id.IdListaddressBookIdslist of address books
ErrorsNULL_ARGUMENTaddressBookIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAddressBookResults
Description

Specify an ordering to the search results.

Parametersosid.contact.AddressBookSearchOrderaddressBooksearchOrderaddress book search order
ErrorsNULL_ARGUMENTaddressBooksearchOrder is null
UNSUPPORTEDaddressBooksearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAddressBookSearchRecord
Description

Gets the address book search record corresponding to the given address book search record Type .This method is used to retrieve an object implementing the requested record interface.

Parametersosid.type.TypeaddressBookSearchRecordTypean address book search record type
Returnosid.contact.records.AddressBookSearchRecordthe address book search record
ErrorsNULL_ARGUMENTaddressBooksearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(addressBooksearchRecordType) is false
CompliancemandatoryThis method must be implemented.