| Modifier and Type | Method and Description |
|---|---|
Wallet |
Wallet.clone() |
Wallet |
TransactionDetail.getByWallet() |
Wallet |
TransactionDetail.getFromWallet() |
Wallet |
TransactionDetail.getToWallet() |
Wallet |
WalletPreferences.getWallet() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetail.setByWallet(Wallet byWallet) |
void |
TransactionDetail.setFromWallet(Wallet fromWallet) |
void |
TransactionDetail.setToWallet(Wallet toWallet) |
void |
WalletPreferences.setWallet(Wallet wallet) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
WalletAccountREST.saveAddress(Wallet wallet)
Save address a user or space associated address
|
| Modifier and Type | Method and Description |
|---|---|
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.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> |
Utils.FUNDS_REQUEST_SENDER_DETAIL_PARAMETER |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet> |
Utils.RECEIVER_ACCOUNT_DETAIL_PARAMETER |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Wallet> |
Utils.SENDER_ACCOUNT_DETAIL_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.canAccessWallet(Wallet wallet,
String currentUser)
Return true if user can access wallet detailed information
|
static void |
Utils.computeWalletFromIdentity(Wallet wallet,
org.exoplatform.social.core.identity.model.Identity identity) |
static void |
Utils.computeWalletIdentity(Wallet wallet) |
static List<String> |
Utils.getNotificationReceiversUsers(Wallet toAccount,
String excludedId) |
static String |
Utils.getPermanentLink(Wallet account) |
static void |
Utils.hideWalletOwnerPrivateInformation(Wallet wallet) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.