Class ValidationConstants.DateTimeValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.DateTimeValidationConstants
- Enclosing class:
ValidationConstants
Date/time parameter validation messages.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValidation message used when a compare date isnull.static final StringValidation message used when a date value isnull.static final StringError message used when a provided date does not match the expected format.static final StringValidation message used when an end date isnull.static final StringError message used when an end date does not match the expected format.static final StringValidation message used when a date/time format string isnull.static final StringValidation message used when a date/time format pattern is invalid.static final StringValidation message used when start and end dates are mutually exclusive (out of order).static final StringValidation message used when a start date isnull.static final StringError message used when a start date does not match the expected format.static final StringValidation message used when a Zone ID (e.g.,America/Toronto) isnull. -
Method Summary
-
Field Details
-
ZONE_ID_CANNOT_BE_NULL
Validation message used when a Zone ID (e.g.,America/Toronto) isnull.- See Also:
-
START_DATE_CANNOT_BE_NULL
Validation message used when a start date isnull.- See Also:
-
COMPARE_DATE_CANNOT_BE_NULL
Validation message used when a compare date isnull.- See Also:
-
END_DATE_CANNOT_BE_NULL
Validation message used when an end date isnull.- See Also:
-
DATE_CANNOT_BE_NULL
Validation message used when a date value isnull.- See Also:
-
FORMAT_CANNOT_BE_NULL
Validation message used when a date/time format string isnull.- See Also:
-
INVALID_DATE_TIME_FORMAT
Validation message used when a date/time format pattern is invalid.- See Also:
-
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
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
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
Validation message used when start and end dates are mutually exclusive (out of order).- See Also:
-