@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.  
  | 
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, matchesprotected 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 ValidationPatternpublic final ExportMap buildExportMap(String exportKey)
buildExportMap in class ValidationPatternValidationPattern.buildExportMap(java.lang.String)public abstract void extendExportMap(ExportMap exportMap)
exportMap - public String[] getValidationErrorMessageParameters(String attributeLabel)
getValidationErrorMessageParameters in class ValidationPatternpublic String getValidationErrorMessageKey()
getValidationErrorMessageKey in class ValidationPatternValidationPattern.getValidationErrorMessageKey()protected String getValidationErrorMessageKeyOptions()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.