Uses of Class
net.anotheria.portalkit.services.accountarchive.ArchivedAccount
Packages that use ArchivedAccount
Package
Description
-
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive
Methods in net.anotheria.portalkit.services.accountarchive that return ArchivedAccountModifier and TypeMethodDescriptionAccountArchiveService.createAccount(ArchivedAccount toUpdate) Creates a new archived account.AccountArchiveServiceImpl.createAccount(ArchivedAccount toUpdate) 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) Methods in net.anotheria.portalkit.services.accountarchive that return types with arguments of type ArchivedAccountModifier and TypeMethodDescriptionAccountArchiveService.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()Methods in net.anotheria.portalkit.services.accountarchive with parameters of type ArchivedAccountModifier and TypeMethodDescriptionAccountArchiveService.createAccount(ArchivedAccount toUpdate) Creates a new archived account.AccountArchiveServiceImpl.createAccount(ArchivedAccount toUpdate) voidAccountArchiveService.updateAccount(ArchivedAccount toUpdate) Updates acrchived account.voidAccountArchiveServiceImpl.updateAccount(ArchivedAccount toUpdate) -
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive.event
Methods in net.anotheria.portalkit.services.accountarchive.event with parameters of type ArchivedAccountModifier and TypeMethodDescriptionvoidAccountArchiveServiceEventSupplier.accountCreated(ArchivedAccount archivedAccount) voidAccountArchiveServiceEventSupplier.accountDeleted(ArchivedAccount archivedAccount) voidAccountArchiveServiceEventSupplier.accountUpdated(ArchivedAccount beforeUpdate, ArchivedAccount afterUpdate) -
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive.event.data
Methods in net.anotheria.portalkit.services.accountarchive.event.data that return ArchivedAccountModifier and TypeMethodDescriptionArchivedAccountEventData.getAccount()ArchivedAccountUpdateEventData.getAfterUpdate()ArchivedAccountUpdateEventData.getBeforeUpdate()Constructors in net.anotheria.portalkit.services.accountarchive.event.data with parameters of type ArchivedAccountModifierConstructorDescriptionArchivedAccountEventData(AccountArchiveServiceOperationType operationType, ArchivedAccount account) ArchivedAccountUpdateEventData(ArchivedAccount beforeUpdate, ArchivedAccount afterUpdate) -
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive.generated
Methods in net.anotheria.portalkit.services.accountarchive.generated that return ArchivedAccountModifier and TypeMethodDescriptionRemoteAccountArchiveServiceStub.createAccount(ArchivedAccount toUpdate) RemoteAccountArchiveServiceStub.getAccount(net.anotheria.portalkit.services.common.AccountId accountId) RemoteAccountArchiveServiceStub.getAccountByEmail(String email) RemoteAccountArchiveServiceStub.getAccountByName(String name) Methods in net.anotheria.portalkit.services.accountarchive.generated that return types with arguments of type ArchivedAccountModifier and TypeMethodDescriptionRemoteAccountArchiveServiceStub.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId) RemoteAccountArchiveServiceStub.getAccountsByQuery(ArchivedAccountQuery query) RemoteAccountArchiveServiceStub.getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive.generated with parameters of type ArchivedAccountModifier and TypeMethodDescriptionRemoteAccountArchiveService.createAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.createAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceStub.createAccount(ArchivedAccount toUpdate) RemoteAccountArchiveService.updateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) RemoteAccountArchiveServiceSkeleton.updateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) voidRemoteAccountArchiveServiceStub.updateAccount(ArchivedAccount toUpdate) -
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive.persistence
Methods in net.anotheria.portalkit.services.accountarchive.persistence that return ArchivedAccountModifier and TypeMethodDescriptionAccountArchivePersistenceService.getAccount(net.anotheria.portalkit.services.common.AccountId id) Returns the account with that account id.Methods in net.anotheria.portalkit.services.accountarchive.persistence that return types with arguments of type ArchivedAccountModifier and TypeMethodDescriptionAccountArchivePersistenceService.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> identities) Returns the list ofAccountIdwith specified identities.AccountArchivePersistenceService.getAccountsByQuery(ArchivedAccountQuery query) Get accounts by query.AccountArchivePersistenceService.getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive.persistence with parameters of type ArchivedAccountModifier and TypeMethodDescriptionvoidAccountArchivePersistenceService.saveAccount(ArchivedAccount account) Saves the account. -
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive.persistence.jdbc
Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc that return ArchivedAccountModifier and TypeMethodDescriptionAccountArchiveDAO.getAccount(Connection connection, net.anotheria.portalkit.services.common.AccountId id) JdbcAccountArchivePersistenceServiceImpl.getAccount(net.anotheria.portalkit.services.common.AccountId id) Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc that return types with arguments of type ArchivedAccountModifier and TypeMethodDescriptionAccountArchiveDAO.getAccounts(Connection connection, List<net.anotheria.portalkit.services.common.AccountId> accountIdList) JdbcAccountArchivePersistenceServiceImpl.getAccounts(List<net.anotheria.portalkit.services.common.AccountId> identities) AccountArchiveDAO.getAccountsByQuery(Connection connection, ArchivedAccountQuery query) JdbcAccountArchivePersistenceServiceImpl.getAccountsByQuery(ArchivedAccountQuery query) AccountArchiveDAO.getAllAccounts(Connection connection) JdbcAccountArchivePersistenceServiceImpl.getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc with parameters of type ArchivedAccountModifier and TypeMethodDescriptionprotected booleanAccountArchiveDAO.createAccount(Connection connection, ArchivedAccount account) voidAccountArchiveDAO.saveAccount(Connection connection, ArchivedAccount account) voidJdbcAccountArchivePersistenceServiceImpl.saveAccount(ArchivedAccount account) protected booleanAccountArchiveDAO.updateAccount(Connection connection, ArchivedAccount account)