Uses of Class
de.hybris.platform.sap.productconfig.frontend.util.impl.ErrorType
-
Packages that use ErrorType Package Description de.hybris.platform.sap.productconfig.frontend.util.impl -
-
Uses of ErrorType in de.hybris.platform.sap.productconfig.frontend.util.impl
Methods in de.hybris.platform.sap.productconfig.frontend.util.impl that return ErrorType Modifier and Type Method Description ErrorTypeErrorMessage. getType()static ErrorTypeErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.sap.productconfig.frontend.util.impl with parameters of type ErrorType Modifier and Type Method Description protected static ErrorMessageErrorResolver. createErrorMessageForType(org.springframework.validation.FieldError objError, ErrorType type)voidErrorMessage. setType(ErrorType type)
-