|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.validation.ValidationPattern org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern org.kuali.rice.kns.datadictionary.validation.charlevel.RegexValidationPattern
ConfigurationBasedRegexPatternConstraint
.
@Deprecated public class RegexValidationPattern
This is a description of what this class does - ctdang don't forget to fill this in.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern |
---|
ValidationPattern.ValidationPatternException |
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern |
---|
exactLength, maxLength, regexPattern |
Constructor Summary | |
---|---|
RegexValidationPattern()
Deprecated. |
Method Summary | |
---|---|
void |
completeValidation()
Deprecated. This method throws an exception if it is not configured properly |
void |
extendExportMap(ExportMap exportMap)
Deprecated. This exports a representation of this instance by an ExportMap. |
String |
getPattern()
Deprecated. |
String |
getPatternXml()
Deprecated. This returns an instance of this class as string. |
protected String |
getRegexString()
Deprecated. This returns the specified regular expression defined in the data dictionary entry for validating the value of an attribute. |
String |
getValidationErrorMessageKey()
Deprecated. This overridden method ... |
void |
setPattern(String pattern)
Deprecated. |
void |
setValidationErrorMessageKey(String validationErrorMessageKey)
Deprecated. |
Methods inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern |
---|
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKeyOptions, getValidationErrorMessageParameters, setExactLength, setMaxLength |
Methods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern |
---|
matches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexValidationPattern()
Method Detail |
---|
public void extendExportMap(ExportMap exportMap)
extendExportMap
in class CharacterLevelValidationPattern
CharacterLevelValidationPattern.extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap)
public String getPatternXml()
org.kuali.rice.krad.datadictionary.validation.ValidationPattern#getPatternXml()
protected String getRegexString()
getRegexString
in class ValidationPattern
ValidationPattern.getRegexString()
public final String getPattern()
public final void setPattern(String pattern)
pattern
- the pattern to setpublic String getValidationErrorMessageKey()
CharacterLevelValidationPattern
getValidationErrorMessageKey
in class CharacterLevelValidationPattern
ValidationPattern.getValidationErrorMessageKey()
public void setValidationErrorMessageKey(String validationErrorMessageKey)
validationErrorMessageKey
- a message key from the application's message resource bundle signifying the error message
to display if some validation does not match this patternpublic void completeValidation()
ValidationPattern
completeValidation
in class ValidationPattern
ValidationPattern.completeValidation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |