Uses of Class
org.exoplatform.wallet.model.transaction.TransactionDetail
-
Packages that use TransactionDetail Package Description org.exoplatform.wallet.model.transaction org.exoplatform.wallet.rest org.exoplatform.wallet.service org.exoplatform.wallet.utils -
-
Uses of TransactionDetail in org.exoplatform.wallet.model.transaction
Methods in org.exoplatform.wallet.model.transaction that return TransactionDetail Modifier and Type Method Description TransactionDetailTransactionDetail. clone() -
Uses of TransactionDetail in org.exoplatform.wallet.rest
Methods in org.exoplatform.wallet.rest with parameters of type TransactionDetail Modifier and Type Method Description javax.ws.rs.core.ResponseWalletTransactionREST. saveTransactionDetails(TransactionDetail transactionDetail) -
Uses of TransactionDetail in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return TransactionDetail Modifier and Type Method Description TransactionDetailWalletTransactionService. getPendingTransactionByHash(String hash)TransactionDetailWalletTransactionService. getTransactionByHash(String hash)TransactionDetailWalletTransactionService. getTransactionByHash(String hash, String currentUser)TransactionDetailBlockchainTransactionService. refreshTransactionFromBlockchain(String transactionHash)This will refresh transaction from blockchain.TransactionDetailWalletTokenAdminService. reward(TransactionDetail transactionDetail, String issuerUsername)Send rewarded token amounts (on blockchain) to a receiver wallet address using 'Admin' wallet.TransactionDetailWalletTokenAdminService. sendEther(TransactionDetail transactionDetail, String issuerUsername)Send ether (on blockchain) to a receiver wallet address using 'Admin' wallet.TransactionDetailWalletTokenAdminService. sendToken(TransactionDetail transactionDetail, String issuerUsername)Send token (on blockchain) to a receiver wallet address using 'Admin' wallet.Methods in org.exoplatform.wallet.service that return types with arguments of type TransactionDetail Modifier and Type Method Description List<TransactionDetail>WalletTransactionService. getPendingEtherTransactions(String address)List<TransactionDetail>WalletTransactionService. getPendingWalletTransactionsNotSent(String address)Retrieves the list of pending transactions of a given wallet from database which is not yet sent to blockchainList<TransactionDetail>WalletTransactionService. getPendingWalletTransactionsSent(String address)Retrieves the list of pending transactions of a given wallet from database which was sent to blockchainList<TransactionDetail>WalletTransactionService. getTransactions(String address, String contractAddress, String contractMethodName, String hash, int limit, boolean onlyPending, boolean administration, String currentUser)List<TransactionDetail>WalletTransactionService. getTransactionsToSend()List<TransactionDetail>BlockchainTransactionService. sendPendingTransactionsToBlockchain()Sends raw transactions to blockchainMethods in org.exoplatform.wallet.service with parameters of type TransactionDetail Modifier and Type Method Description voidBlockchainTransactionService. addTransactionToRefreshFromBlockchain(TransactionDetail transactionDetail)AddTransactionDetailto refresh processingQueuevoidWalletTransactionService. cancelTransactionsWithSameNonce(TransactionDetail transactionDetail)Cancels other transactions having same nonce as the corresponding transaction sentTransactionDetailWalletTokenAdminService. reward(TransactionDetail transactionDetail, String issuerUsername)Send rewarded token amounts (on blockchain) to a receiver wallet address using 'Admin' wallet.voidWalletTransactionService. saveTransactionDetail(TransactionDetail transactionDetail, boolean broadcastMinedTransaction)Save transaction details in databasevoidWalletTransactionService. saveTransactionDetail(TransactionDetail transactionDetail, String currentUser)Save transaction details in databaseTransactionDetailWalletTokenAdminService. sendEther(TransactionDetail transactionDetail, String issuerUsername)Send ether (on blockchain) to a receiver wallet address using 'Admin' wallet.TransactionDetailWalletTokenAdminService. sendToken(TransactionDetail transactionDetail, String issuerUsername)Send token (on blockchain) to a receiver wallet address using 'Admin' wallet. -
Uses of TransactionDetail in org.exoplatform.wallet.utils
Methods in org.exoplatform.wallet.utils with parameters of type TransactionDetail Modifier and Type Method Description static voidWalletUtils. broadcastTransactionReplacedEvent(TransactionDetail oldTransaction, TransactionDetail newTransaction)static voidWalletUtils. logStatistics(TransactionDetail transactionDetail)static Map<String,Object>WalletUtils. transactionToMap(TransactionDetail transactionDetail)
-