OSID Logo
OSID Specifications
contact package
Version 3.0.0
Interfaceosid.contact.AddressBookForm
Implementsosid.OsidCatalogForm
Implemented Byosid.contact.batch.AddressBookBatchForm
Used Byosid.contact.AddressBookAdminSession
Description

This is the form for creating and updating AddressBooks . Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AddressBookAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetAddressBookFormRecord
Description

Gets the AddressBookFormRecord corresponding to the given address book record Type .

Parametersosid.type.TypeaddressBookRecordTypethe address book record type
Returnosid.contact.records.AddressBookFormRecordthe address book form record
ErrorsNULL_ARGUMENTaddressBookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(addressBookRecordType) is false
CompliancemandatoryThis method must be implemented.