@Deprecated public class AlphaNumericValidationPattern extends CharacterLevelValidationPattern
ValidationPattern.ValidationPatternException
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowDash
Deprecated.
|
protected boolean |
allowDollar
Deprecated.
|
protected boolean |
allowForwardSlash
Deprecated.
|
protected boolean |
allowParenthesis
Deprecated.
|
protected boolean |
allowPeriod
Deprecated.
|
protected boolean |
allowUnderscore
Deprecated.
|
protected boolean |
allowWhitespace
Deprecated.
|
protected boolean |
lowerCase
Deprecated.
|
exactLength, maxLength, regexPattern
Constructor and Description |
---|
AlphaNumericValidationPattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
extendExportMap(ExportMap exportMap)
Deprecated.
Extends the given (parent class) exportMap as needed to represent subclass instances
|
boolean |
getAllowDash()
Deprecated.
|
boolean |
getAllowPeriod()
Deprecated.
|
boolean |
getAllowUnderscore()
Deprecated.
|
boolean |
getAllowWhitespace()
Deprecated.
|
protected String |
getRegexString()
Deprecated.
|
protected String |
getValidationErrorMessageKeyOptions()
Deprecated.
|
boolean |
isAllowDollar()
Deprecated.
|
boolean |
isAllowForwardSlash()
Deprecated.
|
boolean |
isAllowParenthesis()
Deprecated.
|
boolean |
isAllowPeriod()
Deprecated.
|
boolean |
isLowerCase()
Deprecated.
|
void |
setAllowDash(boolean allowDash)
Deprecated.
|
void |
setAllowDollar(boolean allowDollar)
Deprecated.
|
void |
setAllowForwardSlash(boolean allowForwardSlash)
Deprecated.
|
void |
setAllowParenthesis(boolean allowParenthesis)
Deprecated.
|
void |
setAllowPeriod(boolean allowPeriod)
Deprecated.
|
void |
setAllowUnderscore(boolean allowUnderscore)
Deprecated.
|
void |
setAllowWhitespace(boolean allowWhitespace)
Deprecated.
|
void |
setLowerCase(boolean lowerCase)
Deprecated.
|
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageParameters, setExactLength, setMaxLength
completeValidation, matches
protected boolean allowWhitespace
protected boolean allowUnderscore
protected boolean allowPeriod
protected boolean allowParenthesis
protected boolean allowDollar
protected boolean allowForwardSlash
protected boolean lowerCase
protected boolean allowDash
public AlphaNumericValidationPattern()
public boolean getAllowPeriod()
public void setAllowPeriod(boolean allowPeriod)
allowPeriod
- public boolean isAllowPeriod()
public boolean isAllowParenthesis()
public void setAllowParenthesis(boolean allowParenthesis)
allowParenthesis
- the allowParenthesis to setpublic boolean isAllowDollar()
public void setAllowDollar(boolean allowDollar)
allowDollar
- the allowDollar to setpublic boolean isAllowForwardSlash()
public void setAllowForwardSlash(boolean allowForwardSlash)
allowForwardSlash
- the allowforwardSlash to setpublic boolean getAllowWhitespace()
public void setAllowWhitespace(boolean allowWhitespace)
allowWhitespace
- public boolean getAllowUnderscore()
public void setAllowUnderscore(boolean allowUnderscore)
allowUnderscore
- public boolean isLowerCase()
public void setLowerCase(boolean lowerCase)
lowerCase
- the lowerCase to setpublic boolean getAllowDash()
public void setAllowDash(boolean allowDash)
allowDash
- protected String getRegexString()
getRegexString
in class ValidationPattern
ValidationPattern.getRegexString()
public void extendExportMap(ExportMap exportMap)
CharacterLevelValidationPattern
extendExportMap
in class CharacterLevelValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern#extendExportMap(org.kuali.bo.datadictionary.exporter.ExportMap)
protected String getValidationErrorMessageKeyOptions()
getValidationErrorMessageKeyOptions
in class CharacterLevelValidationPattern
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.