Class ValidationConstants.AccountValidationConstants

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

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

    • ACCOUNT_CANNOT_BE_NULL

      public static final String ACCOUNT_CANNOT_BE_NULL
      Validation message used when an Account reference is null.
      See Also:
    • ACCOUNT_NUMBER_CANNOT_BE_NULL

      public static final String ACCOUNT_NUMBER_CANNOT_BE_NULL
      Validation message used when an Account number is null.
      See Also:
    • ACCOUNT_NOT_FOUND

      public static final String ACCOUNT_NOT_FOUND
      Validation message used when an Account cannot be found by the given criteria.
      See Also:
    • ACCOUNT_COLLECTION_CANNOT_BE_NULL

      public static final String ACCOUNT_COLLECTION_CANNOT_BE_NULL
      Validation message used when an account collection is null.
      See Also:
    • ACCOUNT_LEDGER_FILTER_CANNOT_BE_NULL

      public static final String ACCOUNT_LEDGER_FILTER_CANNOT_BE_NULL
      Validation message used when an account-ledger filter is null.
      See Also:
    • BALANCE_PERFORMANCE_METRIC_CANNOT_BE_NULL

      public static final String BALANCE_PERFORMANCE_METRIC_CANNOT_BE_NULL
      Validation message used when a balance-performance metric is null.
      See Also:
    • BALANCE_PERFORMANCE_PERIOD_CANNOT_BE_NULL

      public static final String BALANCE_PERFORMANCE_PERIOD_CANNOT_BE_NULL
      Validation message used when a balance-performance period is null.
      See Also: