Class ValidationConstants.TransactionValidationConstants

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

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

    • TRANSACTION_POSITION_ASSIGNMENT_MAX_SIZE

      public static final int TRANSACTION_POSITION_ASSIGNMENT_MAX_SIZE
      Maximum number of transactions supported by one position-assignment request.
      See Also:
    • TRANSACTION_CANNOT_BE_NULL

      public static final String TRANSACTION_CANNOT_BE_NULL
      Validation message used when a Transaction reference is null.
      See Also:
    • TRANSACTION_NAME_CANNOT_BE_NULL

      public static final String TRANSACTION_NAME_CANNOT_BE_NULL
      Validation message used when a transaction name is null.
      See Also:
    • TRANSACTION_STATUS_CANNOT_BE_NULL

      public static final String TRANSACTION_STATUS_CANNOT_BE_NULL
      Validation message used when a transaction status is null.
      See Also:
    • TRANSACTION_TYPE_CANNOT_BE_NULL

      public static final String TRANSACTION_TYPE_CANNOT_BE_NULL
      Validation message used when a transaction type is null.
      See Also:
    • TRANSACTION_DATE_CANNOT_BE_NULL

      public static final String TRANSACTION_DATE_CANNOT_BE_NULL
      Validation message used when a transaction date is null.
      See Also:
    • TRANSACTION_AMOUNT_CANNOT_BE_ZERO

      public static final String TRANSACTION_AMOUNT_CANNOT_BE_ZERO
      Validation message used when a transaction amount is zero.
      See Also:
    • IMPORT_STREAM_CANNOT_BE_NULL

      public static final String IMPORT_STREAM_CANNOT_BE_NULL
      Validation message used when an import input stream is null.
      See Also: