| Modifier and Type | Method and Description |
|---|---|
Wallet |
Wallet.clone() |
| Modifier and Type | Method and Description |
|---|---|
Wallet |
WalletReward.getWallet() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalletReward.setWallet(Wallet wallet) |
| Constructor and Description |
|---|
WalletReward(Wallet wallet,
List<RewardTeam> teams,
TransactionDetail transaction,
Set<WalletPluginReward> rewards,
RewardPeriod period) |
| Modifier and Type | Method and Description |
|---|---|
Wallet |
UserSettings.getWallet() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettings.setWallet(Wallet wallet) |
| Modifier and Type | Method and Description |
|---|---|
Wallet |
TransactionDetail.getByWallet() |
Wallet |
TransactionDetail.getFromWallet() |
Wallet |
TransactionDetail.getIssuer() |
Wallet |
TransactionDetail.getToWallet() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetail.setByWallet(Wallet byWallet) |
void |
TransactionDetail.setFromWallet(Wallet fromWallet) |
void |
TransactionDetail.setIssuer(Wallet issuer) |
void |
TransactionDetail.setToWallet(Wallet toWallet) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
WalletAccountREST.saveWallet(Wallet wallet) |
| Modifier and Type | Method and Description |
|---|---|
Wallet |
WalletTokenAdminService.createAdminAccount(String privateKey,
String issuerUsername)
Creates admin account wallet using provided private key and store it
internally in eXo Server
|
Wallet |
WalletAccountService.getAdminWallet()
Retrieves admin wallet from internal database
|
Wallet |
WalletAccountService.getWalletByAddress(String address)
Retrieve wallet by address
|
Wallet |
WalletAccountService.getWalletByAddress(String address,
String currentUser)
Retrieve wallet by address with blockchain state if current user can access
wallet data
|
Wallet |
WalletAccountService.getWalletByIdentityId(long identityId)
Retrieve wallet details by identity technical id
|
Wallet |
WalletAccountService.getWalletByTypeAndId(String type,
String remoteId)
Retrieve wallet details by identity type and remoteId
|
Wallet |
WalletAccountService.getWalletByTypeAndId(String type,
String remoteId,
String currentUser)
Retrieve wallet details by identity type and remoteId accessed by a user
|
Wallet |
WalletAccountService.saveWallet(Wallet wallet,
boolean isNew)
Save wallet instance in internal database
|
Wallet |
WalletAccountService.saveWalletBackupState(String currentUser,
long identityId,
boolean backupState)
Change wallet backup state
|
| Modifier and Type | Method and Description |
|---|---|
Set<Wallet> |
WalletAccountService.listWallets()
Retrieves the list registered wallets
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WalletAccountService.isWalletOwner(Wallet wallet,
String currentUser) |
void |
WalletAccountService.refreshWalletFromBlockchain(Wallet wallet,
ContractDetail contractDetail,
Map<String,Set<String>> walletsModifications)
Refreshes wallet state from blockchain
|
void |
WalletAccountService.retrieveWalletBlockchainState(Wallet wallet)
Retrieve wallet state from internal database
|
void |
WalletTokenAdminService.retrieveWalletInformationFromBlockchain(Wallet wallet,
ContractDetail contractDetail,
Set<String> walletModifications)
Retrieves wallet details from blockchain
|
Wallet |
WalletAccountService.saveWallet(Wallet wallet,
boolean isNew)
Save wallet instance in internal database
|
void |
WalletAccountService.saveWalletAddress(Wallet wallet,
String currentUser)
Save wallet address to currentUser or to a space managed by current user
|
void |
WalletAccountService.saveWalletBlockchainState(Wallet wallet,
String contractAddress)
Save wallet state on blockchain
|
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet> |
WalletUtils.FUNDS_REQUEST_SENDER_DETAIL_PARAMETER |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet> |
WalletUtils.RECEIVER_ACCOUNT_DETAIL_PARAMETER |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet> |
WalletUtils.SENDER_ACCOUNT_DETAIL_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WalletUtils.canAccessWallet(Wallet wallet,
String currentUser)
Return true if user can access wallet detailed information
|
static void |
WalletUtils.computeWalletFromIdentity(Wallet wallet,
org.exoplatform.social.core.identity.model.Identity identity) |
static void |
WalletUtils.computeWalletIdentity(Wallet wallet) |
static Locale |
WalletUtils.getLocale(Wallet wallet) |
static List<String> |
WalletUtils.getNotificationReceiversUsers(Wallet wallet,
String excludedId) |
static String |
WalletUtils.getPermanentLink(Wallet wallet) |
static void |
WalletUtils.hideWalletOwnerPrivateInformation(Wallet wallet) |
static boolean |
WalletUtils.isWalletEmpty(Wallet wallet) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.