Uses of Class
org.exoplatform.wallet.model.Wallet
-
Packages that use Wallet Package Description org.exoplatform.wallet.model org.exoplatform.wallet.rest org.exoplatform.wallet.service org.exoplatform.wallet.utils -
-
Uses of Wallet in org.exoplatform.wallet.model
Methods in org.exoplatform.wallet.model that return Wallet Modifier and Type Method Description WalletWallet. clone() -
Uses of Wallet in org.exoplatform.wallet.rest
Methods in org.exoplatform.wallet.rest with parameters of type Wallet Modifier and Type Method Description javax.ws.rs.core.ResponseWalletAccountREST. saveWallet(Wallet wallet) -
Uses of Wallet in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return Wallet Modifier and Type Method Description WalletWalletTokenAdminService. createAdminAccount(String privateKey, String issuerUsername)Creates admin account wallet using provided private key and store it internally in eXo ServerWalletWalletAccountService. getAdminWallet()Retrieves admin wallet from internal databaseWalletWalletAccountService. getWalletByAddress(String address)Retrieve wallet by addressWalletWalletAccountService. getWalletByAddress(String address, String currentUser)Retrieve wallet by address with blockchain state if current user can access wallet dataWalletWalletAccountService. getWalletByIdentityId(long identityId)Retrieve wallet details by identity technical idWalletWalletAccountService. getWalletByTypeAndId(String type, String remoteId)Retrieve wallet details by identity type and remoteIdWalletWalletAccountService. getWalletByTypeAndId(String type, String remoteId, String currentUser)Retrieve wallet details by identity type and remoteId accessed by a userWalletWalletAccountService. saveWallet(Wallet wallet, boolean isNew)Save wallet instance in internal databaseWalletWalletAccountService. saveWalletBackupState(String currentUser, long identityId, boolean backupState)Change wallet backup stateMethods in org.exoplatform.wallet.service that return types with arguments of type Wallet Modifier and Type Method Description Set<Wallet>WalletAccountService. listWallets()Retrieves the list registered walletsMethods in org.exoplatform.wallet.service with parameters of type Wallet Modifier and Type Method Description booleanWalletAccountService. isWalletOwner(Wallet wallet, String currentUser)voidWalletAccountService. refreshWalletFromBlockchain(Wallet wallet, ContractDetail contractDetail, Map<String,Set<String>> walletsModifications)Refreshes wallet state from blockchainvoidWalletAccountService. retrieveWalletBlockchainState(Wallet wallet)Retrieve wallet state from internal databasevoidWalletTokenAdminService. retrieveWalletInformationFromBlockchain(Wallet wallet, ContractDetail contractDetail, Set<String> walletModifications)Retrieves wallet details from blockchainWalletWalletAccountService. saveWallet(Wallet wallet, boolean isNew)Save wallet instance in internal databasevoidWalletAccountService. saveWalletAddress(Wallet wallet, String currentUser)Save wallet address to currentUser or to a space managed by current uservoidWalletAccountService. saveWalletBlockchainState(Wallet wallet, String contractAddress)Save wallet state on blockchain -
Uses of Wallet in org.exoplatform.wallet.utils
Fields in org.exoplatform.wallet.utils with type parameters of type Wallet Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet>WalletUtils. FUNDS_REQUEST_SENDER_DETAIL_PARAMETERstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet>WalletUtils. RECEIVER_ACCOUNT_DETAIL_PARAMETERstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet>WalletUtils. SENDER_ACCOUNT_DETAIL_PARAMETERMethods in org.exoplatform.wallet.utils with parameters of type Wallet Modifier and Type Method Description static booleanWalletUtils. canAccessWallet(Wallet wallet, String currentUser)Return true if user can access wallet detailed informationstatic voidWalletUtils. computeWalletFromIdentity(Wallet wallet, org.exoplatform.social.core.identity.model.Identity identity)static voidWalletUtils. computeWalletIdentity(Wallet wallet)static LocaleWalletUtils. getLocale(Wallet wallet)static List<String>WalletUtils. getNotificationReceiversUsers(Wallet wallet, String excludedId)static StringWalletUtils. getPermanentLink(Wallet wallet)static voidWalletUtils. hideWalletOwnerPrivateInformation(Wallet wallet)static booleanWalletUtils. isWalletEmpty(Wallet wallet)
-