Deprecated API


Contents
Deprecated Classes
org.exoplatform.contact.service.ContactGroup
          use AddressBook instead. 
 

Deprecated Methods
org.exoplatform.contact.service.ContactServiceLegacy.addGroupToPersonalContact(String, String)
          use ContactService.addUserContactInAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.addTag(SessionProvider, String, List, List)
          use ContactService#addTag(String, List) 
org.exoplatform.contact.service.Contact.getAddressBook()
          use Contact.getAddressBookIds() 
org.exoplatform.contact.service.ContactServiceLegacy.getAllContacts(SessionProvider, String)
          use ContactService.getPersonalContacts(String) 
org.exoplatform.contact.service.ContactServiceLegacy.getAllEmailAddressByGroup(SessionProvider, String, String)
          use ContactService.getEmailsByAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.getAllEmailByPublicGroup(String, String)
          use ContactService.getEmailsByAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.getAllEmailBySharedGroup(String, String)
          use ContactService.getEmailsByAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.getContactPageListByGroup(SessionProvider, String, ContactFilter, String)
          use ContactService.getPersonalContactsByFilter(String, ContactFilter) or ContactService.getSharedContactsByFilter(String, ContactFilter) or ContactService.getPublicContactsByFilter(String, ContactFilter) 
org.exoplatform.contact.service.ContactServiceLegacy.getContactPageListByGroup(SessionProvider, String, String)
          use ContactService.getPersonalContactsByAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.getContactPageListByTag(SessionProvider, String, String)
          use ContactService#getContactPageListByTag(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.getGroup(SessionProvider, String, String)
          use ContactService.getPersonalAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.getGroups(SessionProvider, String)
          use ContactService#getGroups(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.getPersonalContact(String)
          use ContactService.getPublicContact(String) 
org.exoplatform.contact.service.ContactServiceLegacy.getPublicContactsByAddressBook(SessionProvider, String)
          use ContactService#getPublicContactsByAddressBook(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.getSharedAddressBooks(SessionProvider, String)
          use ContactService.getSharedAddressBooks(String) 
org.exoplatform.contact.service.impl.JCRDataStorage.getSharedAddressBooksHome(String)
          use {@link #getSharedAddressBooksHome(SessionProvider, String) and provide an appropriate SessionProvider this method leaves a system SessionProvider open. 
org.exoplatform.contact.service.ContactServiceLegacy.getSharedContact(SessionProvider, String, String)
          use ContactService#getSharedContact(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.getSharedContactsByAddressBook(SessionProvider, String, SharedAddressBook)
          use ContactService#getSharedContactsByAddressBook(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.getSharedGroup(SessionProvider, String, String)
          use ContactService.getSharedAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.getTag(SessionProvider, String, String)
          use ContactService#getTag(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.getTags(SessionProvider, String)
          use ContactService#getTags(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.moveContacts(SessionProvider, String, List, String)
          use ContactService#moveContacts(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.pasteAddressBook(SessionProvider, String, String, String, String, String)
          use ContactService#pasteAddressBook(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.pasteContacts(SessionProvider, String, String, String, Map)
          use ContactService#pasteContacts(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.removeContacts(SessionProvider, String, List)
          use ContactService.removeContacts(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.removeContactTag(SessionProvider, String, List, List)
          use ContactService#removeContactTag(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.removeGroup(SessionProvider, String, String)
          use ContactService.removeAddressBook(String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.removeSharedContact(SessionProvider, String, String, String)
          use ContactService#removeSharedContact(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.removeTag(SessionProvider, String, String)
          use ContactService#removeTag(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.removeUserShareAddressBook(SessionProvider, String, String, String)
          use ContactService.unshareAddressBook(String, String, String) 
org.exoplatform.contact.service.ContactServiceLegacy.removeUserShareContact(SessionProvider, String, String, String)
          use ContactService#removeUserShareContact(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.saveContact(SessionProvider, String, Contact, boolean)
          use ContactService.saveContact(String, Contact, boolean) 
org.exoplatform.contact.service.ContactServiceLegacy.saveGroup(SessionProvider, String, AddressBook, boolean)
          use ContactService.saveAddressBook(String, AddressBook, boolean) 
org.exoplatform.contact.service.ContactServiceLegacy.searchContact(SessionProvider, String, ContactFilter)
          use ContactService#searchContact(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.searchEmails(SessionProvider, String, ContactFilter)
          use ContactService.searchEmails(String, ContactFilter) 
org.exoplatform.contact.service.Contact.setAddressBook(String[])
          use Contact.setAddressBookIds(String[]) 
org.exoplatform.contact.service.ContactServiceLegacy.shareContact(SessionProvider, String, String[], List)
          use ContactService#shareContact(String, List) 
org.exoplatform.contact.service.ContactServiceLegacy.updateTag(SessionProvider, String, Tag)
          use ContactService#updateTag(String, List) 
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.