Class UserProfileSettingsService
java.lang.Object
org.exoplatform.social.core.profile.settings.UserProfileSettingsService
Created by The eXo Platform SAS.
- Version:
- $Id: UserProfileSettingsService.java 00000 Apr 26, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new user profile settings service. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the IM type.voidaddIMTypesPlugin(IMTypesPlugin plugin) Adds the IM types plugin.Gets the IM type.Gets the IM types.
-
Field Details
-
imTypesMap
The im types map.
-
-
Constructor Details
-
UserProfileSettingsService
public UserProfileSettingsService()Instantiates a new user profile settings service.
-
-
Method Details
-
addIMType
Adds the IM type.- Parameters:
imType- the IM type
-
addIMTypesPlugin
Adds the IM types plugin.- Parameters:
plugin- the plugin
-
getIMTypes
Gets the IM types.- Returns:
- the IM types
-
getIMType
Gets the IM type.- Parameters:
id- the id- Returns:
- the IM type
-