Class PersonalProfileContactProvider
java.lang.Object
org.exoplatform.forum.common.user.PersonalProfileContactProvider
- All Implemented Interfaces:
ContactProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPersonalProfileContactProvider(org.exoplatform.services.organization.OrganizationService orgService) -
Method Summary
Modifier and TypeMethodDescriptiongetCommonContact(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.
-
Constructor Details
-
PersonalProfileContactProvider
public PersonalProfileContactProvider(org.exoplatform.services.organization.OrganizationService orgService)
-
-
Method Details
-
getCommonContact
Retrieve the forum contact information from and user personal profile.
Email, city, country, mobile, phone and website are taken fromUserProfile.HOME_INFO_KEYS.- Specified by:
getCommonContactin interfaceContactProvider
-