Class AbstractFieldValidator<T extends IntelligentField>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T field
      The field to validate.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkDateRange​(java.util.Date value)
      Checks if the date is within the range supported by the database-system in use.
      protected void checkIfMandatoryFieldIsSet()
      Checks if mandatory field is set.
      protected void checkLengthOfInput​(java.lang.String text)
      Checks the length of the field's value.
      abstract void validate()
      Validates the field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait