Package org.exoplatform.wallet.plugin
Class WalletFeaturePlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.commons.api.settings.FeaturePlugin
-
- org.exoplatform.wallet.plugin.WalletFeaturePlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class WalletFeaturePlugin extends org.exoplatform.commons.api.settings.FeaturePluginA plugin added toExoFeatureServicethat determines if 'wallet' is enabled for a user or not
-
-
Constructor Summary
Constructors Constructor Description WalletFeaturePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleanisFeatureActiveForUser(String featureName, String username)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.exoplatform.container.component.ComponentPlugin- Overrides:
getNamein classorg.exoplatform.container.component.BaseComponentPlugin
-
-