| Package | Description |
|---|---|
| net.anotheria.portalkit.services.accountarchive | |
| net.anotheria.portalkit.services.accountarchive.generated |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedAccountNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
ArchivedAccount |
AccountArchiveServiceImpl.createAccount(ArchivedAccount toUpdate) |
ArchivedAccount |
AccountArchiveService.createAccount(ArchivedAccount toUpdate)
Creates a new archived account.
|
void |
AccountArchiveServiceImpl.deleteAccount(AccountId accountId) |
void |
AccountArchiveService.deleteAccount(AccountId accountId)
Deletes archived account from database.
|
void |
AccountArchiveServiceImpl.deleteAccountsByEmail(java.lang.String pattern) |
void |
AccountArchiveService.deleteAccountsByEmail(java.lang.String pattern)
Deletes archived accounts from database whose emails match pattern.
|
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) |
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() |
java.lang.String |
AccountArchiveServiceImpl.getCustomNote(AccountId accountId) |
java.lang.String |
AccountArchiveService.getCustomNote(AccountId accountId)
Get custom note by account id.
|
void |
AccountArchiveServiceImpl.saveCustomNote(AccountId accountId,
java.lang.String customNote) |
void |
AccountArchiveService.saveCustomNote(AccountId accountId,
java.lang.String customNote)
Save custom note by account id.
|
void |
AccountArchiveServiceImpl.updateAccount(ArchivedAccount toUpdate) |
void |
AccountArchiveService.updateAccount(ArchivedAccount toUpdate)
Updates acrchived account.
|
| 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.deleteAccount(AccountId accountId) |
java.util.List |
RemoteAccountArchiveService.deleteAccount(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.deleteAccount(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
void |
RemoteAccountArchiveServiceStub.deleteAccountsByEmail(java.lang.String pattern) |
java.util.List |
RemoteAccountArchiveService.deleteAccountsByEmail(java.lang.String pattern,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.deleteAccountsByEmail(java.lang.String pattern,
java.util.Map<?,?> __transportableCallContext) |
ArchivedAccount |
RemoteAccountArchiveServiceStub.getAccount(AccountId accountId) |
java.util.List |
RemoteAccountArchiveService.getAccount(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getAccount(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
ArchivedAccount |
RemoteAccountArchiveServiceStub.getAccountByEmail(java.lang.String email) |
java.util.List |
RemoteAccountArchiveService.getAccountByEmail(java.lang.String email,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getAccountByEmail(java.lang.String email,
java.util.Map<?,?> __transportableCallContext) |
ArchivedAccount |
RemoteAccountArchiveServiceStub.getAccountByName(java.lang.String name) |
java.util.List |
RemoteAccountArchiveService.getAccountByName(java.lang.String name,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getAccountByName(java.lang.String name,
java.util.Map<?,?> __transportableCallContext) |
java.util.List<ArchivedAccount> |
RemoteAccountArchiveServiceStub.getAccounts(java.util.List<AccountId> accountId) |
java.util.List |
RemoteAccountArchiveService.getAccounts(java.util.List<AccountId> accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getAccounts(java.util.List<AccountId> accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List<ArchivedAccount> |
RemoteAccountArchiveServiceStub.getAccountsByQuery(ArchivedAccountQuery query) |
java.util.List |
RemoteAccountArchiveService.getAccountsByQuery(ArchivedAccountQuery query,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getAccountsByQuery(ArchivedAccountQuery query,
java.util.Map<?,?> __transportableCallContext) |
java.util.List<ArchivedAccount> |
RemoteAccountArchiveServiceStub.getAllAccounts() |
java.util.List |
RemoteAccountArchiveService.getAllAccounts(java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getAllAccounts(java.util.Map<?,?> __transportableCallContext) |
java.lang.String |
RemoteAccountArchiveServiceStub.getCustomNote(AccountId accountId) |
java.util.List |
RemoteAccountArchiveService.getCustomNote(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.getCustomNote(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
void |
RemoteAccountArchiveServiceStub.saveCustomNote(AccountId accountId,
java.lang.String customNote) |
java.util.List |
RemoteAccountArchiveService.saveCustomNote(AccountId accountId,
java.lang.String customNote,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
RemoteAccountArchiveServiceSkeleton.saveCustomNote(AccountId accountId,
java.lang.String customNote,
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) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.