| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
AccountArchiveServiceImpl.createAccount(ArchivedAccount toUpdate) |
ArchivedAccount |
AccountArchiveService.createAccount(ArchivedAccount toUpdate)
Creates a new archived account.
|
ArchivedAccount |
AccountArchiveServiceImpl.getAccount(AccountId accountId) |
ArchivedAccount |
AccountArchiveService.getAccount(AccountId accountId)
Returns an account by it's id.
|
ArchivedAccount |
AccountArchiveServiceImpl.getAccountByEmail(java.lang.String email) |
ArchivedAccount |
AccountArchiveService.getAccountByEmail(java.lang.String email) |
ArchivedAccount |
AccountArchiveServiceImpl.getAccountByName(java.lang.String name) |
ArchivedAccount |
AccountArchiveService.getAccountByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArchivedAccount> |
AccountArchiveServiceImpl.getAccounts(java.util.List<AccountId> accountIds) |
java.util.List<ArchivedAccount> |
AccountArchiveService.getAccounts(java.util.List<AccountId> accountId)
Returns a list of archived accounts for given list of identities.
|
java.util.List<ArchivedAccount> |
AccountArchiveServiceImpl.getAccountsByQuery(ArchivedAccountQuery query) |
java.util.List<ArchivedAccount> |
AccountArchiveService.getAccountsByQuery(ArchivedAccountQuery query) |
java.util.List<ArchivedAccount> |
AccountArchiveServiceImpl.getAllAccounts() |
java.util.List<ArchivedAccount> |
AccountArchiveService.getAllAccounts() |
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
AccountArchiveServiceImpl.createAccount(ArchivedAccount toUpdate) |
ArchivedAccount |
AccountArchiveService.createAccount(ArchivedAccount toUpdate)
Creates a new archived account.
|
void |
AccountArchiveServiceImpl.updateAccount(ArchivedAccount toUpdate) |
void |
AccountArchiveService.updateAccount(ArchivedAccount toUpdate)
Updates acrchived account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountArchiveServiceEventSupplier.accountCreated(ArchivedAccount archivedAccount) |
void |
AccountArchiveServiceEventSupplier.accountDeleted(ArchivedAccount archivedAccount) |
void |
AccountArchiveServiceEventSupplier.accountUpdated(ArchivedAccount beforeUpdate,
ArchivedAccount afterUpdate) |
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
ArchivedAccountEventData.getAccount() |
ArchivedAccount |
ArchivedAccountUpdateEventData.getAfterUpdate() |
ArchivedAccount |
ArchivedAccountUpdateEventData.getBeforeUpdate() |
| Constructor and Description |
|---|
ArchivedAccountEventData(AccountArchiveServiceOperationType operationType,
ArchivedAccount account) |
ArchivedAccountUpdateEventData(ArchivedAccount beforeUpdate,
ArchivedAccount afterUpdate) |
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
RemoteAccountArchiveServiceStub.createAccount(ArchivedAccount toUpdate) |
ArchivedAccount |
RemoteAccountArchiveServiceStub.getAccount(AccountId accountId) |
ArchivedAccount |
RemoteAccountArchiveServiceStub.getAccountByEmail(java.lang.String email) |
ArchivedAccount |
RemoteAccountArchiveServiceStub.getAccountByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArchivedAccount> |
RemoteAccountArchiveServiceStub.getAccounts(java.util.List<AccountId> accountId) |
java.util.List<ArchivedAccount> |
RemoteAccountArchiveServiceStub.getAccountsByQuery(ArchivedAccountQuery query) |
java.util.List<ArchivedAccount> |
RemoteAccountArchiveServiceStub.getAllAccounts() |
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
RemoteAccountArchiveServiceStub.createAccount(ArchivedAccount toUpdate) |
java.util.List |
RemoteAccountArchiveService.createAccount(ArchivedAccount toUpdate,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.createAccount(ArchivedAccount toUpdate,
java.util.Map<?,?> __transportableCallContext) |
void |
RemoteAccountArchiveServiceStub.updateAccount(ArchivedAccount toUpdate) |
java.util.List |
RemoteAccountArchiveService.updateAccount(ArchivedAccount toUpdate,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.updateAccount(ArchivedAccount toUpdate,
java.util.Map<?,?> __transportableCallContext) |
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
AccountArchivePersistenceService.getAccount(AccountId id)
Returns the account with that account id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArchivedAccount> |
AccountArchivePersistenceService.getAccounts(java.util.List<AccountId> identities)
Returns the list of
AccountId with specified identities. |
java.util.List<ArchivedAccount> |
AccountArchivePersistenceService.getAccountsByQuery(ArchivedAccountQuery query)
Get accounts by query.
|
java.util.List<ArchivedAccount> |
AccountArchivePersistenceService.getAllAccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountArchivePersistenceService.saveAccount(ArchivedAccount account)
Saves the account.
|
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
JdbcAccountArchivePersistenceServiceImpl.getAccount(AccountId id) |
ArchivedAccount |
AccountArchiveDAO.getAccount(java.sql.Connection connection,
AccountId id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArchivedAccount> |
AccountArchiveDAO.getAccounts(java.sql.Connection connection,
java.util.List<AccountId> accountIdList) |
java.util.List<ArchivedAccount> |
JdbcAccountArchivePersistenceServiceImpl.getAccounts(java.util.List<AccountId> identities) |
java.util.List<ArchivedAccount> |
JdbcAccountArchivePersistenceServiceImpl.getAccountsByQuery(ArchivedAccountQuery query) |
java.util.List<ArchivedAccount> |
AccountArchiveDAO.getAccountsByQuery(java.sql.Connection connection,
ArchivedAccountQuery query) |
java.util.List<ArchivedAccount> |
JdbcAccountArchivePersistenceServiceImpl.getAllAccounts() |
java.util.List<ArchivedAccount> |
AccountArchiveDAO.getAllAccounts(java.sql.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AccountArchiveDAO.createAccount(java.sql.Connection connection,
ArchivedAccount account) |
void |
JdbcAccountArchivePersistenceServiceImpl.saveAccount(ArchivedAccount account) |
void |
AccountArchiveDAO.saveAccount(java.sql.Connection connection,
ArchivedAccount account) |
protected boolean |
AccountArchiveDAO.updateAccount(java.sql.Connection connection,
ArchivedAccount account) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.