Class ValidationConstants.DataIntegrityValidationConstants

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

public static final class ValidationConstants.DataIntegrityValidationConstants extends Object
Data-integrity and general validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • INTERVAL_CANNOT_BE_NULL

      public static final String INTERVAL_CANNOT_BE_NULL
      Validation message used when a time interval is null.
      See Also:
    • UID_CANNOT_BE_NULL

      public static final String UID_CANNOT_BE_NULL
      Validation message used when a UID is null.
      See Also:
    • ENTITY_CANNOT_BE_NULL

      public static final String ENTITY_CANNOT_BE_NULL
      Validation message used when an entity reference is null.
      See Also:
    • UID_IS_MISSING

      public static final String UID_IS_MISSING
      Validation message used when a required UID value is missing.
      See Also:
    • BAD_LOCALE_ENUM

      public static final String BAD_LOCALE_ENUM
      Validation message used when a provided locale is not a valid currency or country.
      See Also:
    • INVALID_TOKEN_STRING_NO_TOKENS

      public static final String INVALID_TOKEN_STRING_NO_TOKENS
      Validation message when a token string was invalid.
      See Also:
    • INVALID_TOKEN_STRING_NO_VALID_TIME_INTERVAL

      public static final String INVALID_TOKEN_STRING_NO_VALID_TIME_INTERVAL
      Validation message when a token string did not match any MarketTimeInterval.
    • INVALID_TOKEN_STRING_NO_SYMBOL

      public static final String INVALID_TOKEN_STRING_NO_SYMBOL
      Validation message when a token string did contain a symbol.
      See Also:
    • FILE_NOT_FOUND

      public static final String FILE_NOT_FOUND
      Error message used when a file cannot be found.

      Placeholder: %s is replaced with the missing file path or name.

      See Also: