Address book 319• "getLightWeightAddressBook" (page 320)• "makeBuddy" (page 320)• "modifyAddressBookEntries" (page 320)• "modifyAddressBookEntry" (page 320)• "removeUserAddressBook" (page 320)• "removeAddressBookEntries" (page 321)• "removeAddressBookEntry" (page 321)• "removeBuddy" (page 321)Complex Data Type (Provisionable Entity) AddressBookEntryWebService Name AddrBookRequired ServicePackage Service NoneNote: Although no service is required for the address book methods,the number of address book entries that the user can have, the ability tohave friends, and the number of friends is controlled by the MaximumNumber of Address Book entries and the Presence service, respectively.addAddressBookEntriesvoid addAddressBookEntries(java.lang.String userName, AddressBookEn-try[] addrBookEntries)This method creates new entries in the user’s address book.addAddressBookEntryvoid addAddressBookEntry(java.lang.String userName, AddressBookEntryaddrBookEntry)This method creates a new entry in the user’s address book.getAddressBookAddressBookEntry[] getAddressBook(java.lang.String userName)This method retreives the user’s address book.getAddressBookEntryAddressBookEntry getAddressBookEntry(java.lang.String userName,java.lang.String nickName)This method retrieves the entry identified by the nickname from the user’saddress book. The address book retrieved contains information on theuser’s buddies, banned users, and groups.Nortel Multimedia Communication Server 5100Application Programming Interfaces ReferenceNN42020-146 01.07 StandardRelease 4.0 19 October 2007Copyright © 2007, Nortel Networks.