Uses of Class
net.anotheria.portalkit.services.accountarchive.AccountArchiveServiceException
Packages that use AccountArchiveServiceException
Package
Description
-
Uses of AccountArchiveServiceException in net.anotheria.portalkit.services.accountarchive
Methods in net.anotheria.portalkit.services.accountarchive that throw AccountArchiveServiceExceptionModifier and TypeMethodDescriptionAccountArchiveService.createAccount(ArchivedAccount toUpdate) Creates a new archived account.AccountArchiveServiceImpl.createAccount(ArchivedAccount toUpdate) voidAccountArchiveService.deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId) Deletes archived account from database.voidAccountArchiveServiceImpl.deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId) voidAccountArchiveService.deleteAccountsByEmail(String pattern) Deletes archived accounts from database whose emails match pattern.voidAccountArchiveServiceImpl.deleteAccountsByEmail(String pattern) AccountArchiveService.getAccount(net.anotheria.portalkit.services.common.AccountId accountId) Returns an account by it's id.AccountArchiveServiceImpl.getAccount(net.anotheria.portalkit.services.common.AccountId accountId) AccountArchiveService.getAccountByEmail(String email) AccountArchiveServiceImpl.getAccountByEmail(String email) AccountArchiveService.getAccountByName(String name) AccountArchiveServiceImpl.getAccountByName(String name) AccountArchiveService.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId) Returns a list of archived accounts for given list of identities.AccountArchiveServiceImpl.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountIds) AccountArchiveService.getAccountsByQuery(ArchivedAccountQuery query) AccountArchiveServiceImpl.getAccountsByQuery(ArchivedAccountQuery query) AccountArchiveService.getAllAccounts()AccountArchiveServiceImpl.getAllAccounts()AccountArchiveService.getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId) Get custom note by account id.AccountArchiveServiceImpl.getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId) voidAccountArchiveService.saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote) Save custom note by account id.voidAccountArchiveServiceImpl.saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote) voidAccountArchiveService.updateAccount(ArchivedAccount toUpdate) Updates acrchived account.voidAccountArchiveServiceImpl.updateAccount(ArchivedAccount toUpdate) -
Uses of AccountArchiveServiceException in net.anotheria.portalkit.services.accountarchive.generated
Methods in net.anotheria.portalkit.services.accountarchive.generated that throw AccountArchiveServiceExceptionModifier and TypeMethodDescriptionRemoteAccountArchiveService.createAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.createAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.createAccount(ArchivedAccount toUpdate) RemoteAccountArchiveService.deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) voidRemoteAccountArchiveServiceStub.deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId) RemoteAccountArchiveService.deleteAccountsByEmail(String pattern, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.deleteAccountsByEmail(String pattern, Map<?, ?> __transportableCallContext) voidRemoteAccountArchiveServiceStub.deleteAccountsByEmail(String pattern) RemoteAccountArchiveService.getAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getAccount(net.anotheria.portalkit.services.common.AccountId accountId) RemoteAccountArchiveService.getAccountByEmail(String email, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getAccountByEmail(String email, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getAccountByEmail(String email) RemoteAccountArchiveService.getAccountByName(String name, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getAccountByName(String name, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getAccountByName(String name) RemoteAccountArchiveService.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId) RemoteAccountArchiveService.getAccountsByQuery(ArchivedAccountQuery query, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getAccountsByQuery(ArchivedAccountQuery query, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getAccountsByQuery(ArchivedAccountQuery query) RemoteAccountArchiveService.getAllAccounts(Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getAllAccounts(Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getAllAccounts()RemoteAccountArchiveService.getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId) RemoteAccountArchiveService.saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote, Map<?, ?> __transportableCallContext) voidRemoteAccountArchiveServiceStub.saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote) RemoteAccountArchiveService.updateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.updateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) voidRemoteAccountArchiveServiceStub.updateAccount(ArchivedAccount toUpdate)