Uses of Class
org.exoplatform.wallet.model.WalletAddressLabel
-
Packages that use WalletAddressLabel Package Description org.exoplatform.wallet.rest org.exoplatform.wallet.service -
-
Uses of WalletAddressLabel in org.exoplatform.wallet.rest
Methods in org.exoplatform.wallet.rest with parameters of type WalletAddressLabel Modifier and Type Method Description javax.ws.rs.core.ResponseWalletAccountREST. saveOrDeleteAddressLabel(WalletAddressLabel label) -
Uses of WalletAddressLabel in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return WalletAddressLabel Modifier and Type Method Description WalletAddressLabelWalletAccountService. saveOrDeleteAddressLabel(WalletAddressLabel label, String currentUser)Saves label if label is not empty else, delete itMethods in org.exoplatform.wallet.service that return types with arguments of type WalletAddressLabel Modifier and Type Method Description Set<WalletAddressLabel>WalletAccountService. getAddressesLabelsVisibleBy(String currentUser)List of labels that current user can accessMethods in org.exoplatform.wallet.service with parameters of type WalletAddressLabel Modifier and Type Method Description WalletAddressLabelWalletAccountService. saveOrDeleteAddressLabel(WalletAddressLabel label, String currentUser)Saves label if label is not empty else, delete it
-