Uses of Class
org.exoplatform.wallet.dao.WalletTransactionDAO
-
Packages that use WalletTransactionDAO Package Description org.exoplatform.wallet.storage org.exoplatform.wallet.storage.cached -
-
Uses of WalletTransactionDAO in org.exoplatform.wallet.storage
Constructors in org.exoplatform.wallet.storage with parameters of type WalletTransactionDAO Constructor Description TransactionStorage(WalletTransactionDAO walletTransactionDAO) -
Uses of WalletTransactionDAO in org.exoplatform.wallet.storage.cached
Constructors in org.exoplatform.wallet.storage.cached with parameters of type WalletTransactionDAO Constructor Description CachedTransactionStorage(org.exoplatform.services.cache.CacheService cacheService, WalletTransactionDAO walletTransactionDAO)
-