Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABI_PATH_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
ACCOUNT_TYPE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
addAnalyticsEntry(StatisticData) - Static method in class io.meeds.wallet.statistic.StatisticUtils
 
AddressAlreadyInUseException - Exception Class in io.meeds.wallet.model
 
AddressAlreadyInUseException() - Constructor for exception class io.meeds.wallet.model.AddressAlreadyInUseException
 
addStatisticEntry(Map<String, Object>) - Static method in class io.meeds.wallet.statistic.StatisticUtils
 
addStatisticEntry(Map<String, Object>, Consumer<StatisticData>) - Static method in class io.meeds.wallet.statistic.StatisticUtils
 
addTransactionToRefreshFromBlockchain(TransactionDetail) - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Add TransactionDetail to refresh processing Queue
ADMIN - Enum constant in enum class io.meeds.wallet.model.WalletType
 
ADMIN_KEY_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
ADMINISTRATORS_GROUP - Static variable in class io.meeds.wallet.utils.WalletUtils
 
ALL - Enum constant in enum class io.meeds.wallet.model.WalletRewardStatus
 
AMOUNT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
AMOUNT_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
around(ProceedingJoinPoint) - Method in class io.meeds.wallet.lock.LockAspect
 
around(ProceedingJoinPoint) - Method in class io.meeds.wallet.statistic.ExoWalletStatisticAspect
Encapsulate method annotated with ExoWalletStatistic to add statistic log entry
AVATAR - Static variable in class io.meeds.wallet.utils.WalletUtils
 

B

BIN_PATH_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
BlockchainTransactionService - Interface in io.meeds.wallet.service
 
blockchainUrlSuffix - Static variable in class io.meeds.wallet.utils.WalletUtils
 
boostAdminTransactions() - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Boosts the transaction issued from Admin wallet by increasing the gas price
broadcastTransactionReplacedEvent(TransactionDetail, TransactionDetail) - Static method in class io.meeds.wallet.utils.WalletUtils
 

C

