Uses of Enum Class
com.skava.oms.validator.constraints.ValidationCode
Packages that use ValidationCode
Package
Description
This package contains the information about the oms utils
This package contains the information about the validator constraints
-
Uses of ValidationCode in com.skava.oms.util
Methods in com.skava.oms.util with parameters of type ValidationCodeModifier and TypeMethodDescriptionstatic String
ValidationUtils.getConstraintMessageCode
(ValidationCode code) static void
ValidationUtils.rejectIfNotNullButZero
(org.springframework.validation.Errors errors, String field, ValidationCode errorCode, org.springframework.context.MessageSource messageSource) static void
ValidationUtils.rejectIfNull
(org.springframework.validation.Errors errors, String field, ValidationCode errorCode, org.springframework.context.MessageSource messageSource) static void
ValidationUtils.throwOmsValidateException
(com.skava.core.validation.InputModel request, String field, ValidationCode errorCode, String messageKey, org.springframework.context.MessageSource messageSource, Object... values) -
Uses of ValidationCode in com.skava.oms.validator.constraints
Methods in com.skava.oms.validator.constraints that return ValidationCodeModifier and TypeMethodDescriptionstatic ValidationCode
Returns the enum constant of this class with the specified name.static ValidationCode[]
ValidationCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.