Class RegexValidationPattern

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
All Implemented Interfaces:
Serializable

@Deprecated public class RegexValidationPattern extends org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
Deprecated.
Use ConfigurationBasedRegexPatternConstraint.
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

    Fields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern

    exactLength, maxLength, regexPattern
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    void
    extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap)
    Deprecated.
    This exports a representation of this instance by an ExportMap.
    final String
    Deprecated.
     
    Deprecated.
    This returns an instance of this class as string.
    protected String
    Deprecated.
    This returns the specified regular expression defined in the data dictionary entry for validating the value of an attribute.
    Deprecated.
     
    final 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 Details

    • RegexValidationPattern

      public RegexValidationPattern()
      Deprecated.
  • Method Details

    • extendExportMap

      public void extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap)
      Deprecated.
      This exports a representation of this instance by an ExportMap.
      Specified by:
      extendExportMap in class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
      See Also:
      • CharacterLevelValidationPattern.extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap)
    • getPatternXml

      public String getPatternXml()
      Deprecated.
      This returns an instance of this class as string.
      See Also:
      • invalid reference
        org.kuali.rice.krad.datadictionary.validation.ValidationPattern#getPatternXml()
    • getRegexString

      protected String getRegexString()
      Deprecated.
      This returns the specified regular expression defined in the data dictionary entry for validating the value of an attribute.
      Specified by:
      getRegexString in class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
      See Also:
      • ValidationPattern.getRegexString()
    • getPattern

      public final String getPattern()
      Deprecated.
      Returns:
      the pattern
    • setPattern

      public final void setPattern(String pattern)
      Deprecated.
      Parameters:
      pattern - the pattern to set
    • getValidationErrorMessageKey

      public String getValidationErrorMessageKey()
      Deprecated.
      Overrides:
      getValidationErrorMessageKey in class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
      Returns:
      the validationErrorMessageKey
    • setValidationErrorMessageKey

      public void setValidationErrorMessageKey(String validationErrorMessageKey)
      Deprecated.
      Parameters:
      validationErrorMessageKey - a message key from the application's message resource bundle signifying the error message to display if some validation does not match this pattern
    • completeValidation

      public void completeValidation()
      Deprecated.
      Overrides:
      completeValidation in class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
      See Also:
      • ValidationPattern.completeValidation()