public class AddressLabelStorage extends Object
| Constructor and Description |
|---|
AddressLabelStorage(AddressLabelDAO addressLabelDAO) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.exoplatform.addon.ethereum.wallet.model.AddressLabel> |
getAllLabels() |
org.exoplatform.addon.ethereum.wallet.model.AddressLabel |
getLabel(long id) |
void |
removeLabel(org.exoplatform.addon.ethereum.wallet.model.AddressLabel label) |
org.exoplatform.addon.ethereum.wallet.model.AddressLabel |
saveLabel(org.exoplatform.addon.ethereum.wallet.model.AddressLabel label) |
public AddressLabelStorage(AddressLabelDAO addressLabelDAO)
public Set<org.exoplatform.addon.ethereum.wallet.model.AddressLabel> getAllLabels()
public org.exoplatform.addon.ethereum.wallet.model.AddressLabel saveLabel(org.exoplatform.addon.ethereum.wallet.model.AddressLabel label)
public org.exoplatform.addon.ethereum.wallet.model.AddressLabel getLabel(long id)
public void removeLabel(org.exoplatform.addon.ethereum.wallet.model.AddressLabel label)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.