@Named(value="userService") public class UserService extends Object
| Constructor and Description |
|---|
UserService(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.manager.RelationshipManager relationshipManager)
Instantiates a new user service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createRelations(org.json.JSONArray relations)
Creates the relations.
|
void |
createUsers(org.json.JSONArray users,
PopulatorService populatorService_)
Creates the users.
|
@Inject
public UserService(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.manager.RelationshipManager relationshipManager)
organizationService - the organization serviceidentityManager - the identity managerrelationshipManager - the relationship managerpublic void createUsers(org.json.JSONArray users,
PopulatorService populatorService_)
users - the userspopulatorService_ - the populator servicepublic void createRelations(org.json.JSONArray relations)
relations - the relationsCopyright © 2003–2018 eXo Platform SAS. All rights reserved.