Uses of Enum Class
entity.TransactionLog.TransactionStatus
Packages that use TransactionLog.TransactionStatus
-
Uses of TransactionLog.TransactionStatus in entity
Fields in entity declared as TransactionLog.TransactionStatusMethods in entity that return TransactionLog.TransactionStatusModifier and TypeMethodDescriptionTransactionLog.getStatus()
Gets the transaction status.Returns the enum constant of this class with the specified name.static TransactionLog.TransactionStatus[]
TransactionLog.TransactionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in entity with parameters of type TransactionLog.TransactionStatusModifier and TypeMethodDescriptionvoid
TransactionLog.setStatus
(TransactionLog.TransactionStatus status) Constructors in entity with parameters of type TransactionLog.TransactionStatusModifierConstructorDescriptionTransactionLog
(int accountNo, TransactionLog.TransactionType transactionType, BigDecimal amount, BigDecimal balanceBefore, BigDecimal balanceAfter, TransactionLog.TransactionStatus status) Constructs a basic transaction log entry.TransactionLog
(int accountNo, TransactionLog.TransactionType transactionType, BigDecimal amount, BigDecimal balanceBefore, BigDecimal balanceAfter, TransactionLog.TransactionStatus status, String description, Integer createdByUserId, TransactionLog.UserType createdByUserType) Constructs a transaction log entry with additional audit fields.