| Modifier and Type | Method and Description |
|---|---|
void |
InitialFundsRequestListener.onEvent(org.exoplatform.services.listener.Event<Object,AccountDetail> event) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EthereumWalletAccountREST.saveAddress(AccountDetail accountDetail)
Save address a user or space associated address
|
| Modifier and Type | Method and Description |
|---|---|
AccountDetail |
EthereumWalletService.getAccountDetailsByAddress(String address)
Retrieve User or Space account details DTO by wallet address
|
AccountDetail |
EthereumWalletService.getSpaceDetails(String id)
Retrieve Space account details DTO
|
AccountDetail |
EthereumWalletService.getUserDetails(String id)
Retrieve User account details DTO
|
| Modifier and Type | Method and Description |
|---|---|
Set<AccountDetail> |
EthereumWalletService.listWallets()
Retrieves the list registered wallets
|
| Modifier and Type | Method and Description |
|---|---|
String |
EthereumWalletService.saveWalletAddress(AccountDetail accountDetail)
Save wallet address to currentUser or to a space managed to current user,
switch details in accountDetail parameter
|
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<AccountDetail> |
Utils.FUNDS_REQUEST_SENDER_DETAIL_PARAMETER |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<AccountDetail> |
Utils.RECEIVER_ACCOUNT_DETAIL_PARAMETER |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<AccountDetail> |
Utils.SENDER_ACCOUNT_DETAIL_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Utils.getNotificationReceiversUsers(AccountDetail toAccount,
String excludedId) |
static String |
Utils.getPermanentLink(AccountDetail account) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.