Uses of Class
org.exoplatform.forum.common.user.CommonContact
Packages that use CommonContact
-
Uses of CommonContact in org.exoplatform.forum.common.user
Methods in org.exoplatform.forum.common.user that return CommonContactModifier and TypeMethodDescriptionBusinessProfileContactProvider.getCommonContact(String userId) Retrieve the forum contact information from and user business profile.
Email, city, country, mobile, phone and website are taken fromUserProfile.BUSINESE_INFO_KEYS.ContactProvider.getCommonContact(String userId) DefaultContactProvider.getCommonContact(String userId) Retrieve the forum contact information from user and user profile.
email address is taken from the userUser.getEmail()mobile, city and country from theUserProfile.HOME_INFO_KEYSphone is taken from theUserProfile.BUSINESE_INFO_KEYSPersonalProfileContactProvider.getCommonContact(String userId) Retrieve the forum contact information from and user personal profile.
Email, city, country, mobile, phone and website are taken fromUserProfile.HOME_INFO_KEYS.