Class ValidationConstants.DateTimeValidationConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.DateTimeValidationConstants
Enclosing class:
ValidationConstants

public static final class ValidationConstants.DateTimeValidationConstants extends Object
Date/time parameter validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • ZONE_ID_CANNOT_BE_NULL

      public static final String ZONE_ID_CANNOT_BE_NULL
      Validation message used when a Zone ID (e.g., America/Toronto) is null.
      See Also:
    • START_DATE_CANNOT_BE_NULL

      public static final String START_DATE_CANNOT_BE_NULL
      Validation message used when a start date is null.
      See Also:
    • COMPARE_DATE_CANNOT_BE_NULL

      public static final String COMPARE_DATE_CANNOT_BE_NULL
      Validation message used when a compare date is null.
      See Also:
    • END_DATE_CANNOT_BE_NULL

      public static final String END_DATE_CANNOT_BE_NULL
      Validation message used when an end date is null.
      See Also:
    • DATE_CANNOT_BE_NULL

      public static final String DATE_CANNOT_BE_NULL
      Validation message used when a date value is null.
      See Also:
    • FORMAT_CANNOT_BE_NULL

      public static final String FORMAT_CANNOT_BE_NULL
      Validation message used when a date/time format string is null.
      See Also:
    • INVALID_DATE_TIME_FORMAT

      public static final String INVALID_DATE_TIME_FORMAT
      Validation message used when a date/time format pattern is invalid.
      See Also:
    • DATE_INVALID_FORMAT

      public static final String DATE_INVALID_FORMAT
      Error message used when a provided date does not match the expected format.

      Placeholders: %s = invalid date value; %s = expected format.

      See Also:
    • START_DATE_INVALID_FORMAT

      public static final String START_DATE_INVALID_FORMAT
      Error message used when a start date does not match the expected format.

      Placeholders: %s = invalid start date; %s = expected format.

      See Also:
    • END_DATE_INVALID_FORMAT

      public static final String END_DATE_INVALID_FORMAT
      Error message used when an end date does not match the expected format.

      Placeholders: %s = invalid end date; %s = expected format.

      See Also:
    • MUTUALLY_EXCLUSIVE_DATES

      public static final String MUTUALLY_EXCLUSIVE_DATES
      Validation message used when start and end dates are mutually exclusive (out of order).
      See Also: