Uses of Class
net.anotheria.portalkit.services.accountarchive.persistence.ArchivedAccountPersistenceServiceException
-
-
Uses of ArchivedAccountPersistenceServiceException in net.anotheria.portalkit.services.accountarchive
Constructors in net.anotheria.portalkit.services.accountarchive with parameters of type ArchivedAccountPersistenceServiceException Constructor Description AccountArchiveServiceException(ArchivedAccountPersistenceServiceException e) -
Uses of ArchivedAccountPersistenceServiceException in net.anotheria.portalkit.services.accountarchive.persistence
Methods in net.anotheria.portalkit.services.accountarchive.persistence that throw ArchivedAccountPersistenceServiceException Modifier and Type Method Description voidAccountArchivePersistenceService. deleteAccount(net.anotheria.portalkit.services.common.AccountId id)Deletes the account with submitted id.ArchivedAccountAccountArchivePersistenceService. getAccount(net.anotheria.portalkit.services.common.AccountId id)Returns the account with that account id.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<net.anotheria.portalkit.services.common.AccountId>AccountArchivePersistenceService. getAccountsByType(int id)java.util.Collection<net.anotheria.portalkit.services.common.AccountId>AccountArchivePersistenceService. getAllAccountIds()Get all account id's.java.util.List<ArchivedAccount>AccountArchivePersistenceService. getAllAccounts()java.lang.StringAccountArchivePersistenceService. 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(java.lang.String email)Returns the id of the account with the given email.net.anotheria.portalkit.services.common.AccountIdAccountArchivePersistenceService. getIdByName(java.lang.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, java.lang.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 ArchivedAccountPersistenceServiceException Modifier and Type Method Description voidJdbcAccountArchivePersistenceServiceImpl. deleteAccount(net.anotheria.portalkit.services.common.AccountId id)ArchivedAccountJdbcAccountArchivePersistenceServiceImpl. getAccount(net.anotheria.portalkit.services.common.AccountId id)java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> identities)java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAccountsByQuery(ArchivedAccountQuery query)java.util.List<net.anotheria.portalkit.services.common.AccountId>JdbcAccountArchivePersistenceServiceImpl. getAccountsByType(int type)java.util.Collection<net.anotheria.portalkit.services.common.AccountId>JdbcAccountArchivePersistenceServiceImpl. getAllAccountIds()java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAllAccounts()java.lang.StringJdbcAccountArchivePersistenceServiceImpl. getCustomNote(net.anotheria.portalkit.services.common.AccountId id)net.anotheria.portalkit.services.common.AccountIdJdbcAccountArchivePersistenceServiceImpl. getIdByEmail(java.lang.String email)net.anotheria.portalkit.services.common.AccountIdJdbcAccountArchivePersistenceServiceImpl. getIdByName(java.lang.String name)voidJdbcAccountArchivePersistenceServiceImpl. saveAccount(ArchivedAccount account)voidJdbcAccountArchivePersistenceServiceImpl. saveCustomNote(net.anotheria.portalkit.services.common.AccountId id, java.lang.String customNote)
-