@Deprecated public class RegexValidationPattern extends CharacterLevelValidationPattern
ValidationPattern.ValidationPatternException
exactLength, maxLength, regexPattern
Constructor and Description |
---|
RegexValidationPattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
completeValidation()
Deprecated.
This method throws an exception if it is not configured properly
|
void |
extendExportMap(ExportMap exportMap)
Deprecated.
This exports a representation of this instance by an ExportMap.
|
String |
getPattern()
Deprecated.
|
String |
getPatternXml()
Deprecated.
This returns an instance of this class as string.
|
protected String |
getRegexString()
Deprecated.
This returns the specified regular expression defined in the data dictionary
entry for validating the value of an attribute.
|
String |
getValidationErrorMessageKey()
Deprecated.
This overridden method ...
|
void |
setPattern(String pattern)
Deprecated.
|
void |
setValidationErrorMessageKey(String validationErrorMessageKey)
Deprecated.
|
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKeyOptions, getValidationErrorMessageParameters, setExactLength, setMaxLength
matches
public RegexValidationPattern()
public void extendExportMap(ExportMap exportMap)
public String getPatternXml()
org.kuali.rice.krad.datadictionary.validation.ValidationPattern#getPatternXml()
protected String getRegexString()
getRegexString
in class ValidationPattern
ValidationPattern.getRegexString()
public final String getPattern()
public final void setPattern(String pattern)
pattern
- the pattern to setpublic String getValidationErrorMessageKey()
CharacterLevelValidationPattern
getValidationErrorMessageKey
in class CharacterLevelValidationPattern
ValidationPattern.getValidationErrorMessageKey()
public void setValidationErrorMessageKey(String validationErrorMessageKey)
validationErrorMessageKey
- a message key from the application's message resource bundle signifying the error message
to display if some validation does not match this patternpublic void completeValidation()
ValidationPattern
completeValidation
in class ValidationPattern
ValidationPattern.completeValidation()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.