@Deprecated public abstract class FieldLevelValidationPattern extends ValidationPattern
ValidationPattern.ValidationPatternException
Modifier and Type | Field and Description |
---|---|
protected Pattern |
regexPattern
Deprecated.
|
Constructor and Description |
---|
FieldLevelValidationPattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExportMap |
buildExportMap(String exportKey)
Deprecated.
Builds an export map describing the subclass instance.
|
protected abstract String |
getPatternTypeName()
Deprecated.
|
Pattern |
getRegexPattern()
Deprecated.
|
protected String |
getRegexString()
Deprecated.
Uses the key returned by getConfigurationRegexKey to fetch the validationPattern's regex string from the
ConfigurationService
|
String |
getValidationErrorMessageKey()
Deprecated.
This overridden method ...
|
completeValidation, getValidationErrorMessageParameters, matches
protected Pattern regexPattern
public FieldLevelValidationPattern()
protected String getRegexString()
getRegexString
in class ValidationPattern
ValidationPattern.getRegexString()
protected abstract String getPatternTypeName()
public final Pattern getRegexPattern()
getRegexPattern
in class ValidationPattern
public ExportMap buildExportMap(String exportKey)
ValidationPattern
buildExportMap
in class ValidationPattern
ValidationPattern.buildExportMap(java.lang.String)
public String getValidationErrorMessageKey()
getValidationErrorMessageKey
in class ValidationPattern
ValidationPattern.getValidationErrorMessageKey()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.