public class UserModule extends AbstractModule
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.social.core.manager.IdentityManager |
identityManager |
protected org.exoplatform.services.organization.OrganizationService |
organizationService |
protected org.exoplatform.social.core.manager.RelationshipManager |
relationshipManager |
USER_MODULE_ENABLE, USER_MODULE_RANDOM_PASSWORD_PROPERTY| Constructor and Description |
|---|
UserModule(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.manager.RelationshipManager relationshipManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
createRelations(org.json.JSONArray relations)
Creates the relations.
|
void |
createUsers(org.json.JSONArray users,
String defaultFolderPath)
Creates the users.
|
void |
purgeRelations(org.json.JSONArray relations) |
void |
purgeUsers(org.json.JSONArray users) |
getLogprotected org.exoplatform.social.core.manager.IdentityManager identityManager
protected org.exoplatform.services.organization.OrganizationService organizationService
protected org.exoplatform.social.core.manager.RelationshipManager relationshipManager
public UserModule(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.manager.RelationshipManager relationshipManager)
public void createUsers(org.json.JSONArray users,
String defaultFolderPath)
users - the usersdefaultFolderPath - public void createRelations(org.json.JSONArray relations)
relations - the relationspublic void purgeUsers(org.json.JSONArray users)
public void purgeRelations(org.json.JSONArray relations)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.