public class WalletTaskStorage extends Object
| Constructor and Description |
|---|
WalletTaskStorage(WalletTaskDAO walletTaskDAO) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.exoplatform.addon.ethereum.wallet.task.model.WalletAdminTask> |
getTasksByType(String taskType) |
Set<org.exoplatform.addon.ethereum.wallet.task.model.WalletAdminTask> |
listTasks(long identityId) |
void |
markCompleted(long taskId) |
void |
save(org.exoplatform.addon.ethereum.wallet.task.model.WalletAdminTask task,
long assigneeIdentityId) |
public WalletTaskStorage(WalletTaskDAO walletTaskDAO)
public Set<org.exoplatform.addon.ethereum.wallet.task.model.WalletAdminTask> listTasks(long identityId)
public void save(org.exoplatform.addon.ethereum.wallet.task.model.WalletAdminTask task,
long assigneeIdentityId)
public Set<org.exoplatform.addon.ethereum.wallet.task.model.WalletAdminTask> getTasksByType(String taskType)
public void markCompleted(long taskId)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.