| Package | Description |
|---|---|
| org.exoplatform.forum.common.user |
| Modifier and Type | Method and Description |
|---|---|
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 |
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. |
CommonContact |
ContactProvider.getCommonContact(String userId) |
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. |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.