Uses of Enum Class
de.hybris.platform.ruleengine.MessageLevel
Packages that use MessageLevel
-
Uses of MessageLevel in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return MessageLevelModifier and TypeMethodDescriptionResultItem.getLevel()static MessageLevelReturns the enum constant of this class with the specified name.static MessageLevel[]MessageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.ruleengine with parameters of type MessageLevelModifier and TypeMethodDescriptionRuleEngineActionResult.getMessagesAsString(MessageLevel level) returns a string representation of all messages of a given Level (or all if given Level is null).voidResultItem.setLevel(MessageLevel level)