public class ActivityComposerConfigurationService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HIDE_USER_ACTIVITY_COMPOSER |
static String |
SPACES_WITHOUT_ACTIVITY_COMPOSER |
| Constructor and Description |
|---|
ActivityComposerConfigurationService(org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureUserActivityComposer(String hideUserActivityComposer) |
List<org.exoplatform.social.core.space.model.Space> |
getListSpacesWithActivityComposer() |
List<org.exoplatform.social.core.space.model.Space> |
getListSpacesWithoutActivityComposer() |
String |
getUserActivityComposerState() |
void |
hideSpaceActivityComposer(String spaces) |
void |
showSpaceActivityComposer(String spaces) |
public static final String HIDE_USER_ACTIVITY_COMPOSER
public static final String SPACES_WITHOUT_ACTIVITY_COMPOSER
public ActivityComposerConfigurationService(org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.social.core.space.spi.SpaceService spaceService)
settingService - spaceService - public List<org.exoplatform.social.core.space.model.Space> getListSpacesWithActivityComposer() throws Exception
Exceptionpublic List<org.exoplatform.social.core.space.model.Space> getListSpacesWithoutActivityComposer() throws Exception
Exceptionpublic String getUserActivityComposerState() throws Exception
Exceptionpublic void hideSpaceActivityComposer(String spaces)
public void showSpaceActivityComposer(String spaces)
public void configureUserActivityComposer(String hideUserActivityComposer)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.