Uses of Enum Class
entity.TransactionLog.TransactionType
Packages that use TransactionLog.TransactionType
-
Uses of TransactionLog.TransactionType in entity
Fields in entity declared as TransactionLog.TransactionTypeModifier and TypeFieldDescriptionprivate TransactionLog.TransactionType
TransactionLog.transactionType
Methods in entity that return TransactionLog.TransactionTypeModifier and TypeMethodDescriptionTransactionLog.getTransactionType()
Gets the transaction type.Returns the enum constant of this class with the specified name.static TransactionLog.TransactionType[]
TransactionLog.TransactionType.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.TransactionTypeModifier and TypeMethodDescriptionvoid
TransactionLog.setTransactionType
(TransactionLog.TransactionType transactionType) Sets the transaction Type.Constructors in entity with parameters of type TransactionLog.TransactionTypeModifierConstructorDescriptionTransactionLog
(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.