| Modifier and Type | Method and Description |
|---|---|
Set<AddressLabel> |
WalletPreferences.getAddresesLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalletPreferences.setAddresesLabels(Set<AddressLabel> addresesLabels) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EthereumWalletAccountREST.saveOrDeleteAddressLabel(AddressLabel label)
Save wallet address label
|
| Modifier and Type | Method and Description |
|---|---|
AddressLabel |
EthereumWalletAccountService.saveOrDeleteAddressLabel(AddressLabel label,
String currentUser)
Saves label if label is not empty else, delete it
|
| Modifier and Type | Method and Description |
|---|---|
Set<AddressLabel> |
EthereumWalletAccountService.getAddressesLabelsVisibleBy(String currentUser)
List of labels that current user can access
|
| Modifier and Type | Method and Description |
|---|---|
AddressLabel |
EthereumWalletAccountService.saveOrDeleteAddressLabel(AddressLabel label,
String currentUser)
Saves label if label is not empty else, delete it
|
| Modifier and Type | Method and Description |
|---|---|
AddressLabel |
AddressLabelStorage.getLabel(long id) |
AddressLabel |
AddressLabelStorage.saveLabel(AddressLabel label) |
| Modifier and Type | Method and Description |
|---|---|
Set<AddressLabel> |
AddressLabelStorage.getAllLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressLabelStorage.removeLabel(AddressLabel label) |
AddressLabel |
AddressLabelStorage.saveLabel(AddressLabel label) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.