Class ValidationConstants.StrategyValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.StrategyValidationConstants
- Enclosing class:
ValidationConstants
Strategy-related validation messages.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValidation message used when an account-strategy update payload isnull.static final StringValidation message used when a strategy implementation type is invalid.static final StringValidation message used when a strategy-account update payload isnull.static final StringValidation message used when aStrategyreference isnull.static final StringError message used when strategy creation fails unexpectedly.static final StringValidation message used when a strategy filter isnull.static final StringValidation message used when a strategy implementation reference isnull.static final StringError message used when strategy implementation creation fails unexpectedly.static final StringValidation message used when a strategy implementation filter isnull.static final StringError message used when strategy implementation modification fails unexpectedly.static final StringValidation message used when a strategy already has an implementation for the given type.static final StringValidation message used when a strategy implementation uid isnull.static final StringError message used when strategy modification fails unexpectedly.static final StringValidation message used when a strategy name already exists.static final StringValidation message used when a strategy reference code already exists.static final StringValidation message used when a strategy reference code isnull.static final StringValidation message used when a strategy would be left without implementations.static final StringValidation message used when a strategy uid isnull.static final StringValidation message used when neither strategy uid nor reference code is provided. -
Method Summary
-
Field Details
-
STRATEGY_CANNOT_BE_NULL
Validation message used when aStrategyreference isnull.- See Also:
-
STRATEGY_UID_CANNOT_BE_NULL
Validation message used when a strategy uid isnull.- See Also:
-
STRATEGY_REFERENCE_CODE_CANNOT_BE_NULL
Validation message used when a strategy reference code isnull.- See Also:
-
STRATEGY_FILTER_CANNOT_BE_NULL
Validation message used when a strategy filter isnull.- See Also:
-
STRATEGY_IMPLEMENTATION_CANNOT_BE_NULL
Validation message used when a strategy implementation reference isnull.- See Also:
-
STRATEGY_IMPLEMENTATION_UID_CANNOT_BE_NULL
Validation message used when a strategy implementation uid isnull.- See Also:
-
STRATEGY_IMPLEMENTATION_FILTER_CANNOT_BE_NULL
Validation message used when a strategy implementation filter isnull.- See Also:
-
STRATEGY_UID_OR_REFERENCE_CODE_REQUIRED
Validation message used when neither strategy uid nor reference code is provided.- See Also:
-
INVALID_STRATEGY_IMPLEMENTATION_TYPE
Validation message used when a strategy implementation type is invalid.- See Also:
-
STRATEGY_REFERENCE_CODE_ALREADY_EXISTS
Validation message used when a strategy reference code already exists.- See Also:
-
STRATEGY_NAME_ALREADY_EXISTS
Validation message used when a strategy name already exists.- See Also:
-
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
Validation message used when a strategy would be left without implementations.- See Also:
-
ACCOUNT_STRATEGY_UPDATE_CANNOT_BE_NULL
Validation message used when an account-strategy update payload isnull.- See Also:
-
STRATEGY_ACCOUNT_ASSIGNMENTS_UPDATE_CANNOT_BE_NULL
Validation message used when a strategy-account update payload isnull.- See Also:
-
STRATEGY_CREATION_FAILURE
Error message used when strategy creation fails unexpectedly.- See Also:
-
STRATEGY_MODIFICATION_FAILURE
Error message used when strategy modification fails unexpectedly.- See Also:
-
STRATEGY_IMPLEMENTATION_CREATION_FAILURE
Error message used when strategy implementation creation fails unexpectedly.- See Also:
-
STRATEGY_IMPLEMENTATION_MODIFICATION_FAILURE
Error message used when strategy implementation modification fails unexpectedly.- See Also:
-