Uses of Class
net.anotheria.portalkit.services.accountarchive.persistence.ArchivedAccountPersistenceServiceException
Packages that use ArchivedAccountPersistenceServiceException
Package
Description
-
Uses of ArchivedAccountPersistenceServiceException in net.anotheria.portalkit.services.accountarchive
Constructors in net.anotheria.portalkit.services.accountarchive with parameters of type ArchivedAccountPersistenceServiceExceptionModifierConstructorDescription -
Uses of ArchivedAccountPersistenceServiceException in net.anotheria.portalkit.services.accountarchive.persistence
Methods in net.anotheria.portalkit.services.accountarchive.persistence that throw ArchivedAccountPersistenceServiceExceptionModifier and TypeMethodDescriptionvoidAccountArchivePersistenceService.deleteAccount(net.anotheria.portalkit.services.common.AccountId id) Deletes the account with submitted id.AccountArchivePersistenceService.getAccount(net.anotheria.portalkit.services.common.AccountId id) Returns the account with that account id.AccountArchivePersistenceService.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> identities) Returns the list ofAccountIdwith specified identities.AccountArchivePersistenceService.getAccountsByQuery(ArchivedAccountQuery query) Get accounts by query.List<net.anotheria.portalkit.services.common.AccountId> AccountArchivePersistenceService.getAccountsByType(int id) Collection<net.anotheria.portalkit.services.common.AccountId> AccountArchivePersistenceService.getAllAccountIds()Get all account id's.AccountArchivePersistenceService.getAllAccounts()AccountArchivePersistenceService.getCustomNote(net.anotheria.portalkit.services.common.AccountId id) Returns the custom note of the account with the given id.net.anotheria.portalkit.services.common.AccountIdAccountArchivePersistenceService.getIdByEmail(String email) Returns the id of the account with the given email.net.anotheria.portalkit.services.common.AccountIdAccountArchivePersistenceService.getIdByName(String name) Returns the id of the account with the given name.voidAccountArchivePersistenceService.saveAccount(ArchivedAccount account) Saves the account.voidAccountArchivePersistenceService.saveCustomNote(net.anotheria.portalkit.services.common.AccountId id, String customNote) Save custom note. -
Uses of ArchivedAccountPersistenceServiceException in net.anotheria.portalkit.services.accountarchive.persistence.jdbc
Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc that throw ArchivedAccountPersistenceServiceExceptionModifier and TypeMethodDescriptionvoidJdbcAccountArchivePersistenceServiceImpl.deleteAccount(net.anotheria.portalkit.services.common.AccountId id) JdbcAccountArchivePersistenceServiceImpl.getAccount(net.anotheria.portalkit.services.common.AccountId id) JdbcAccountArchivePersistenceServiceImpl.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> identities) JdbcAccountArchivePersistenceServiceImpl.getAccountsByQuery(ArchivedAccountQuery query) List<net.anotheria.portalkit.services.common.AccountId> JdbcAccountArchivePersistenceServiceImpl.getAccountsByType(int type) Collection<net.anotheria.portalkit.services.common.AccountId> JdbcAccountArchivePersistenceServiceImpl.getAllAccountIds()JdbcAccountArchivePersistenceServiceImpl.getAllAccounts()JdbcAccountArchivePersistenceServiceImpl.getCustomNote(net.anotheria.portalkit.services.common.AccountId id) net.anotheria.portalkit.services.common.AccountIdJdbcAccountArchivePersistenceServiceImpl.getIdByEmail(String email) net.anotheria.portalkit.services.common.AccountIdJdbcAccountArchivePersistenceServiceImpl.getIdByName(String name) voidJdbcAccountArchivePersistenceServiceImpl.saveAccount(ArchivedAccount account) voidJdbcAccountArchivePersistenceServiceImpl.saveCustomNote(net.anotheria.portalkit.services.common.AccountId id, String customNote)