Uses of Class
org.exoplatform.forum.service.user.ForumContact

Packages that use ForumContact
org.exoplatform.forum.service.user   
 

Uses of ForumContact in org.exoplatform.forum.service.user
 

Methods in org.exoplatform.forum.service.user that return ForumContact
 ForumContact PersonalProfileContactProvider.getForumContact(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.
 ForumContact ContactProvider.getForumContact(java.lang.String userId)
           
 ForumContact BusinessProfileContactProvider.getForumContact(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.
 ForumContact DefaultContactProvider.getForumContact(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.