@Service(value="featureManager") @Transactional public class FeatureManagerImpl extends Object implements FeatureManager
FeatureManager.Feature| Constructor and Description |
|---|
FeatureManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(FeatureManager.Feature feature) |
void |
setEnabled(FeatureManager.Feature feature,
boolean enabled) |
public boolean isEnabled(FeatureManager.Feature feature)
isEnabled in interface FeatureManagerFeatureManager.isEnabled(org.squashtest.tm.service.feature.FeatureManager.Feature)public void setEnabled(FeatureManager.Feature feature, boolean enabled)
setEnabled in interface FeatureManagerFeatureManager.setEnabled(org.squashtest.tm.service.feature.FeatureManager.Feature,
boolean)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.