Class AlphaNumericValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.AlphaNumericValidationPattern
- All Implemented Interfaces:
Serializable
@Deprecated
public class AlphaNumericValidationPattern
extends org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
Deprecated.
Pattern for matching alphanumeric characters
Also, allows conditionally whitespace, underscore, period, parens, dollar signs, and forward slash.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.ValidationPattern.ValidationPatternException -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.Fields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
exactLength, maxLength, regexPattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap) Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.protected StringDeprecated.protected StringDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetAllowDash(boolean allowDash) Deprecated.voidsetAllowDollar(boolean allowDollar) Deprecated.voidsetAllowForwardSlash(boolean allowForwardSlash) Deprecated.voidsetAllowParenthesis(boolean allowParenthesis) Deprecated.voidsetAllowPeriod(boolean allowPeriod) Deprecated.voidsetAllowUnderscore(boolean allowUnderscore) Deprecated.voidsetAllowWhitespace(boolean allowWhitespace) Deprecated.voidsetLowerCase(boolean lowerCase) Deprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageParameters, setExactLength, setMaxLengthMethods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
completeValidation, matches
-
Field Details
-
allowWhitespace
protected boolean allowWhitespaceDeprecated. -
allowUnderscore
protected boolean allowUnderscoreDeprecated. -
allowPeriod
protected boolean allowPeriodDeprecated. -
allowParenthesis
protected boolean allowParenthesisDeprecated. -
allowDollar
protected boolean allowDollarDeprecated. -
allowForwardSlash
protected boolean allowForwardSlashDeprecated. -
lowerCase
protected boolean lowerCaseDeprecated. -
allowDash
protected boolean allowDashDeprecated.
-
-
Constructor Details
-
AlphaNumericValidationPattern
public AlphaNumericValidationPattern()Deprecated.
-
-
Method Details
-
getAllowPeriod
public boolean getAllowPeriod()Deprecated.- Returns:
- allowPeriod
-
setAllowPeriod
public void setAllowPeriod(boolean allowPeriod) Deprecated.- Parameters:
allowPeriod-
-
isAllowPeriod
public boolean isAllowPeriod()Deprecated.- Returns:
- the allowPeriod
-
isAllowParenthesis
public boolean isAllowParenthesis()Deprecated.- Returns:
- the allowParenthesis
-
setAllowParenthesis
public void setAllowParenthesis(boolean allowParenthesis) Deprecated.- Parameters:
allowParenthesis- the allowParenthesis to set
-
isAllowDollar
public boolean isAllowDollar()Deprecated.- Returns:
- the allowDollar
-
setAllowDollar
public void setAllowDollar(boolean allowDollar) Deprecated.- Parameters:
allowDollar- the allowDollar to set
-
isAllowForwardSlash
public boolean isAllowForwardSlash()Deprecated.- Returns:
- the allowforwardSlash
-
setAllowForwardSlash
public void setAllowForwardSlash(boolean allowForwardSlash) Deprecated.- Parameters:
allowForwardSlash- the allowforwardSlash to set
-
getAllowWhitespace
public boolean getAllowWhitespace()Deprecated.- Returns:
- allowWhitespace
-
setAllowWhitespace
public void setAllowWhitespace(boolean allowWhitespace) Deprecated.- Parameters:
allowWhitespace-
-
getAllowUnderscore
public boolean getAllowUnderscore()Deprecated.- Returns:
- allowUnderscore
-
setAllowUnderscore
public void setAllowUnderscore(boolean allowUnderscore) Deprecated.- Parameters:
allowUnderscore-
-
isLowerCase
public boolean isLowerCase()Deprecated.- Returns:
- the lowerCase
-
setLowerCase
public void setLowerCase(boolean lowerCase) Deprecated.- Parameters:
lowerCase- the lowerCase to set
-
getAllowDash
public boolean getAllowDash()Deprecated.- Returns:
- allowDash
-
setAllowDash
public void setAllowDash(boolean allowDash) Deprecated.- Parameters:
allowDash-
-
getRegexString
Deprecated.- Specified by:
getRegexStringin classorg.kuali.rice.krad.datadictionary.validation.ValidationPattern- See Also:
-
extendExportMap
public void extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap) Deprecated.- Specified by:
extendExportMapin classorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern- See Also:
-
getValidationErrorMessageKeyOptions
Deprecated.- Overrides:
getValidationErrorMessageKeyOptionsin classorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
-
AlphaNumericPatternConstraint.