Class GettingStartedService
java.lang.Object
org.exoplatform.social.core.service.GettingStartedService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGettingStartedService(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.RelationshipManager relationshipManager, org.exoplatform.social.core.manager.ActivityManager activityService, org.exoplatform.commons.api.settings.SettingService settingService) -
Method Summary
Modifier and TypeMethodDescriptionList<org.exoplatform.social.core.model.GettingStartedStep> getUserSteps(String userId) Computed the Getting Started steps for an authenticated user on the following steps : - Upload user avatar - Join a space - Add Connections - Post a messagevoidhideGettingStartedApplication(String userId) voidmarkGettingStartedAsCompleted(String userId)
-
Field Details
-
AVATAR_STEP_KEY
- See Also:
-
SPACES_STEP_KEY
- See Also:
-
CONTACTS_STEP_KEY
- See Also:
-
ACTIVITIES_STEP_KEY
- See Also:
-
APP_SCOPE
public static final org.exoplatform.commons.api.settings.data.Scope APP_SCOPE -
USER_SETTING_NAME
- See Also:
-
-
Constructor Details
-
GettingStartedService
public GettingStartedService(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.RelationshipManager relationshipManager, org.exoplatform.social.core.manager.ActivityManager activityService, org.exoplatform.commons.api.settings.SettingService settingService)
-
-
Method Details
-
getUserSteps
Computed the Getting Started steps for an authenticated user on the following steps : - Upload user avatar - Join a space - Add Connections - Post a message -
markGettingStartedAsCompleted
-
hideGettingStartedApplication
-