Uses of Class
org.exoplatform.ks.common.CommonContact

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

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

Methods in org.exoplatform.ks.common.user that return CommonContact
 CommonContact PersonalProfileContactProvider.getCommonContact(java.lang.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(java.lang.String userId)
           
 CommonContact BusinessProfileContactProvider.getCommonContact(java.lang.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.
 CommonContact DefaultContactProvider.getCommonContact(java.lang.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
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.