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.
Use AlphaNumericPatternConstraint.
Pattern for matching alphanumeric characters Also, allows conditionally whitespace, underscore, period, parens, dollar signs, and forward slash.
See Also:
  • Field Details

    • allowWhitespace

      protected boolean allowWhitespace
      Deprecated.
    • allowUnderscore

      protected boolean allowUnderscore
      Deprecated.
    • allowPeriod

      protected boolean allowPeriod
      Deprecated.
    • allowParenthesis

      protected boolean allowParenthesis
      Deprecated.
    • allowDollar

      protected boolean allowDollar
      Deprecated.
    • allowForwardSlash

      protected boolean allowForwardSlash
      Deprecated.
    • lowerCase

      protected boolean lowerCase
      Deprecated.
    • allowDash

      protected boolean allowDash
      Deprecated.
  • 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

      protected String getRegexString()
      Deprecated.
      Specified by:
      getRegexString in class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
      See Also:
      • ValidationPattern.getRegexString()
    • extendExportMap

      public void extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap)
      Deprecated.
      Specified by:
      extendExportMap in class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
      See Also:
      • CharacterLevelValidationPattern.extendExportMap(org.kuali.bo.datadictionary.exporter.ExportMap)
    • getValidationErrorMessageKeyOptions

      protected String getValidationErrorMessageKeyOptions()
      Deprecated.
      Overrides:
      getValidationErrorMessageKeyOptions in class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern