Uses of Enum Class
de.hybris.platform.sap.productconfig.runtime.interf.model.ProductConfigMessageSeverity
Packages that use ProductConfigMessageSeverity
Package
Description
-
Uses of ProductConfigMessageSeverity in de.hybris.platform.sap.productconfig.rules.action.strategy.impl
Methods in de.hybris.platform.sap.productconfig.rules.action.strategy.impl that return ProductConfigMessageSeverityModifier and TypeMethodDescriptionprotected ProductConfigMessageSeverityProductConfigAbstractRuleActionStrategy.mapSeverity(ProductConfigRuleMessageSeverity ruleMessageSeverity) Methods in de.hybris.platform.sap.productconfig.rules.action.strategy.impl with parameters of type ProductConfigMessageSeverityModifier and TypeMethodDescriptionprotected voidProductConfigAbstractRuleActionStrategyTest.assertOneMessage(String message, String key, ProductConfigMessageSeverity severity, ProductConfigMessageSource source) protected voidProductConfigAbstractRuleActionStrategyTest.assertOneMessageForCstic(String csticName, String message, String key, ProductConfigMessageSeverity severity, ProductConfigMessageSource source) protected voidProductConfigAbstractRuleActionStrategyTest.assertOneMessageForCsticValue(String csticName, String csticValueName, String message, String key, ProductConfigMessageSeverity severity, ProductConfigMessageSource source) protected ProductConfigMessageDisplayMessageRuleActionStrategyImpl.createMessage(String code, String messageFired, ProductConfigMessageSeverity severity) protected ProductConfigMessageProductConfigAbstractRuleActionStrategy.createMessage(String code, String messageFired, ProductConfigMessageSeverity severity) -
Uses of ProductConfigMessageSeverity in de.hybris.platform.sap.productconfig.rules.integrationtests
Methods in de.hybris.platform.sap.productconfig.rules.integrationtests with parameters of type ProductConfigMessageSeverityModifier and TypeMethodDescriptionprotected voidProductConfigRulesTest.assertSingleMessage(ConfigModel config, ProductConfigMessageSeverity expectedSeverity, String expectedMessage) protected voidProductConfigRulesTest.assertSingleMessageForCstic(CsticModel cstic, ProductConfigMessageSeverity expectedSeverity, String expectedMessage) -
Uses of ProductConfigMessageSeverity in de.hybris.platform.sap.productconfig.runtime.interf.model
Methods in de.hybris.platform.sap.productconfig.runtime.interf.model that return ProductConfigMessageSeverityModifier and TypeMethodDescriptionProductConfigMessage.getSeverity()static ProductConfigMessageSeverityReturns the enum constant of this class with the specified name.static ProductConfigMessageSeverity[]ProductConfigMessageSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProductConfigMessageSeverity in de.hybris.platform.sap.productconfig.runtime.interf.model.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that return ProductConfigMessageSeverityMethods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl with parameters of type ProductConfigMessageSeverityModifier and TypeMethodDescriptionProductConfigMessageBuilder.appendBasicFields(String messageStr, String messageKey, ProductConfigMessageSeverity severity) ProductConfigMessageBuilder.appendSeverity(ProductConfigMessageSeverity severity)