Class AlphaValidationPattern

java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.AlphaValidationPattern
All Implemented Interfaces:
Serializable

@Deprecated public class AlphaValidationPattern extends org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
Deprecated.
Use AlphaPatternConstraint.
Pattern for matching alpha characters
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
    Modifier and Type
    Field
    Description
    protected boolean
    Deprecated.
     

    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
    extendExportMap(org.kuali.rice.krad.datadictionary.exporter.ExportMap exportMap)
    Deprecated.
     
    boolean
    Deprecated.
     
    protected String
    Deprecated.
     
    protected String
    Deprecated.
     
    void
    setAllowWhitespace(boolean allowWhitespace)
    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 Details

    • allowWhitespace

      protected boolean allowWhitespace
      Deprecated.
  • Constructor Details

    • AlphaValidationPattern

      public AlphaValidationPattern()
      Deprecated.
  • Method Details

    • getAllowWhitespace

      public boolean getAllowWhitespace()
      Deprecated.
      Returns:
      allowWhitespace
    • setAllowWhitespace

      public void setAllowWhitespace(boolean allowWhitespace)
      Deprecated.
      Parameters:
      allowWhitespace -
    • 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