Class ValidationConstants.StrategyValidationConstants

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

public static final class ValidationConstants.StrategyValidationConstants extends Object
Strategy-related validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • STRATEGY_CANNOT_BE_NULL

      public static final String STRATEGY_CANNOT_BE_NULL
      Validation message used when a Strategy reference is null.
      See Also:
    • STRATEGY_UID_CANNOT_BE_NULL

      public static final String STRATEGY_UID_CANNOT_BE_NULL
      Validation message used when a strategy uid is null.
      See Also:
    • STRATEGY_REFERENCE_CODE_CANNOT_BE_NULL

      public static final String STRATEGY_REFERENCE_CODE_CANNOT_BE_NULL
      Validation message used when a strategy reference code is null.
      See Also:
    • STRATEGY_FILTER_CANNOT_BE_NULL

      public static final String STRATEGY_FILTER_CANNOT_BE_NULL
      Validation message used when a strategy filter is null.
      See Also:
    • STRATEGY_IMPLEMENTATION_CANNOT_BE_NULL

      public static final String STRATEGY_IMPLEMENTATION_CANNOT_BE_NULL
      Validation message used when a strategy implementation reference is null.
      See Also:
    • STRATEGY_IMPLEMENTATION_UID_CANNOT_BE_NULL

      public static final String STRATEGY_IMPLEMENTATION_UID_CANNOT_BE_NULL
      Validation message used when a strategy implementation uid is null.
      See Also:
    • STRATEGY_IMPLEMENTATION_FILTER_CANNOT_BE_NULL

      public static final String STRATEGY_IMPLEMENTATION_FILTER_CANNOT_BE_NULL
      Validation message used when a strategy implementation filter is null.
      See Also:
    • STRATEGY_UID_OR_REFERENCE_CODE_REQUIRED

      public static final String STRATEGY_UID_OR_REFERENCE_CODE_REQUIRED
      Validation message used when neither strategy uid nor reference code is provided.
      See Also:
    • INVALID_STRATEGY_IMPLEMENTATION_TYPE

      public static final String INVALID_STRATEGY_IMPLEMENTATION_TYPE
      Validation message used when a strategy implementation type is invalid.
      See Also:
    • STRATEGY_REFERENCE_CODE_ALREADY_EXISTS

      public static final String STRATEGY_REFERENCE_CODE_ALREADY_EXISTS
      Validation message used when a strategy reference code already exists.
      See Also:
    • STRATEGY_NAME_ALREADY_EXISTS

      public static final String STRATEGY_NAME_ALREADY_EXISTS
      Validation message used when a strategy name already exists.
      See Also:
    • STRATEGY_IMPLEMENTATION_TYPE_ALREADY_EXISTS

      public static final String STRATEGY_IMPLEMENTATION_TYPE_ALREADY_EXISTS
      Validation message used when a strategy already has an implementation for the given type.
      See Also:
    • STRATEGY_REQUIRES_AT_LEAST_ONE_IMPLEMENTATION

      public static final String STRATEGY_REQUIRES_AT_LEAST_ONE_IMPLEMENTATION
      Validation message used when a strategy would be left without implementations.
      See Also:
    • ACCOUNT_STRATEGY_UPDATE_CANNOT_BE_NULL

      public static final String ACCOUNT_STRATEGY_UPDATE_CANNOT_BE_NULL
      Validation message used when an account-strategy update payload is null.
      See Also:
    • STRATEGY_ACCOUNT_ASSIGNMENTS_UPDATE_CANNOT_BE_NULL

      public static final String STRATEGY_ACCOUNT_ASSIGNMENTS_UPDATE_CANNOT_BE_NULL
      Validation message used when a strategy-account update payload is null.
      See Also:
    • STRATEGY_CREATION_FAILURE

      public static final String STRATEGY_CREATION_FAILURE
      Error message used when strategy creation fails unexpectedly.
      See Also:
    • STRATEGY_MODIFICATION_FAILURE

      public static final String STRATEGY_MODIFICATION_FAILURE
      Error message used when strategy modification fails unexpectedly.
      See Also:
    • STRATEGY_IMPLEMENTATION_CREATION_FAILURE

      public static final String STRATEGY_IMPLEMENTATION_CREATION_FAILURE
      Error message used when strategy implementation creation fails unexpectedly.
      See Also:
    • STRATEGY_IMPLEMENTATION_MODIFICATION_FAILURE

      public static final String STRATEGY_IMPLEMENTATION_MODIFICATION_FAILURE
      Error message used when strategy implementation modification fails unexpectedly.
      See Also: