| Package | Description |
|---|---|
| org.exoplatform.wallet.model.settings | |
| org.exoplatform.wallet.rest | |
| org.exoplatform.wallet.service |
| Modifier and Type | Method and Description |
|---|---|
Set<WalletAddressLabel> |
WalletSettings.getAddresesLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalletSettings.setAddresesLabels(Set<WalletAddressLabel> addresesLabels) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
WalletAccountREST.saveOrDeleteAddressLabel(WalletAddressLabel label) |
| Modifier and Type | Method and Description |
|---|---|
WalletAddressLabel |
WalletAccountService.saveOrDeleteAddressLabel(WalletAddressLabel label,
String currentUser)
Saves label if label is not empty else, delete it
|
| Modifier and Type | Method and Description |
|---|---|
Set<WalletAddressLabel> |
WalletAccountService.getAddressesLabelsVisibleBy(String currentUser)
List of labels that current user can access
|
| Modifier and Type | Method and Description |
|---|---|
WalletAddressLabel |
WalletAccountService.saveOrDeleteAddressLabel(WalletAddressLabel label,
String currentUser)
Saves label if label is not empty else, delete it
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.