public interface AddressBook extends OsidCatalog
An AddressBook represents a collection of contacts. Like
all OSID objects, a AddressBook is identified by its
Id and any persisted references should use the Id.
| Modifier and Type | Method and Description |
|---|---|
AddressBookRecord |
getAddressBookRecord(Type addressBookRecordType)
Gets the address book record corresponding to the given
AddressBook record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdAddressBookRecord getAddressBookRecord(Type addressBookRecordType) throws OperationFailedException
AddressBook record Type. This method is used to
retrieve an object implementing the requested record. The
addressBookRecordType may be the Type returned
in getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(addressBookRecordType) is true .addressBookRecordType - the type of address book record to
retrieveNullArgumentException - addressBookRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(addressBookRecordType) is false
mandatory - This method must be implemented.