canAccessWallet(Wallet, String) - Static method in class io.meeds.wallet.utils.WalletUtils
Return true if user can access wallet detailed information
cancelTransactionsWithSameNonce(TransactionDetail) - Method in interface io.meeds.wallet.service.WalletTransactionService
Cancels other transactions having same nonce as the corresponding transaction sent
canSendTransactionToBlockchain(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
Determines whether the user can send transaction to blockchain or not.
checkUserIsSpaceManager(String, String, boolean) - Static method in class io.meeds.wallet.utils.WalletUtils
 
clone() - Method in class io.meeds.wallet.model.ContractDetail
 
clone() - Method in class io.meeds.wallet.model.GlobalSettings
 
clone() - Method in class io.meeds.wallet.model.InitialFundsSettings
 
clone() - Method in class io.meeds.wallet.model.NetworkSettings
 
clone() - Method in class io.meeds.wallet.model.RewardPluginSettings
 
clone() - Method in class io.meeds.wallet.model.RewardSettings
 
clone() - Method in class io.meeds.wallet.model.TransactionDetail
 
clone() - Method in class io.meeds.wallet.model.Wallet
 
clone() - Method in class io.meeds.wallet.model.WalletSettings
 
COMETD_CHANNEL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
COMPUTED - Enum constant in enum class io.meeds.wallet.model.RewardBudgetType
 
computeDistributionForecast(RewardSettings) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Compute a DistributionForecast corresponding to a RewardSettings
computeRewards(LocalDate) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Compute rewards swicth configurations for the list of identities passed in parameters
computeRewardsByUser(LocalDate, long) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Compute rewards By User
computeWalletFromIdentity(Wallet, Identity) - Static method in class io.meeds.wallet.utils.WalletUtils
 
computeWalletIdentity(Wallet) - Static method in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_ADDRESS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_ADDRESS_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_DETAILS_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_ADDADMIN - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_APPROVE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_INITIALIZEACCOUNT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_REWARD - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_TRANSFER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_TRANSFERFROM - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_TRANSFEROWNERSHIP - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_FUNC_TRANSFORMTOVESTED - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_MODIFIED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
CONTRACT_TRANSACTION_MINED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
ContractDetail - Class in io.meeds.wallet.model
 
ContractDetail() - Constructor for class io.meeds.wallet.model.ContractDetail
 
ContractTransactionEvent - Class in io.meeds.wallet.model
 
ContractTransactionEvent() - Constructor for class io.meeds.wallet.model.ContractTransactionEvent
 
convertFromDecimals(BigInteger, int) - Static method in class io.meeds.wallet.utils.WalletUtils
 
convertToDecimals(double, int) - Static method in class io.meeds.wallet.utils.WalletUtils
 
countContractPendingTransactionsSent() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
countContractPendingTransactionsToSend() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
countPendingTransactionsWithSameNonce(String, String, long) - Method in interface io.meeds.wallet.service.WalletTransactionService
Count the number of transactions sent from the same Wallet and having same Nonce than another transaction
countRewards(String) - Method in interface io.meeds.wallet.reward.service.RewardReportService
 
countTransactions() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
countWalletRewardsPointsByPeriodIdAndStatus(long, boolean) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Count wallet rewards points by PeriodId and status
createAdminAccount() - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Generates admin account wallet and store it internally in eXo Server
createAdminAccount(String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Creates admin account wallet in server side
createAdminAccount(String, String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Creates admin account wallet using provided private key and store it internally in eXo Server
createIdentity(String) - Method in class io.meeds.wallet.plugin.WalletAdminIdentityProvider
 
createWalletInstance(WalletProvider, String, long) - Method in interface io.meeds.wallet.service.WalletAccountService
Creates a transient wallet instance with pre-filled default properties of a wallet that will be ready to store.

D

DATE_FORMATTER - Static variable in class io.meeds.wallet.utils.RewardUtils
 
decodeString(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
DEFAULT - Static variable in enum class io.meeds.wallet.model.RewardBudgetType
 
DEFAULT - Static variable in enum class io.meeds.wallet.model.RewardPeriodType
 
DEFAULT_INITIAL_USER_FUND - Static variable in class io.meeds.wallet.utils.WalletUtils
 
DEFAULT_MAX_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
DEFAULT_MIN_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
DEFAULT_NORMAL_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
DELETED - Enum constant in enum class io.meeds.wallet.model.WalletState
 
deleteSettings() - Method in interface io.meeds.wallet.reward.service.RewardSettingsService
Delete reward settings
DENIED - Enum constant in enum class io.meeds.wallet.model.WalletState
 
DistributionForecast - Class in io.meeds.wallet.model
 
DistributionForecast() - Constructor for class io.meeds.wallet.model.DistributionForecast
 
duration() - Element in annotation interface io.meeds.wallet.lock.Lock
 
DURATION - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
DYNAMIC_GAS_PRICE_UPDATE_INTERVAL - Static variable in class io.meeds.wallet.utils.WalletUtils
 

E

EMPTY_HASH - Static variable in class io.meeds.wallet.utils.WalletUtils
 
enableWalletByAddress(String, boolean, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Enable/Disable User or Space wallet
encodeString(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
equals(Object) - Method in class io.meeds.wallet.model.RewardTransaction
 
ERROR - Enum constant in enum class io.meeds.wallet.model.RewardStatus
 
ERROR_MSG - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
ESTIMATED - Enum constant in enum class io.meeds.wallet.model.WalletRewardStatus
 
ESTIMATION - Enum constant in enum class io.meeds.wallet.model.RewardStatus
 
ETHER_FUNC_SEND_FUNDS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
ETHER_TO_WEI_DECIMALS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
ExoWalletStatistic - Annotation Interface in io.meeds.wallet.statistic
This annotation is used to log a statistic log entry
ExoWalletStatisticAspect - Class in io.meeds.wallet.statistic
ExoWalletStatisticAspect() - Constructor for class io.meeds.wallet.statistic.ExoWalletStatisticAspect
 
ExoWalletStatisticService - Interface in io.meeds.wallet.statistic
This service is used to add statistic log entry by using annotation ExoWalletStatistic on methods
exportXlsx(long, WalletRewardStatus, ZoneId, String, Locale) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Export wallet rewards into an InputStream containing a file of format XLS

F

FAILED - Enum constant in enum class io.meeds.wallet.model.WalletRewardStatus
 
findByRemoteId(String) - Method in class io.meeds.wallet.plugin.WalletAdminIdentityProvider
 
findRewardPeriodsBetween(long, long, Pageable) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Retrieves the list of periods by interval sorted descending by start date
findRewardPeriodsBetween(String, long, long, Pageable) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Retrieves the list of periods by interval sorted descending by start date
findRewardReportPeriods(String, Pageable) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Retrieves the list of periods sorted descending by start date
findRewardReportPeriods(Pageable) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Retrieves the list of periods sorted descending by start date
findWalletRewardsByPeriodIdAndStatus(long, List<Long>, WalletRewardStatus, ZoneId, Pageable) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Gets wallet rewards by PeriodId and status first one
FIXED - Enum constant in enum class io.meeds.wallet.model.RewardBudgetType
 
FIXED_PER_MEMBER - Enum constant in enum class io.meeds.wallet.model.RewardBudgetType
 
FIXED_PER_POINT - Enum constant in enum class io.meeds.wallet.model.RewardBudgetType
 
formatBalance(double, Locale, boolean) - Static method in class io.meeds.wallet.utils.WalletUtils
Format Wallet Balance amount in currency format, without currency symbol and switch user locale.
formatDateTime(ZonedDateTime) - Static method in class io.meeds.wallet.utils.RewardUtils
 
formatNumber(Object, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
formatTime(Object, ZoneId, String) - Static method in class io.meeds.wallet.utils.RewardUtils
 
formatTransactionHash(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
fromJsonString(String, Class<T>) - Static method in class io.meeds.wallet.utils.WalletUtils
 
fromStoredValue(String) - Static method in class io.meeds.wallet.model.RewardTransaction
 
FUNDS_ACCEPT_URL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
FUNDS_REQUEST_NOTIFICATION_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
FUNDS_REQUEST_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
FUNDS_REQUEST_SENDER_DETAIL_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
FUNDS_REQUEST_SENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
FundsRequest - Class in io.meeds.wallet.model
 
FundsRequest() - Constructor for class io.meeds.wallet.model.FundsRequest
 

G

GAMIFICATION_BROADCAST_ACTION_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_CREATE_WALLET_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_EARNER_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_EVENT_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_OBJECT_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_OBJECT_TYPE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_RECEIVER_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAMIFICATION_WALLET_OBJECT_TYPE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
GAS_LIMIT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
generateHash(String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
 
generateToken(HttpSession) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getAddressesLabelsVisibleBy(String) - Method in interface io.meeds.wallet.service.WalletAccountService
List of labels that current user can access
getAdminAccountPassword() - Method in interface io.meeds.wallet.service.WalletAccountService
 
getAdminWallet() - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieves admin wallet from internal database
getAdminWalletAddress() - Method in interface io.meeds.wallet.service.WalletTokenAdminService
 
getBlockchainURLSuffix() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getContractAbi() - Method in interface io.meeds.wallet.service.WalletContractService
Get Contract ABI
getContractAddress() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getContractAmountDecimal(int) - Method in class io.meeds.wallet.model.TransactionDetail
 
getContractBinary() - Method in interface io.meeds.wallet.service.WalletContractService
Get Contract BINARY to deploy
getContractDetail() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getContractDetail(String) - Method in interface io.meeds.wallet.service.WalletContractService
Get contract detail
getContractFileContent(String, String) - Method in interface io.meeds.wallet.service.WalletContractService
Retreive the ABI or BIN content of a contract
getCurrentPeriod(RewardSettings) - Static method in class io.meeds.wallet.model.RewardPeriod
 
getCurrentUserId() - Static method in class io.meeds.wallet.utils.RewardUtils
 
getCurrentUserId() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getCurrentUserIdentityId() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getEndDateFormatted(String) - Method in class io.meeds.wallet.model.RewardPeriod
 
getEtherBalanceOf(String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Get ether balance of a wallet address (on blockchain)
getFailedTransactionCount() - Method in class io.meeds.wallet.model.RewardReport
 
getGasLimit() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getGasPrice() - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Get gas price from blockchain
getGasPrice() - Method in interface io.meeds.wallet.service.WalletService
 
getId() - Method in enum class io.meeds.wallet.model.WalletType
 
getIdentityById(long) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getIdentityById(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getIdentityByTypeAndId(WalletType, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getIdentityId() - Method in class io.meeds.wallet.model.WalletReward
 
getInitialFundsSettings() - Method in interface io.meeds.wallet.service.WalletService
 
getLastWatchedBlockNumber() - Method in interface io.meeds.wallet.service.BlockchainTransactionService
 
getListenerService() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getLocale(Wallet) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getMaxAttemptsToSend() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getMaxParallelPendingTransactions() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getMethod(ExoContainer, String, String) - Static method in class io.meeds.wallet.utils.RewardUtils
 
getMyWalletLink() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getName() - Method in class io.meeds.wallet.plugin.WalletAdminIdentityProvider
 
getNetworkId() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getNonce(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getNonce(String, String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getNotificationId() - Method in enum class io.meeds.wallet.model.TransactionNotificationType
 
getNotificationReceiversUsers(Wallet, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getPendingEtherTransactions(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getPendingTransactionByHash(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getPendingTransactionCount() - Method in class io.meeds.wallet.model.RewardReport
 
getPendingTransactionMaxDays() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getPendingWalletTransactionsNotSent(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
Retrieves the list of pending transactions of a given wallet from database which is not yet sent to blockchain
getPendingWalletTransactionsSent(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
Retrieves the list of pending transactions of a given wallet from database which was sent to blockchain
getPeriodMedianDate() - Method in class io.meeds.wallet.model.RewardPeriod
 
getPeriodMedianDateInSeconds() - Method in class io.meeds.wallet.model.RewardPeriod
 
getPeriodOfTime(RewardSettings, LocalDate) - Static method in class io.meeds.wallet.model.RewardPeriod
 
getPeriodOfTime(LocalDate, ZoneId) - Method in enum class io.meeds.wallet.model.RewardPeriodType
 
getPeriodOfTime(ZonedDateTime) - Method in enum class io.meeds.wallet.model.RewardPeriodType
 
getPermanentLink(Wallet) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getPermanentLink(Space) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getPrivateKeyByTypeAndId(String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet private key by identity type and remoteId
getPrivateKeyByTypeAndId(String, String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet private key by identity type and remoteId
getProviderId() - Method in enum class io.meeds.wallet.model.WalletType
 
getRemainingTokensToSend() - Method in class io.meeds.wallet.model.RewardReport
 
getReport(RewardPeriod) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Gets rewards report switch RewardPeriod
getResourceBundleKey(Locale, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getRewardAdministrators() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getRewardPeriod(RewardPeriodType, LocalDate) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Return the stored reward period associated to select period type and date
getRewardPeriodById(long) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Return the stored reward period by id
getRewardPeriodsInProgress() - Method in interface io.meeds.wallet.reward.service.RewardReportService
 
getRewardPeriodsNotSent() - Method in interface io.meeds.wallet.reward.service.RewardReportService
 
getRewardReport(LocalDate) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Retrieve a RewardReport corresponding to a period of time
getRewardReportByPeriodId(long) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Retrieve a RewardReport corresponding to a period identified by its id
getRewardSettingChanged() - Method in interface io.meeds.wallet.reward.service.RewardReportService
Gets isChanged data map for periods not sent
getRewardSettings() - Static method in class io.meeds.wallet.utils.RewardUtils
 
getService(ExoContainer, String) - Static method in class io.meeds.wallet.utils.RewardUtils
 
getSettings() - Method in interface io.meeds.wallet.reward.service.RewardSettingsService
 
getSettings() - Method in interface io.meeds.wallet.service.WalletService
Retrieves global stored settings used for all users.
getSettings() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getSpace(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getSpacePrettyName(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getSpaceService() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getStartDateFormatted(String) - Method in class io.meeds.wallet.model.RewardPeriod
 
getStatisticParameters(String, Object, Object...) - Method in interface io.meeds.wallet.statistic.ExoWalletStatisticService
Retrieve statistic log parameters
getStatus() - Method in class io.meeds.wallet.model.WalletReward
 
getSuccessTransactionCount() - Method in class io.meeds.wallet.model.RewardReport
 
getToken(HttpSession) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getTokenBalanceOf(String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Get token balance of a wallet address (on blockchain)
getTokensSent() - Method in class io.meeds.wallet.model.RewardReport
 
getTokensSent() - Method in class io.meeds.wallet.model.WalletReward
 
getTokensToSend() - Method in class io.meeds.wallet.model.RewardReport
 
getToStoreValue() - Method in class io.meeds.wallet.model.RewardTransaction
Determine the value to store on transactions list.
getTransactionByHash(String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getTransactionByHash(String, String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getTransactionEtherScanLink() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getTransactions(String, String, String, String, int, boolean, boolean, String) - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getTransactionsCount() - Method in class io.meeds.wallet.model.RewardReport
 
getTransactionStatistics(String, String, String, Locale) - Method in interface io.meeds.wallet.service.WalletTransactionService
Retrives the Transaction statistics of a user on a designated contract by period of time
getTransactionsToSend() - Method in interface io.meeds.wallet.service.WalletTransactionService
 
getType(String) - Static method in enum class io.meeds.wallet.model.WalletType
 
getUserLocale(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getUserSettings(String, String, boolean) - Method in interface io.meeds.wallet.service.WalletService
Retrieves user settings including global setting, network settings and contract detail.
getValidRewardCount() - Method in class io.meeds.wallet.model.RewardReport
 
getValidRewards() - Method in class io.meeds.wallet.model.RewardReport
 
getValueDecimal(int) - Method in class io.meeds.wallet.model.TransactionDetail
 
getWalletByAddress(String) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet by address
getWalletByAddress(String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet by address with blockchain state if current user can access wallet data
getWalletByIdentityId(long) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet details by identity technical id
getWalletByTypeAndId(String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet details by identity type and remoteId
getWalletByTypeAndId(String, String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet details by identity type and remoteId accessed by a user
getWalletLink(String, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
getWalletsCount() - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallets count
getWalletService() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getWalletTokenAdminService() - Static method in class io.meeds.wallet.utils.WalletUtils
 
getWebsocketURL() - Static method in class io.meeds.wallet.utils.WalletUtils
 
GlobalSettings - Class in io.meeds.wallet.model
 
GlobalSettings(GlobalSettings) - Constructor for class io.meeds.wallet.model.GlobalSettings
 
GWEI_TO_WEI_DECIMALS - Static variable in class io.meeds.wallet.utils.WalletUtils
 

H

hasErrorTransactions() - Method in class io.meeds.wallet.model.RewardReport
 
HASH - Static variable in class io.meeds.wallet.utils.WalletUtils
 
HASH_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
hashCode() - Method in class io.meeds.wallet.model.RewardTransaction
 
hasManagedWalletInTransaction(ContractTransactionEvent) - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Checks whether the Contract Transaction Topics contains a managed wallet
hasPendingTransactions() - Method in class io.meeds.wallet.model.RewardReport
 
hasSuccessTransactions() - Method in class io.meeds.wallet.model.RewardReport
 
hideWalletOwnerPrivateInformation(Wallet) - Static method in class io.meeds.wallet.utils.WalletUtils
 

I

id() - Element in annotation interface io.meeds.wallet.lock.Lock
 
increaseSendingAttemptCount() - Method in class io.meeds.wallet.model.TransactionDetail
 
INELIGIBLE - Enum constant in enum class io.meeds.wallet.model.WalletRewardStatus
 
INITIAL_FUNDS_KEY_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
InitialFundsSettings - Class in io.meeds.wallet.model
 
InitialFundsSettings() - Constructor for class io.meeds.wallet.model.InitialFundsSettings
 
INITIALIZED - Enum constant in enum class io.meeds.wallet.model.WalletState
 
INTERNAL_WALLET - Enum constant in enum class io.meeds.wallet.model.WalletProvider
 
io.meeds.wallet.lock - package io.meeds.wallet.lock
 
io.meeds.wallet.model - package io.meeds.wallet.model
 
io.meeds.wallet.plugin - package io.meeds.wallet.plugin
 
io.meeds.wallet.reward.service - package io.meeds.wallet.reward.service
 
io.meeds.wallet.service - package io.meeds.wallet.service
 
io.meeds.wallet.statistic - package io.meeds.wallet.statistic
 
io.meeds.wallet.utils - package io.meeds.wallet.utils
 
isAdmin() - Method in enum class io.meeds.wallet.model.WalletType
 
isAdmin(String) - Static method in enum class io.meeds.wallet.model.WalletType
 
isAdminAccount(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
isAdminAccountEnabled() - Method in interface io.meeds.wallet.service.WalletAccountService
 
isCompletelyProcessed() - Method in class io.meeds.wallet.model.RewardReport
 
isContract(String) - Method in interface io.meeds.wallet.service.WalletContractService
 
isEnabled() - Method in class io.meeds.wallet.model.WalletReward
 
isEnabled() - Method in interface io.meeds.wallet.service.WalletService
 
isFundRequestSent(String, String) - Method in interface io.meeds.wallet.service.WalletService
Get fund request status
isInitializedAccount(Wallet) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Checks whether the wallet is initialized or not (on blockchain)
isRewardSendingInProgress() - Method in interface io.meeds.wallet.reward.service.RewardReportService
 
isSpace() - Method in enum class io.meeds.wallet.model.WalletType
 
isSpace(String) - Static method in enum class io.meeds.wallet.model.WalletType
 
isUser() - Method in enum class io.meeds.wallet.model.WalletType
 
isUser(String) - Static method in enum class io.meeds.wallet.model.WalletType
 
isUserMemberOfGroupOrUser(String, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
isUserRewardingAdmin(String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
isUserSpaceManager(String, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
isUserSpaceMember(String, String) - Static method in class io.meeds.wallet.utils.WalletUtils
 
isWalletEmpty(Wallet) - Static method in class io.meeds.wallet.utils.WalletUtils
 
isWalletOwner(Wallet, String) - Method in interface io.meeds.wallet.service.WalletAccountService
 

J

JSON_GENERATOR - Static variable in class io.meeds.wallet.utils.WalletUtils
 
JSON_PARSER - Static variable in class io.meeds.wallet.utils.WalletUtils
 

K

KNOWN_TRANSACTION_REPLACED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 

L

LAST_BLOCK_NUMBER_KEY_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
listRewards(String, int) - Method in interface io.meeds.wallet.reward.service.RewardReportService
 
listWallets() - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieves the list registered wallets
listWalletsByIdentityIds(List<Long>) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieves the list registered wallets identified by identities list
local() - Element in annotation interface io.meeds.wallet.statistic.ExoWalletStatistic
 
LOCAL_SERVICE - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
Lock - Annotation Interface in io.meeds.wallet.lock
 
LockAspect - Class in io.meeds.wallet.lock
 
LockAspect() - Constructor for class io.meeds.wallet.lock.LockAspect
 
log - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
LOGIN_MESSAGE_ATTRIBUTE_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
logStatistics(TransactionDetail) - Static method in class io.meeds.wallet.utils.WalletUtils
 
logStatistics(String) - Static method in class io.meeds.wallet.statistic.StatisticUtils
 

M

markFundRequestAsSent(String, String) - Method in interface io.meeds.wallet.service.WalletService
Mark a fund request web notification as sent
MAX_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
MAX_PENDING_TRANSACTIONS_TO_SEND - Static variable in class io.meeds.wallet.utils.WalletUtils
 
MAX_SENDING_TRANSACTIONS_ATTEMPTS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
MESSAGE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
MESSAGE_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
METAMASK - Enum constant in enum class io.meeds.wallet.model.WalletProvider
 
MIN_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
MODIFIED - Enum constant in enum class io.meeds.wallet.model.WalletState
 
MODIFY_ADDRESS_ASSOCIATED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
MONTH - Enum constant in enum class io.meeds.wallet.model.RewardPeriodType
 

N

NAME - Static variable in class io.meeds.wallet.plugin.WalletAdminIdentityProvider
 
NETWORK_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
NETWORK_URL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
NETWORK_WS_URL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
NetworkSettings - Class in io.meeds.wallet.model
 
NetworkSettings() - Constructor for class io.meeds.wallet.model.NetworkSettings
 
NEW - Enum constant in enum class io.meeds.wallet.model.WalletState
 
NEW_ADDRESS_ASSOCIATED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
NEW_BLOCK_MINED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
NORMAL_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 

O

operation() - Element in annotation interface io.meeds.wallet.statistic.ExoWalletStatistic
 
OPERATION - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
OPERATION_GET_BLOCK - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_BLOCK_BY_HASH - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_BLOCK_BY_NUMBER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_ETHER_BALANCE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_FILTER_CHANGES - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_FILTER_LOGS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_GAS_PRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_LAST_BLOCK_NUMBER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_TRANSACTION - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_TRANSACTION_COUNT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_GET_TRANSACTION_RECEIPT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_NEW_FILTER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_READ_FROM_TOKEN - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_SEND_TRANSACTION - Static variable in class io.meeds.wallet.utils.WalletUtils
 
OPERATION_UNINSTALL_FILTER - Static variable in class io.meeds.wallet.utils.WalletUtils
 

P

PARAMETERS - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
parseRFC3339ToZonedDateTime(String, ZoneId) - Static method in class io.meeds.wallet.utils.RewardUtils
 
PENDING - Enum constant in enum class io.meeds.wallet.model.RewardStatus
 
PENDING - Enum constant in enum class io.meeds.wallet.model.WalletState
 
populateProfile(Profile, String) - Method in class io.meeds.wallet.plugin.WalletAdminIdentityProvider
 
PRINCIPAL_CONTRACT_ADMIN_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 

Q

QUARTER - Enum constant in enum class io.meeds.wallet.model.RewardPeriodType
 

R

Random - Static variable in class io.meeds.wallet.utils.WalletUtils
 
RECEIVER - Enum constant in enum class io.meeds.wallet.model.TransactionNotificationType
 
RECEIVER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
RECEIVER_ACCOUNT_DETAIL_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
RECEIVER_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
RECEIVER_TYPE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
RECEIVER_URL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
refreshTransactionFromBlockchain(String) - Method in interface io.meeds.wallet.service.BlockchainTransactionService
This will refresh transaction from blockchain.
refreshWalletFromBlockchain(Wallet, ContractDetail, Map<String, Set<String>>) - Method in interface io.meeds.wallet.service.WalletAccountService
Refreshes wallet state from blockchain
refreshWalletsFromBlockchain(Map<String, Set<String>>) - Method in interface io.meeds.wallet.service.WalletAccountService
Refreshes wallets from blockchain
REMOTE_SERVICE - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
removePrivateKeyByTypeAndId(String, String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Removes wallet private key by identity type and remoteId
removeWalletByAddress(String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Remove User or Space wallet address association
removeWalletByTypeAndId(String, String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Remove wallet address association by type and remote id
replaceRewardTransactions(String, String) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Replaces an old reward transaction hash to a new one, that had boosted the first one
requestFunds(FundsRequest, String) - Method in interface io.meeds.wallet.service.WalletService
Save funds request and send notifications
RESOURCE_BUNDLE_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
retrieveWalletBlockchainState(Wallet) - Method in interface io.meeds.wallet.service.WalletAccountService
Retrieve wallet state from internal database
retrieveWalletInformationFromBlockchain(Wallet, ContractDetail, Set<String>) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Retrieves wallet details from blockchain
reward(TransactionDetail, String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Send rewarded token amounts (on blockchain) to a receiver wallet address using 'Admin' wallet.
REWARD_CONTEXT - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_CONTEXT_NAME - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_END_PERIOD_DATE - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_END_PERIOD_DATE_FORMATTED - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_FAIL_COUNT - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_PENDING_COUNT - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_PERIOD_TYPE - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_REPORT_NOTIFICATION_PARAM - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_SCOPE - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_SCOPE_NAME - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_SETTINGS_KEY_NAME - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_START_PERIOD_DATE - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_START_PERIOD_DATE_FORMATTED - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_SUCCESS_COUNT - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_SUCCESS_EVENT_NAME - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_SUCCESS_NOTIFICATION_ID - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_TRANSACTION_COUNT - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_TRANSACTION_LABEL_KEY - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_TRANSACTION_NO_POOL_MESSAGE_KEY - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_TRANSACTION_WITH_POOL_MESSAGE_KEY - Static variable in class io.meeds.wallet.utils.RewardUtils
 
REWARD_VALID_MEMBERS_COUNT - Static variable in class io.meeds.wallet.utils.RewardUtils
 
RewardBudgetType - Enum Class in io.meeds.wallet.model
 
REWARDINGS_GROUP - Static variable in class io.meeds.wallet.utils.WalletUtils
 
RewardPeriod - Class in io.meeds.wallet.model
 
RewardPeriod(RewardPeriodType) - Constructor for class io.meeds.wallet.model.RewardPeriod
 
RewardPeriod(RewardPeriodType, String, long, long) - Constructor for class io.meeds.wallet.model.RewardPeriod
 
RewardPeriodType - Enum Class in io.meeds.wallet.model
 
RewardPeriodWithFullDate - Class in io.meeds.wallet.model
 
RewardPeriodWithFullDate(RewardPeriod) - Constructor for class io.meeds.wallet.model.RewardPeriodWithFullDate
 
RewardPluginSettings - Class in io.meeds.wallet.model
 
RewardPluginSettings() - Constructor for class io.meeds.wallet.model.RewardPluginSettings
 
RewardReport - Class in io.meeds.wallet.model
 
RewardReport() - Constructor for class io.meeds.wallet.model.RewardReport
 
RewardReportService - Interface in io.meeds.wallet.reward.service
A storage service to save/load reward settings
RewardSettings - Class in io.meeds.wallet.model
 
RewardSettings() - Constructor for class io.meeds.wallet.model.RewardSettings
 
RewardSettingsService - Interface in io.meeds.wallet.reward.service
A storage service to save/load reward transactions
RewardStatus - Enum Class in io.meeds.wallet.model
 
RewardTeam - Class in io.meeds.wallet.model
 
RewardTeam() - Constructor for class io.meeds.wallet.model.RewardTeam
 
RewardTeamMember - Class in io.meeds.wallet.model
 
RewardTeamMember() - Constructor for class io.meeds.wallet.model.RewardTeamMember
 
RewardTransaction - Class in io.meeds.wallet.model
 
RewardTransaction() - Constructor for class io.meeds.wallet.model.RewardTransaction
 
RewardUtils - Class in io.meeds.wallet.utils
 
RFC_3339_FORMATTER - Static variable in class io.meeds.wallet.utils.RewardUtils
 

S

saveContractDetail(ContractDetail) - Method in interface io.meeds.wallet.service.WalletContractService
Save a new contract details
saveInitialFundsSettings(InitialFundsSettings) - Method in interface io.meeds.wallet.service.WalletService
Save initial funds
saveLastWatchedBlockNumber(long) - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Saves last watched block number
saveOrDeleteAddressLabel(WalletAddressLabel, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Saves label if label is not empty else, delete it
savePrivateKeyByTypeAndId(String, String, String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Save wallet private key for a wallet identified by identity type and remoteId
saveRewardReport(RewardReport) - Method in interface io.meeds.wallet.reward.service.RewardReportService
 
saveSettings(RewardSettings) - Method in interface io.meeds.wallet.reward.service.RewardSettingsService
Save reward settings
saveTransactionDetail(TransactionDetail, boolean) - Method in interface io.meeds.wallet.service.WalletTransactionService
Save transaction details in database
saveTransactionDetail(TransactionDetail, String) - Method in interface io.meeds.wallet.service.WalletTransactionService
Save transaction details in database
saveUserPreferences(String, WalletSettings) - Method in interface io.meeds.wallet.service.WalletService
Save user preferences of Wallet
saveWallet(Wallet, boolean) - Method in interface io.meeds.wallet.service.WalletAccountService
Save wallet instance in internal database
saveWalletAddress(Wallet, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Save wallet address to currentUser or to a space managed by current user
saveWalletBackupState(String, long, boolean) - Method in interface io.meeds.wallet.service.WalletAccountService
Change wallet backup state
saveWalletBlockchainState(Wallet, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Save wallet state on blockchain
SCOPE_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
SENDER - Enum constant in enum class io.meeds.wallet.model.TransactionNotificationType
 
SENDER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
SENDER_ACCOUNT_DETAIL_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
SENDER_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
SENDER_URL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
sendEther(TransactionDetail, String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Send ether (on blockchain) to a receiver wallet address using 'Admin' wallet.
sendPendingTransactionsToBlockchain() - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Sends raw transactions to blockchain
sendRewards(LocalDate, String) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Send rewards transactions
sendToken(TransactionDetail, String) - Method in interface io.meeds.wallet.service.WalletTokenAdminService
Send token (on blockchain) to a receiver wallet address using 'Admin' wallet.
service() - Element in annotation interface io.meeds.wallet.statistic.ExoWalletStatistic
 
setConfiguredContractDetail(ContractDetail) - Method in interface io.meeds.wallet.service.WalletService
Sets contract detail object in global settings
setContractAmountDecimal(BigInteger, int) - Method in class io.meeds.wallet.model.TransactionDetail
 
setGasPrice(double) - Method in interface io.meeds.wallet.service.WalletService
Sets gas price from blockchain network
setInitializationStatus(String, WalletState) - Method in interface io.meeds.wallet.service.WalletAccountService
Change wallet initialization status
setInitializationStatus(String, WalletState, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Change wallet initialization status
setRewardSettingChanged(Map<Long, Boolean>) - Method in interface io.meeds.wallet.reward.service.RewardReportService
Set isChanged data map for periods not sent
SETTINGS_KEY_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
setValueDecimal(BigInteger, int) - Method in class io.meeds.wallet.model.TransactionDetail
 
SIMPLE_CHARS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
SPACE - Enum constant in enum class io.meeds.wallet.model.WalletType
 
startWatchingBlockchain() - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Renew subscription to listen to new transactions from Blockchain
StatisticUtils - Class in io.meeds.wallet.statistic
 
STATUS - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
STATUS_CODE - Static variable in class io.meeds.wallet.statistic.StatisticUtils
 
stopWatchingBlockchain() - Method in interface io.meeds.wallet.service.BlockchainTransactionService
Stop subscription to listen on Blockchain
SUCCESS - Enum constant in enum class io.meeds.wallet.model.RewardStatus
 
switchToInternalWallet(long) - Method in interface io.meeds.wallet.service.WalletAccountService
Switches the selected identity to internal wallet signer and changes the address
switchWalletProvider(long, WalletProvider, String, String, String) - Method in interface io.meeds.wallet.service.WalletAccountService
Switches the provider of selected identity and changes the address
SYMBOL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
SYMBOL_PARAMETER - Static variable in class io.meeds.wallet.utils.WalletUtils
 

T

timeFromSeconds(long, ZoneId) - Static method in class io.meeds.wallet.utils.RewardUtils
 
timeToSecondsAtDayStart(LocalDate, ZoneId) - Static method in class io.meeds.wallet.utils.RewardUtils
 
timeUnit() - Element in annotation interface io.meeds.wallet.lock.Lock
 
toJsonString(Object) - Static method in class io.meeds.wallet.utils.WalletUtils
 
TOKEN_ADDRESS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TOKEN_FUNC_DEPOSIT_FUNDS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TOKEN_FUNC_INITIALIZEACCOUNT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TOKEN_FUNC_SETSELLPRICE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TOKEN_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_CREATED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_EFFECTIVELY_SENT_CODE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_MINED_AND_UPDATED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_MINED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_MODIFIED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_PENDING_MAX_DAYS - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_SENT_TO_BLOCKCHAIN_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
TRANSACTION_STATUS_FAILED - Static variable in class io.meeds.wallet.utils.RewardUtils
 
TRANSACTION_STATUS_PENDING - Static variable in class io.meeds.wallet.utils.RewardUtils
 
TRANSACTION_STATUS_SUCCESS - Static variable in class io.meeds.wallet.utils.RewardUtils
 
TransactionDetail - Class in io.meeds.wallet.model
 
TransactionDetail() - Constructor for class io.meeds.wallet.model.TransactionDetail
 
TransactionNotificationType - Enum Class in io.meeds.wallet.model
 
TransactionStatistics - Class in io.meeds.wallet.model
 
TransactionStatistics() - Constructor for class io.meeds.wallet.model.TransactionStatistics
 
transactionToMap(TransactionDetail) - Static method in class io.meeds.wallet.utils.WalletUtils
 
transformCapitalWithUnderscore(String) - Static method in class io.meeds.wallet.statistic.StatisticUtils
 

U

USER - Enum constant in enum class io.meeds.wallet.model.WalletType
 
USER - Static variable in class io.meeds.wallet.utils.WalletUtils
 
USER_URL - Static variable in class io.meeds.wallet.utils.WalletUtils
 
UserSettings - Class in io.meeds.wallet.model
 
UserSettings(GlobalSettings) - Constructor for class io.meeds.wallet.model.UserSettings
 

V

VALID - Enum constant in enum class io.meeds.wallet.model.WalletRewardStatus
 
valueOf(String) - Static method in enum class io.meeds.wallet.model.RewardBudgetType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.RewardPeriodType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.RewardStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.TransactionNotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.WalletProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.WalletRewardStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.WalletState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.meeds.wallet.model.WalletType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.meeds.wallet.model.RewardBudgetType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.RewardPeriodType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.RewardStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.TransactionNotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.WalletProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.WalletRewardStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.WalletState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.meeds.wallet.model.WalletType
Returns an array containing the constants of this enum class, in the order they are declared.

W

Wallet - Class in io.meeds.wallet.model
 
Wallet() - Constructor for class io.meeds.wallet.model.Wallet
 
WALLET_ADMIN_REMOTE_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_BROWSER_PHRASE_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_CONTEXT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_DELETED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_DISABLED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_ENABLED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_INITIALIZATION_MODIFICATION_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_INITIALIZED_SETTING_PARAM - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_MODIFIED_EVENT - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_RECEIVER_NOTIFICATION_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_SCOPE - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_SENDER_NOTIFICATION_ID - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WALLET_USER_TRANSACTION_NAME - Static variable in class io.meeds.wallet.utils.WalletUtils
 
WalletAccountService - Interface in io.meeds.wallet.service
A service to manage wallets of different types: user, space, admin
WalletAddressLabel - Class in io.meeds.wallet.model
 
WalletAddressLabel() - Constructor for class io.meeds.wallet.model.WalletAddressLabel
 
WalletAdminIdentityProvider - Class in io.meeds.wallet.plugin
 
WalletAdminIdentityProvider() - Constructor for class io.meeds.wallet.plugin.WalletAdminIdentityProvider
 
WalletCacheKey - Class in io.meeds.wallet.model
 
WalletCacheKey(long) - Constructor for class io.meeds.wallet.model.WalletCacheKey
 
WalletCacheKey(String) - Constructor for class io.meeds.wallet.model.WalletCacheKey
 
WalletContractService - Interface in io.meeds.wallet.service
Manages token contract properties
WalletPluginReward - Class in io.meeds.wallet.model
 
WalletPluginReward() - Constructor for class io.meeds.wallet.model.WalletPluginReward
 
WalletProvider - Enum Class in io.meeds.wallet.model
 
WalletReward - Class in io.meeds.wallet.model
 
WalletReward() - Constructor for class io.meeds.wallet.model.WalletReward
 
WalletRewardPeriodSummary - Class in io.meeds.wallet.model
 
WalletRewardPeriodSummary() - Constructor for class io.meeds.wallet.model.WalletRewardPeriodSummary
 
WalletRewardStatus - Enum Class in io.meeds.wallet.model
 
WalletService - Interface in io.meeds.wallet.service
A storage service to save/load information used by users and spaces wallets
WalletSettings - Class in io.meeds.wallet.model
 
WalletSettings() - Constructor for class io.meeds.wallet.model.WalletSettings
 
WalletState - Enum Class in io.meeds.wallet.model
 
WalletTokenAdminService - Interface in io.meeds.wallet.service
Communicates with blockchain to send transactions and retrieve information using admin wallet
WalletTransactionService - Interface in io.meeds.wallet.service
Manage stored transaction details in eXo internal datasource
WalletType - Enum Class in io.meeds.wallet.model
 
WalletUtils - Class in io.meeds.wallet.utils
Utils class to provide common tools and constants
WebSocketMessage - Class in io.meeds.wallet.model
 
WebSocketMessage(String, Object...) - Constructor for class io.meeds.wallet.model.WebSocketMessage
 
WEEK - Enum constant in enum class io.meeds.wallet.model.RewardPeriodType
 

Z

zoneId() - Method in class io.meeds.wallet.model.RewardPeriod
 
zoneId() - Method in class io.meeds.wallet.model.RewardSettings
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form