Uses of Class
org.exoplatform.forum.common.user.CommonContact

Packages that use CommonContact
org.exoplatform.forum.common.user   
 

Uses of CommonContact in org.exoplatform.forum.common.user
 

Methods in org.exoplatform.forum.common.user that return CommonContact
 CommonContact DefaultContactProvider.getCommonContact(String userId)
          Retrieve the forum contact information from user and user profile.
email address is taken from the user User.getEmail() mobile, city and country from the UserProfile.HOME_INFO_KEYS phone is taken from the UserProfile.BUSINESE_INFO_KEYS
 CommonContact PersonalProfileContactProvider.getCommonContact(String userId)
          Retrieve the forum contact information from and user personal profile.
Email, city, country, mobile, phone and website are taken from UserProfile.HOME_INFO_KEYS.
 CommonContact ContactProvider.getCommonContact(String userId)
           
 CommonContact BusinessProfileContactProvider.getCommonContact(String userId)
          Retrieve the forum contact information from and user business profile.
Email, city, country, mobile, phone and website are taken from UserProfile.BUSINESE_INFO_KEYS.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.