|
||||||||||
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
@Deprecated public abstract class CharacterLevelValidationPattern
Abstraction of the regular expressions used to validate attribute values.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern |
---|
ValidationPattern.ValidationPatternException |
Field Summary | |
---|---|
protected int |
exactLength
Deprecated. |
protected int |
maxLength
Deprecated. |
protected Pattern |
regexPattern
Deprecated. |
Constructor Summary | |
---|---|
CharacterLevelValidationPattern()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern |
---|
completeValidation, getRegexString, matches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Pattern regexPattern
protected int maxLength
protected int exactLength
Constructor Detail |
---|
public CharacterLevelValidationPattern()
Method Detail |
---|
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 ValidationPattern
public final ExportMap buildExportMap(String exportKey)
buildExportMap
in class ValidationPattern
ValidationPattern.buildExportMap(java.lang.String)
public abstract void extendExportMap(ExportMap exportMap)
exportMap
- public String[] getValidationErrorMessageParameters(String attributeLabel)
getValidationErrorMessageParameters
in class ValidationPattern
public String getValidationErrorMessageKey()
getValidationErrorMessageKey
in class ValidationPattern
ValidationPattern.getValidationErrorMessageKey()
protected String getValidationErrorMessageKeyOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |