Uses of Class
net.anotheria.portalkit.services.accountarchive.ArchivedAccount
-
-
Uses of ArchivedAccount in net.anotheria.portalkit.services.accountarchive
Methods in net.anotheria.portalkit.services.accountarchive that return ArchivedAccount Modifier and Type Method Description ArchivedAccountAccountArchiveService. createAccount(ArchivedAccount toUpdate)Creates a new archived account.ArchivedAccountAccountArchiveServiceImpl. createAccount(ArchivedAccount toUpdate)ArchivedAccountAccountArchiveService. getAccount(net.anotheria.portalkit.services.common.AccountId accountId)Returns an account by it's id.ArchivedAccountAccountArchiveServiceImpl. getAccount(net.anotheria.portalkit.services.common.AccountId accountId)ArchivedAccountAccountArchiveService. getAccountByEmail(java.lang.String email)ArchivedAccountAccountArchiveServiceImpl. getAccountByEmail(java.lang.String email)ArchivedAccountAccountArchiveService. getAccountByName(java.lang.String name)ArchivedAccountAccountArchiveServiceImpl. getAccountByName(java.lang.String name)Methods in net.anotheria.portalkit.services.accountarchive that return types with arguments of type ArchivedAccount Modifier and Type Method Description java.util.List<ArchivedAccount>AccountArchiveService. getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> accountId)Returns a list of archived accounts for given list of identities.java.util.List<ArchivedAccount>AccountArchiveServiceImpl. getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> accountIds)java.util.List<ArchivedAccount>AccountArchiveService. getAccountsByQuery(ArchivedAccountQuery query)java.util.List<ArchivedAccount>AccountArchiveServiceImpl. getAccountsByQuery(ArchivedAccountQuery query)java.util.List<ArchivedAccount>AccountArchiveService. getAllAccounts()java.util.List<ArchivedAccount>AccountArchiveServiceImpl. getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive with parameters of type ArchivedAccount Modifier and Type Method Description ArchivedAccountAccountArchiveService. createAccount(ArchivedAccount toUpdate)Creates a new archived account.ArchivedAccountAccountArchiveServiceImpl. 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 ArchivedAccount Modifier and Type Method Description voidAccountArchiveServiceEventSupplier. 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 ArchivedAccount Modifier and Type Method Description ArchivedAccountArchivedAccountEventData. getAccount()ArchivedAccountArchivedAccountUpdateEventData. getAfterUpdate()ArchivedAccountArchivedAccountUpdateEventData. getBeforeUpdate()Constructors in net.anotheria.portalkit.services.accountarchive.event.data with parameters of type ArchivedAccount Constructor Description ArchivedAccountEventData(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 ArchivedAccount Modifier and Type Method Description ArchivedAccountRemoteAccountArchiveServiceStub. createAccount(ArchivedAccount toUpdate)ArchivedAccountRemoteAccountArchiveServiceStub. getAccount(net.anotheria.portalkit.services.common.AccountId accountId)ArchivedAccountRemoteAccountArchiveServiceStub. getAccountByEmail(java.lang.String email)ArchivedAccountRemoteAccountArchiveServiceStub. getAccountByName(java.lang.String name)Methods in net.anotheria.portalkit.services.accountarchive.generated that return types with arguments of type ArchivedAccount Modifier and Type Method Description java.util.List<ArchivedAccount>RemoteAccountArchiveServiceStub. getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> accountId)java.util.List<ArchivedAccount>RemoteAccountArchiveServiceStub. getAccountsByQuery(ArchivedAccountQuery query)java.util.List<ArchivedAccount>RemoteAccountArchiveServiceStub. getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive.generated with parameters of type ArchivedAccount Modifier and Type Method Description java.util.ListRemoteAccountArchiveService. createAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext)java.util.ListRemoteAccountArchiveServiceSkeleton. createAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext)ArchivedAccountRemoteAccountArchiveServiceStub. createAccount(ArchivedAccount toUpdate)java.util.ListRemoteAccountArchiveService. updateAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext)java.util.ListRemoteAccountArchiveServiceSkeleton. updateAccount(ArchivedAccount toUpdate, java.util.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 ArchivedAccount Modifier and Type Method Description ArchivedAccountAccountArchivePersistenceService. 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 ArchivedAccount Modifier and Type Method Description java.util.List<ArchivedAccount>AccountArchivePersistenceService. getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> identities)Returns the list ofAccountIdwith specified identities.java.util.List<ArchivedAccount>AccountArchivePersistenceService. getAccountsByQuery(ArchivedAccountQuery query)Get accounts by query.java.util.List<ArchivedAccount>AccountArchivePersistenceService. getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive.persistence with parameters of type ArchivedAccount Modifier and Type Method Description voidAccountArchivePersistenceService. 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 ArchivedAccount Modifier and Type Method Description ArchivedAccountAccountArchiveDAO. getAccount(java.sql.Connection connection, net.anotheria.portalkit.services.common.AccountId id)ArchivedAccountJdbcAccountArchivePersistenceServiceImpl. getAccount(net.anotheria.portalkit.services.common.AccountId id)Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc that return types with arguments of type ArchivedAccount Modifier and Type Method Description java.util.List<ArchivedAccount>AccountArchiveDAO. getAccounts(java.sql.Connection connection, java.util.List<net.anotheria.portalkit.services.common.AccountId> accountIdList)java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> identities)java.util.List<ArchivedAccount>AccountArchiveDAO. getAccountsByQuery(java.sql.Connection connection, ArchivedAccountQuery query)java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAccountsByQuery(ArchivedAccountQuery query)java.util.List<ArchivedAccount>AccountArchiveDAO. getAllAccounts(java.sql.Connection connection)java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAllAccounts()Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc with parameters of type ArchivedAccount Modifier and Type Method Description protected booleanAccountArchiveDAO. createAccount(java.sql.Connection connection, ArchivedAccount account)voidAccountArchiveDAO. saveAccount(java.sql.Connection connection, ArchivedAccount account)voidJdbcAccountArchivePersistenceServiceImpl. saveAccount(ArchivedAccount account)protected booleanAccountArchiveDAO. updateAccount(java.sql.Connection connection, ArchivedAccount account)
-