JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
J
M
N
R
S
T
U
V
A
AccountArchiveDAO
- Class in
net.anotheria.portalkit.services.accountarchive.persistence.jdbc
AccountArchiveDAO()
- Constructor for class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
AccountArchivePersistenceService
- Interface in
net.anotheria.portalkit.services.accountarchive.persistence
AccountArchiveServer
- Class in
net.anotheria.portalkit.services.accountarchive.generated
AccountArchiveServer()
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
AccountArchiveService
- Interface in
net.anotheria.portalkit.services.accountarchive
Interface to account archive service which stores deleted accounts.
AccountArchiveServiceConstants
- Class in
net.anotheria.portalkit.services.accountarchive.generated
AccountArchiveServiceConstants()
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServiceConstants
AccountArchiveServiceEventConsumer
- Class in
net.anotheria.portalkit.services.accountarchive.event
AccountArchiveServiceEventConsumer()
- Constructor for class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventConsumer
Constructor.
AccountArchiveServiceEventSupplier
- Class in
net.anotheria.portalkit.services.accountarchive.event
AccountArchiveServiceEventSupplier()
- Constructor for class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventSupplier
Constructor.
AccountArchiveServiceException
- Exception in
net.anotheria.portalkit.services.accountarchive
AccountArchiveServiceException(String)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceException
AccountArchiveServiceException(String, Throwable)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceException
AccountArchiveServiceException(ArchivedAccountPersistenceServiceException)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceException
AccountArchiveServiceFactory
- Class in
net.anotheria.portalkit.services.accountarchive
AccountArchiveServiceFactory()
- Constructor for class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceFactory
AccountArchiveServiceImpl
- Class in
net.anotheria.portalkit.services.accountarchive
AccountArchiveServiceImpl()
- Constructor for class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
AccountArchiveServiceOperationType
- Enum in
net.anotheria.portalkit.services.accountarchive.event
accountCreated(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventSupplier
accountDeleted(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventSupplier
accountUpdated(ArchivedAccount, ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventSupplier
ArchivedAccount
- Class in
net.anotheria.portalkit.services.accountarchive
ArchivedAccount()
- Constructor for class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
ArchivedAccount(AccountId)
- Constructor for class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
ArchivedAccount(Account)
- Constructor for class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
archivedAccountCreated(ArchivedAccountEventData)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventConsumer
archivedAccountDeleted(ArchivedAccountEventData)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventConsumer
ArchivedAccountEventData
- Class in
net.anotheria.portalkit.services.accountarchive.event.data
ArchivedAccountEventData(AccountArchiveServiceOperationType, ArchivedAccount)
- Constructor for class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountEventData
ArchivedAccountNotFoundException
- Exception in
net.anotheria.portalkit.services.accountarchive
ArchivedAccountNotFoundException(AccountId)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.
ArchivedAccountNotFoundException
ArchivedAccountNotFoundException(String)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.
ArchivedAccountNotFoundException
ArchivedAccountPersistenceServiceException
- Exception in
net.anotheria.portalkit.services.accountarchive.persistence
ArchivedAccountPersistenceServiceException(String)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.persistence.
ArchivedAccountPersistenceServiceException
ArchivedAccountPersistenceServiceException(String, Throwable)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.persistence.
ArchivedAccountPersistenceServiceException
ArchivedAccountPersistenceServiceException(Exception)
- Constructor for exception net.anotheria.portalkit.services.accountarchive.persistence.
ArchivedAccountPersistenceServiceException
ArchivedAccountQuery
- Class in
net.anotheria.portalkit.services.accountarchive
Query parameters.
ArchivedAccountQuery()
- Constructor for class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
archivedAccountUpdated(ArchivedAccountUpdateEventData)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventConsumer
ArchivedAccountUpdateEventData
- Class in
net.anotheria.portalkit.services.accountarchive.event.data
ArchivedAccountUpdateEventData(ArchivedAccount, ArchivedAccount)
- Constructor for class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountUpdateEventData
C
copyFrom(Account)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
create()
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceFactory
create()
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceFactory
create()
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceFactory
createAccount(ArchivedAccount)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Creates a new archived account.
createAccount(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
createAccount(ArchivedAccount, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
createAccount(ArchivedAccount, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
createAccount(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
createAccount(Connection, ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
createDescriptor(String)
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
createServiceAndRegisterLocally()
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
createServiceAndRegisterLocally(int)
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
createSupportServicesAndRegisterLocally()
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
D
deleteAccount(AccountId)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Deletes archived account from database.
deleteAccount(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
deleteAccount(AccountId, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
deleteAccount(AccountId, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
deleteAccount(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
deleteAccount(AccountId)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Deletes the account with submitted id.
deleteAccount(Connection, AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
deleteAccount(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
deleteAccountsByEmail(String)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Deletes archived accounts from database whose emails match pattern.
deleteAccountsByEmail(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
deleteAccountsByEmail(String, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
deleteAccountsByEmail(String, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
deleteAccountsByEmail(String)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
E
EVENT_CHANNEL
- Static variable in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventSupplier
EVENT_CONSUMER
- Static variable in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventConsumer
EVENT_SUPPLIER
- Static variable in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventSupplier
G
getAccount(AccountId)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Returns an account by it's id.
getAccount(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getAccount()
- Method in class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountEventData
getAccount(AccountId, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getAccount(AccountId, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getAccount(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getAccount(AccountId)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Returns the account with that account id.
getAccount(Connection, AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getAccount(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getAccountByEmail(String)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
getAccountByEmail(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getAccountByEmail(String, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getAccountByEmail(String, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getAccountByEmail(String)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getAccountByName(String)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
getAccountByName(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getAccountByName(String, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getAccountByName(String, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getAccountByName(String)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getAccountIds(Connection)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getAccountIdsByType(Connection, int)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getAccounts(List<AccountId>)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Returns a list of archived accounts for given list of identities.
getAccounts(List<AccountId>)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getAccounts(List<AccountId>, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getAccounts(List<AccountId>, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getAccounts(List<AccountId>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getAccounts(List<AccountId>)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Returns the list of
AccountId
with specified identities.
getAccounts(Connection, List<AccountId>)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getAccounts(List<AccountId>)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getAccountsByQuery(ArchivedAccountQuery)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
getAccountsByQuery(ArchivedAccountQuery)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getAccountsByQuery(ArchivedAccountQuery, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getAccountsByQuery(ArchivedAccountQuery, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getAccountsByQuery(ArchivedAccountQuery)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getAccountsByQuery(ArchivedAccountQuery)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Get accounts by query.
getAccountsByQuery(Connection, ArchivedAccountQuery)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getAccountsByQuery(ArchivedAccountQuery)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getAccountsByType(int)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
getAccountsByType(int)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getAfterUpdate()
- Method in class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountUpdateEventData
getAllAccountIds()
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Get all account id's.
getAllAccountIds()
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getAllAccounts()
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
getAllAccounts()
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getAllAccounts(Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getAllAccounts(Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getAllAccounts()
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getAllAccounts()
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
getAllAccounts(Connection)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getAllAccounts()
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getBeforeUpdate()
- Method in class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountUpdateEventData
getBrand()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getCreationTimestamp()
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getCustomNote(AccountId)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Get custom note by account id.
getCustomNote(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
getCustomNote(AccountId, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
getCustomNote(AccountId, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getCustomNote(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
getCustomNote(AccountId)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Returns the custom note of the account with the given id.
getCustomNote(Connection, AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getCustomNote(AccountId)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getDeletedFrom()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getDeletedNotes()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getDeletedTill()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getDeletionNote()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
getDeletionTimestamp()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
getEmailMask()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getIdByEmail(String)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Returns the id of the account with the given email.
getIdByEmail(Connection, String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getIdByEmail(String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getIdByField(Connection, String, String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getIdByName(String)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Returns the id of the account with the given name.
getIdByName(Connection, String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getIdByName(String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
getIdMask()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getIds()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getLastAccessTimestamp()
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
getNameMask()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getOperationType()
- Method in class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountEventData
getOperationType()
- Method in class net.anotheria.portalkit.services.accountarchive.event.data.
ArchivedAccountUpdateEventData
getRegisteredFrom()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getRegisteredTill()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getServiceId()
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServiceConstants
getStatusesExcluded()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getStatusesIncluded()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getTableNames()
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
getTenants()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getTypesExcluded()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
getTypesIncluded()
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
I
init()
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
J
JdbcAccountArchivePersistenceServiceFactory
- Class in
net.anotheria.portalkit.services.accountarchive.persistence.jdbc
JdbcAccountArchivePersistenceServiceFactory()
- Constructor for class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceFactory
JdbcAccountArchivePersistenceServiceImpl
- Class in
net.anotheria.portalkit.services.accountarchive.persistence.jdbc
AccountArchivePersistenceService
factory for JDBC implementation.
JdbcAccountArchivePersistenceServiceImpl()
- Constructor for class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
M
main(String[])
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
migrate(Connection)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.migrations.common.
V1_0__CreateStructure
N
net.anotheria.portalkit.services.accountarchive
- package net.anotheria.portalkit.services.accountarchive
net.anotheria.portalkit.services.accountarchive.event
- package net.anotheria.portalkit.services.accountarchive.event
net.anotheria.portalkit.services.accountarchive.event.data
- package net.anotheria.portalkit.services.accountarchive.event.data
net.anotheria.portalkit.services.accountarchive.generated
- package net.anotheria.portalkit.services.accountarchive.generated
net.anotheria.portalkit.services.accountarchive.persistence
- package net.anotheria.portalkit.services.accountarchive.persistence
net.anotheria.portalkit.services.accountarchive.persistence.jdbc
- package net.anotheria.portalkit.services.accountarchive.persistence.jdbc
net.anotheria.portalkit.services.accountarchive.persistence.jdbc.migrations.common
- package net.anotheria.portalkit.services.accountarchive.persistence.jdbc.migrations.common
R
RemoteAccountArchiveService
- Interface in
net.anotheria.portalkit.services.accountarchive.generated
RemoteAccountArchiveServiceFactory
- Class in
net.anotheria.portalkit.services.accountarchive.generated
RemoteAccountArchiveServiceFactory()
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceFactory
RemoteAccountArchiveServiceSkeleton
- Class in
net.anotheria.portalkit.services.accountarchive.generated
RemoteAccountArchiveServiceSkeleton()
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
RemoteAccountArchiveServiceSkeleton(AccountArchiveService)
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
RemoteAccountArchiveServiceStub
- Class in
net.anotheria.portalkit.services.accountarchive.generated
RemoteAccountArchiveServiceStub()
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
RemoteAccountArchiveServiceStub(ServiceDescriptor)
- Constructor for class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
S
saveAccount(ArchivedAccount)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Saves the account.
saveAccount(Connection, ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
saveAccount(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
saveCustomNote(AccountId, String)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Save custom note by account id.
saveCustomNote(AccountId, String)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
saveCustomNote(AccountId, String, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
saveCustomNote(AccountId, String, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
saveCustomNote(AccountId, String)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
saveCustomNote(AccountId, String)
- Method in interface net.anotheria.portalkit.services.accountarchive.persistence.
AccountArchivePersistenceService
Save custom note.
saveCustomNote(Connection, AccountId, String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
saveCustomNote(AccountId, String)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
JdbcAccountArchivePersistenceServiceImpl
serviceEvent(ServiceEventData)
- Method in class net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceEventConsumer
setBrand(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setDeletedFrom(Long)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setDeletedTill(Long)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setDeletionNote(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
setDeletionTimestamp(long)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccount
setEmailMask(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setIdMask(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setNameMask(String)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setRegisteredFrom(Long)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
setRegisteredTill(Long)
- Method in class net.anotheria.portalkit.services.accountarchive.
ArchivedAccountQuery
startService()
- Static method in class net.anotheria.portalkit.services.accountarchive.generated.
AccountArchiveServer
T
TABLE_NAME
- Static variable in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
U
updateAccount(ArchivedAccount)
- Method in interface net.anotheria.portalkit.services.accountarchive.
AccountArchiveService
Updates acrchived account.
updateAccount(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.
AccountArchiveServiceImpl
updateAccount(ArchivedAccount, Map<?, ?>)
- Method in interface net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveService
updateAccount(ArchivedAccount, Map<?, ?>)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceSkeleton
updateAccount(ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.generated.
RemoteAccountArchiveServiceStub
updateAccount(Connection, ArchivedAccount)
- Method in class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.
AccountArchiveDAO
V
V1_0__CreateStructure
- Class in
net.anotheria.portalkit.services.accountarchive.persistence.jdbc.migrations.common
V1_0__CreateStructure()
- Constructor for class net.anotheria.portalkit.services.accountarchive.persistence.jdbc.migrations.common.
V1_0__CreateStructure
valueOf(String)
- Static method in enum net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceOperationType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.anotheria.portalkit.services.accountarchive.event.
AccountArchiveServiceOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
E
G
I
J
M
N
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012-2023
anotheria.net
. All Rights Reserved.