@Deprecated public abstract class CharacterLevelValidationPattern extends ValidationPattern
ValidationPattern.ValidationPatternException
Modifier and Type | Field and Description |
---|---|
protected int |
exactLength
Deprecated.
|
protected int |
maxLength
Deprecated.
|
protected Pattern |
regexPattern
Deprecated.
|
Constructor and Description |
---|
CharacterLevelValidationPattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExportMap |
buildExportMap(String exportKey)
Deprecated.
Builds an export map describing the subclass instance.
|
abstract void |
extendExportMap(ExportMap exportMap)
Deprecated.
Extends the given (parent class) exportMap as needed to represent subclass instances
|
int |
getExactLength()
Deprecated.
|
int |
getMaxLength()
Deprecated.
|
Pattern |
getRegexPattern()
Deprecated.
|
String |
getValidationErrorMessageKey()
Deprecated.
This overridden method ...
|
protected String |
getValidationErrorMessageKeyOptions()
Deprecated.
|
String[] |
getValidationErrorMessageParameters(String attributeLabel)
Deprecated.
|
void |
setExactLength(int exactLength)
Deprecated.
Sets exactLength parameter for the associated regex.
|
void |
setMaxLength(int maxLength)
Deprecated.
Sets maxLength parameter for the associated regex.
|
completeValidation, getRegexString, matches
protected Pattern regexPattern
protected int maxLength
protected int exactLength
public CharacterLevelValidationPattern()
public void setMaxLength(int maxLength)
maxLength
- public int getMaxLength()
public void setExactLength(int exactLength)
exactLength
- public int getExactLength()
public final Pattern getRegexPattern()
getRegexPattern
in class ValidationPattern
public final ExportMap buildExportMap(String exportKey)
ValidationPattern
buildExportMap
in class ValidationPattern
ValidationPattern.buildExportMap(java.lang.String)
public abstract void extendExportMap(ExportMap exportMap)
exportMap
- public String[] getValidationErrorMessageParameters(String attributeLabel)
getValidationErrorMessageParameters
in class ValidationPattern
public String getValidationErrorMessageKey()
getValidationErrorMessageKey
in class ValidationPattern
ValidationPattern.getValidationErrorMessageKey()
protected String getValidationErrorMessageKeyOptions()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.