Class ValidationConstants.AccountValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.AccountValidationConstants
- Enclosing class:
ValidationConstants
Account-related validation messages.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValidation message used when anAccountreference isnull.static final StringValidation message used when an account collection isnull.static final StringValidation message used when an account-ledger filter isnull.static final StringValidation message used when anAccountcannot be found by the given criteria.static final StringValidation message used when anAccountnumber isnull.static final StringValidation message used when a balance-performance metric isnull.static final StringValidation message used when a balance-performance period isnull. -
Method Summary
-
Field Details
-
ACCOUNT_CANNOT_BE_NULL
Validation message used when anAccountreference isnull.- See Also:
-
ACCOUNT_NUMBER_CANNOT_BE_NULL
Validation message used when anAccountnumber isnull.- See Also:
-
ACCOUNT_NOT_FOUND
Validation message used when anAccountcannot be found by the given criteria.- See Also:
-
ACCOUNT_COLLECTION_CANNOT_BE_NULL
Validation message used when an account collection isnull.- See Also:
-
ACCOUNT_LEDGER_FILTER_CANNOT_BE_NULL
Validation message used when an account-ledger filter isnull.- See Also:
-
BALANCE_PERFORMANCE_METRIC_CANNOT_BE_NULL
Validation message used when a balance-performance metric isnull.- See Also:
-
BALANCE_PERFORMANCE_PERIOD_CANNOT_BE_NULL
Validation message used when a balance-performance period isnull.- See Also:
-