| Constructor and Description |
|---|
AccountArchiveServiceException(ArchivedAccountPersistenceServiceException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountArchivePersistenceService.deleteAccount(AccountId id)
Deletes the account with submitted id.
|
ArchivedAccount |
AccountArchivePersistenceService.getAccount(AccountId id)
Returns the account with that account id.
|
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<AccountId> |
AccountArchivePersistenceService.getAccountsByType(int id) |
java.util.Collection<AccountId> |
AccountArchivePersistenceService.getAllAccountIds()
Get all account id's.
|
java.util.List<ArchivedAccount> |
AccountArchivePersistenceService.getAllAccounts() |
java.lang.String |
AccountArchivePersistenceService.getCustomNote(AccountId id)
Returns the custom note of the account with the given id.
|
AccountId |
AccountArchivePersistenceService.getIdByEmail(java.lang.String email)
Returns the id of the account with the given email.
|
AccountId |
AccountArchivePersistenceService.getIdByName(java.lang.String name)
Returns the id of the account with the given name.
|
void |
AccountArchivePersistenceService.saveAccount(ArchivedAccount account)
Saves the account.
|
void |
AccountArchivePersistenceService.saveCustomNote(AccountId id,
java.lang.String customNote)
Save custom note.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcAccountArchivePersistenceServiceImpl.deleteAccount(AccountId id) |
ArchivedAccount |
JdbcAccountArchivePersistenceServiceImpl.getAccount(AccountId id) |
java.util.List<ArchivedAccount> |
JdbcAccountArchivePersistenceServiceImpl.getAccounts(java.util.List<AccountId> identities) |
java.util.List<ArchivedAccount> |
JdbcAccountArchivePersistenceServiceImpl.getAccountsByQuery(ArchivedAccountQuery query) |
java.util.List<AccountId> |
JdbcAccountArchivePersistenceServiceImpl.getAccountsByType(int type) |
java.util.Collection<AccountId> |
JdbcAccountArchivePersistenceServiceImpl.getAllAccountIds() |
java.util.List<ArchivedAccount> |
JdbcAccountArchivePersistenceServiceImpl.getAllAccounts() |
java.lang.String |
JdbcAccountArchivePersistenceServiceImpl.getCustomNote(AccountId id) |
AccountId |
JdbcAccountArchivePersistenceServiceImpl.getIdByEmail(java.lang.String email) |
AccountId |
JdbcAccountArchivePersistenceServiceImpl.getIdByName(java.lang.String name) |
void |
JdbcAccountArchivePersistenceServiceImpl.saveAccount(ArchivedAccount account) |
void |
JdbcAccountArchivePersistenceServiceImpl.saveCustomNote(AccountId id,
java.lang.String customNote) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.