public class CachedTransactionStorage extends TransactionStorage
| Constructor and Description |
|---|
CachedTransactionStorage(org.exoplatform.services.cache.CacheService cacheService,
WalletTransactionDAO walletTransactionDAO) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
getTransactionByHash(String hash) |
void |
saveTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail) |
countReceivedContractAmount, countSentContractAmount, getAddressLastPendingTransactionSent, getContractTransactions, getPendingTransactions, getWalletTransactionspublic CachedTransactionStorage(org.exoplatform.services.cache.CacheService cacheService,
WalletTransactionDAO walletTransactionDAO)
public org.exoplatform.addon.wallet.model.transaction.TransactionDetail getTransactionByHash(String hash)
getTransactionByHash in class TransactionStoragepublic void saveTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail)
saveTransactionDetail in class TransactionStorageCopyright © 2003–2019 eXo Platform SAS. All rights reserved.