JBoss.orgCommunity Documentation
The configuration of the ContactService component is found in eXoApplication/contact/service/src/main/resources/conf/portal/configuration.xml.
When the server starts, the configuration file which contains the declaration of ContactService component is executed. A ContactService component is then created with params and plugins in the configuration file.
<component>
<key>org.exoplatform.contact.service.ContactService</key>
<type>org.exoplatform.contact.service.impl.ContactServiceImpl</type>
<init-params>
<values-param>
<name>UserCanSeeAllGroupAddressBooks</name>
<description>User can see all GroupAddressBooks or only GroupAddressBooks that the user has at least one membership</description>
<value>false</value>
</values-param>
<values-param>
<name>NonPublicGroups</name>
<description>Groups that should not be displayed in broadcast list. Wildcards may be used in groups name</description>
</values-param>
</init-params>
</component>
Values-param | Description | Possible Values | Default Value |
---|---|---|---|
UserCanSeeAllGroupAddressBooks | User can see all GroupAddressBooks or only GroupAddressBooks that the user has at least one membership. | true/false | false |
NonPublicGroups | Groups that should not be displayed in the broadcast list. Wildcards may be used in groups name. | true/false | N/A |