Uses of Class
org.exoplatform.wallet.entity.WalletPrivateKeyEntity
-
Packages that use WalletPrivateKeyEntity Package Description org.exoplatform.wallet.dao org.exoplatform.wallet.entity -
-
Uses of WalletPrivateKeyEntity in org.exoplatform.wallet.dao
Methods in org.exoplatform.wallet.dao that return WalletPrivateKeyEntity Modifier and Type Method Description WalletPrivateKeyEntityWalletPrivateKeyDAO. findByWalletId(long walletId)Method parameters in org.exoplatform.wallet.dao with type arguments of type WalletPrivateKeyEntity Modifier and Type Method Description voidWalletPrivateKeyDAO. deleteAll(List<WalletPrivateKeyEntity> entities) -
Uses of WalletPrivateKeyEntity in org.exoplatform.wallet.entity
Methods in org.exoplatform.wallet.entity that return WalletPrivateKeyEntity Modifier and Type Method Description WalletPrivateKeyEntityWalletEntity. getPrivateKey()Methods in org.exoplatform.wallet.entity with parameters of type WalletPrivateKeyEntity Modifier and Type Method Description voidWalletEntity. setPrivateKey(WalletPrivateKeyEntity privateKey)
-