Uses of Class
org.exoplatform.wallet.entity.WalletEntity
-
Packages that use WalletEntity Package Description org.exoplatform.wallet.dao org.exoplatform.wallet.entity -
-
Uses of WalletEntity in org.exoplatform.wallet.dao
Methods in org.exoplatform.wallet.dao that return WalletEntity Modifier and Type Method Description WalletEntityWalletAccountDAO. findByAddress(String address)Method parameters in org.exoplatform.wallet.dao with type arguments of type WalletEntity Modifier and Type Method Description voidWalletAccountDAO. deleteAll(List<WalletEntity> entities) -
Uses of WalletEntity in org.exoplatform.wallet.entity
Methods in org.exoplatform.wallet.entity that return WalletEntity Modifier and Type Method Description WalletEntityWalletBlockchainStateEntity. getWallet()WalletEntityWalletPrivateKeyEntity. getWallet()Methods in org.exoplatform.wallet.entity with parameters of type WalletEntity Modifier and Type Method Description voidWalletBlockchainStateEntity. setWallet(WalletEntity wallet)voidWalletPrivateKeyEntity. setWallet(WalletEntity wallet)
-