Uses of Interface
de.hybris.platform.integrationservices.util.featuretoggle.Feature
-
Packages that use Feature Package Description de.hybris.platform.integrationservices.util.featuretoggle de.hybris.platform.outboundsync -
-
Uses of Feature in de.hybris.platform.integrationservices.util.featuretoggle
Classes in de.hybris.platform.integrationservices.util.featuretoggle that implement Feature Modifier and Type Class Description classIntegrationApiFeatureRepresents features being worked on in Integration APIMethods in de.hybris.platform.integrationservices.util.featuretoggle with parameters of type Feature Modifier and Type Method Description static voidFeatureToggler. disable(Feature feature)Turns off the featurestatic voidFeatureToggler. enable(Feature feature)Turns on the featurestatic booleanFeatureToggler. isFeatureEnabled(Feature feature)Indicates whether a feature is on (true) or off (false). -
Uses of Feature in de.hybris.platform.outboundsync
Classes in de.hybris.platform.outboundsync that implement Feature Modifier and Type Class Description classOutboundSyncFeatureEnums defining the outboundsync features that can be toggled
-