Class FieldLevelValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
- All Implemented Interfaces:
Serializable
Deprecated.
Abstraction of the regular expressions used to validate attribute values.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
ValidationPattern.ValidationPatternException -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildExportMap(String exportKey) Deprecated.Builds an export map describing the subclass instance.protected abstract StringDeprecated.final PatternDeprecated.protected StringDeprecated.Uses the key returned by getConfigurationRegexKey to fetch the validationPattern's regex string from the ConfigurationServiceDeprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
completeValidation, getValidationErrorMessageParameters, matches
-
Field Details
-
regexPattern
Deprecated.
-
-
Constructor Details
-
FieldLevelValidationPattern
public FieldLevelValidationPattern()Deprecated.
-
-
Method Details
-
getRegexString
Deprecated.Uses the key returned by getConfigurationRegexKey to fetch the validationPattern's regex string from the ConfigurationService- Specified by:
getRegexStringin classValidationPattern- Returns:
- String version of regular expression base, suitable for modification with length-specifiers and used internally by getRegexPattern
- See Also:
-
getPatternTypeName
Deprecated.- Returns:
- the key used to retrieve the validationPattern's type name, which is used as the suffix of the regex property key, as the type entry in the exportMap, etc.
-
getRegexPattern
Deprecated.- Specified by:
getRegexPatternin classValidationPattern- Returns:
- regular expression Pattern generated using the individual ValidationPattern subclass
-
buildExportMap
Deprecated.Description copied from class:ValidationPatternBuilds an export map describing the subclass instance.- Specified by:
buildExportMapin classValidationPattern- Parameters:
exportKey-- Returns:
- export map
-
getValidationErrorMessageKey
Deprecated.- Specified by:
getValidationErrorMessageKeyin classValidationPattern
-