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