public class AccountServiceCouch extends java.lang.Object implements AccountService
| Constructor and Description |
|---|
AccountServiceCouch(org.tiogasolutions.push.kernel.accounts.AccountStore accountStore,
AccountOperationDelegate accountDelegate) |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.push.kernel.accounts.Account |
execute(org.tiogasolutions.push.kernel.accounts.queries.AccountQuery query) |
org.tiogasolutions.push.kernel.accounts.Account |
execute(AccountRequest purchaseRequest) |
public AccountServiceCouch(org.tiogasolutions.push.kernel.accounts.AccountStore accountStore,
AccountOperationDelegate accountDelegate)
public org.tiogasolutions.push.kernel.accounts.Account execute(AccountRequest purchaseRequest)
execute in interface AccountServicepublic org.tiogasolutions.push.kernel.accounts.Account execute(org.tiogasolutions.push.kernel.accounts.queries.AccountQuery query)
execute in interface AccountService