Uses of Class
de.hybris.platform.ruleengine.MessageLevel
-
Packages that use MessageLevel Package Description de.hybris.platform.ruleengine -
-
Uses of MessageLevel in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return MessageLevel Modifier and Type Method Description MessageLevelResultItem. getLevel()static MessageLevelMessageLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageLevel[]MessageLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.ruleengine with parameters of type MessageLevel Modifier and Type Method Description java.lang.StringRuleEngineActionResult. 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)
-