|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.AlphaNumericValidationPattern
AlphaNumericPatternConstraint.
@Deprecated public class AlphaNumericValidationPattern
Pattern for matching alphanumeric characters Also, allows conditionally whitespace, underscore, period, parens, dollar signs, and forward slash.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern |
|---|
ValidationPattern.ValidationPatternException |
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern |
|---|
exactLength, maxLength, regexPattern |
| Constructor Summary | |
|---|---|
AlphaNumericValidationPattern()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern |
|---|
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageParameters, setExactLength, setMaxLength |
| Methods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern |
|---|
completeValidation, matches |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean allowWhitespace
protected boolean allowUnderscore
protected boolean allowPeriod
protected boolean allowParenthesis
protected boolean allowDollar
protected boolean allowForwardSlash
protected boolean lowerCase
protected boolean allowDash
| Constructor Detail |
|---|
public AlphaNumericValidationPattern()
| Method Detail |
|---|
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 ValidationPatternValidationPattern.getRegexString()public void extendExportMap(ExportMap exportMap)
CharacterLevelValidationPattern
extendExportMap in class CharacterLevelValidationPatternorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern#extendExportMap(org.kuali.bo.datadictionary.exporter.ExportMap)protected String getValidationErrorMessageKeyOptions()
getValidationErrorMessageKeyOptions in class CharacterLevelValidationPattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||