public class FunctionalConfigurationService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HIDE_USER_ACTIVITY_COMPOSER |
static String |
HIGHLIGHT_SPACES |
static String |
HIGHLIGHT_SPACES_SEPARATOR |
static String |
SPACES_WITHOUT_ACTIVITY_COMPOSER |
| Constructor and Description |
|---|
FunctionalConfigurationService(org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
public static final String HIDE_USER_ACTIVITY_COMPOSER
public static final String SPACES_WITHOUT_ACTIVITY_COMPOSER
public static final String HIGHLIGHT_SPACES
public static final String HIGHLIGHT_SPACES_SEPARATOR
public FunctionalConfigurationService(org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.social.core.space.spi.SpaceService 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()
public void hideSpaceActivityComposer(String spaces)
public void showSpaceActivityComposer(String spaces)
protected List<SpaceConfiguration> findSpaceConfigurations()
public String findGroupIdentifierForSpace(Map<String,List<String>> groupSpacesConfigurations, String spaceId)
protected List<org.exoplatform.social.core.space.model.Space> findAllSpaces()
public void configureActivityComposer(String hide)
hide - public void configureDocumentActionActivities(String hidden)
public FunctionalConfiguration getConfiguration()
public TermsAndConditions getTermsAndConditions()
public boolean isDocumentActionActivityHidden()
public boolean isTermsAndConditionsActive()
public boolean getSettingValueAsBoolean(org.exoplatform.commons.api.settings.SettingValue<?> settingValue)
public SpaceConfiguration updateSpaceConfiguration(SpaceConfiguration spaceConfiguration)
public void updateTermsAndConditions(TermsAndConditions termsAndConditions)
public List<SpaceConfiguration> getSpacesForGroup(String groupIdentifier)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.