Uses of Class
net.anotheria.portalkit.services.accountarchive.ArchivedAccountQuery
-
-
Uses of ArchivedAccountQuery in net.anotheria.portalkit.services.accountarchive
Methods in net.anotheria.portalkit.services.accountarchive with parameters of type ArchivedAccountQuery Modifier and Type Method Description java.util.List<ArchivedAccount>AccountArchiveService. getAccountsByQuery(ArchivedAccountQuery query)java.util.List<ArchivedAccount>AccountArchiveServiceImpl. getAccountsByQuery(ArchivedAccountQuery query) -
Uses of ArchivedAccountQuery in net.anotheria.portalkit.services.accountarchive.generated
Methods in net.anotheria.portalkit.services.accountarchive.generated with parameters of type ArchivedAccountQuery Modifier and Type Method Description java.util.ListRemoteAccountArchiveService. getAccountsByQuery(ArchivedAccountQuery query, java.util.Map<?,?> __transportableCallContext)java.util.ListRemoteAccountArchiveServiceSkeleton. getAccountsByQuery(ArchivedAccountQuery query, java.util.Map<?,?> __transportableCallContext)java.util.List<ArchivedAccount>RemoteAccountArchiveServiceStub. getAccountsByQuery(ArchivedAccountQuery query) -
Uses of ArchivedAccountQuery in net.anotheria.portalkit.services.accountarchive.persistence
Methods in net.anotheria.portalkit.services.accountarchive.persistence with parameters of type ArchivedAccountQuery Modifier and Type Method Description java.util.List<ArchivedAccount>AccountArchivePersistenceService. getAccountsByQuery(ArchivedAccountQuery query)Get accounts by query. -
Uses of ArchivedAccountQuery in net.anotheria.portalkit.services.accountarchive.persistence.jdbc
Methods in net.anotheria.portalkit.services.accountarchive.persistence.jdbc with parameters of type ArchivedAccountQuery Modifier and Type Method Description java.util.List<ArchivedAccount>AccountArchiveDAO. getAccountsByQuery(java.sql.Connection connection, ArchivedAccountQuery query)java.util.List<ArchivedAccount>JdbcAccountArchivePersistenceServiceImpl. getAccountsByQuery(ArchivedAccountQuery query)
-