Uses of Class
de.hybris.platform.sap.productconfig.facades.ProductConfigMessageUISeverity
-
Packages that use ProductConfigMessageUISeverity Package Description de.hybris.platform.sap.productconfig.facades de.hybris.platform.sap.productconfig.facades.impl -
-
Uses of ProductConfigMessageUISeverity in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return ProductConfigMessageUISeverity Modifier and Type Method Description ProductConfigMessageUISeverityProductConfigMessageData. getSeverity()static ProductConfigMessageUISeverityProductConfigMessageUISeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProductConfigMessageUISeverity[]ProductConfigMessageUISeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.sap.productconfig.facades with parameters of type ProductConfigMessageUISeverity Modifier and Type Method Description voidProductConfigMessageData. setSeverity(ProductConfigMessageUISeverity severity) -
Uses of ProductConfigMessageUISeverity in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return ProductConfigMessageUISeverity Modifier and Type Method Description protected ProductConfigMessageUISeverityConfigurationMessageMapperImpl. mapMessageSeverity(ProductConfigMessage message)Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type ProductConfigMessageUISeverity Modifier and Type Method Description static ProductConfigMessageDataConfigurationMessageComparatorTest. createMessage(java.lang.String message, ProductConfigMessagePromoType type, ProductConfigMessageUISeverity severity)
-