| 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,
Set<WalletPluginReward> rewards,
RewardTransaction rewardTransaction,
String poolName,
boolean enabled) |
| 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.getAdminWallet() |
Wallet |
WalletAccountService.getWalletByAddress(String address)
Retrieve wallet by address
|
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
|
| Modifier and Type | Method and Description |
|---|---|
Set<Wallet> |
WalletAccountService.listWallets()
Retrieves the list registered wallets
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalletAccountService.checkCanSaveWallet(Wallet wallet,
Wallet storedWallet,
String currentUser)
Throws an exception if the user is not allowed to modify wallet information
|
boolean |
WalletAccountService.isWalletOwner(Wallet wallet,
String currentUser)
Return true if user is accessing his wallet or is accessing a space that he
manages wallet
|
void |
WalletAccountService.saveWallet(Wallet wallet)
Save wallet to storage
|
void |
WalletAccountService.saveWalletAddress(Wallet wallet,
String currentUser,
boolean broadcast)
Save wallet address to currentUser or to a space managed by current user
|
| 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 List<String> |
WalletUtils.getNotificationReceiversUsers(Wallet toAccount,
String excludedId) |
static String |
WalletUtils.getPermanentLink(Wallet wallet) |
static void |
WalletUtils.hideWalletOwnerPrivateInformation(Wallet wallet) |
static boolean |
WalletUtils.isWalletEmpty(Wallet wallet) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.