Uses of Class
de.hybris.platform.ruleengineservices.configuration.Switch
-
-
Uses of Switch in de.hybris.platform.promotionengineservices.test.configuration
Methods in de.hybris.platform.promotionengineservices.test.configuration with parameters of type Switch Modifier and Type Method Description voidPromotionEngineTestSupportSwitchService. disable(Switch option)voidPromotionEngineTestSupportSwitchService. enable(Switch option)java.lang.BooleanPromotionEngineTestSupportSwitchService. set(Switch option, java.lang.Boolean value) -
Uses of Switch in de.hybris.platform.ruleengineservices.configuration
Methods in de.hybris.platform.ruleengineservices.configuration that return Switch Modifier and Type Method Description static SwitchSwitch. fromValue(java.lang.String value)static SwitchSwitch. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Switch[]Switch. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.ruleengineservices.configuration with parameters of type Switch Modifier and Type Method Description booleanSwitchService. isEnabled(Switch switchOption)Identifies whether provided switchable option is enabled -
Uses of Switch in de.hybris.platform.ruleengineservices.configuration.impl
Methods in de.hybris.platform.ruleengineservices.configuration.impl that return types with arguments of type Switch Modifier and Type Method Description protected java.util.Map<Switch,java.lang.Boolean>DefaultSwitchService. getStatuses()Methods in de.hybris.platform.ruleengineservices.configuration.impl with parameters of type Switch Modifier and Type Method Description booleanDefaultSwitchService. isEnabled(Switch switchOption)
-