public class RemoteAccountArchiveServiceSkeleton extends java.lang.Object implements RemoteAccountArchiveService
| Constructor and Description |
|---|
RemoteAccountArchiveServiceSkeleton() |
RemoteAccountArchiveServiceSkeleton(AccountArchiveService anImplementation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
createAccount(ArchivedAccount toUpdate,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
deleteAccount(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
deleteAccountsByEmail(java.lang.String pattern,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAccount(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAccountByEmail(java.lang.String email,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAccountByName(java.lang.String name,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAccounts(java.util.List<AccountId> accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAccountsByQuery(ArchivedAccountQuery query,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAllAccounts(java.util.Map<?,?> __transportableCallContext) |
long |
getCreationTimestamp() |
java.util.List |
getCustomNote(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
long |
getLastAccessTimestamp() |
java.util.List |
saveCustomNote(AccountId accountId,
java.lang.String customNote,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
updateAccount(ArchivedAccount toUpdate,
java.util.Map<?,?> __transportableCallContext) |
public RemoteAccountArchiveServiceSkeleton()
public RemoteAccountArchiveServiceSkeleton(AccountArchiveService anImplementation)
public java.util.List getAccount(AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
getAccount in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List getAccounts(java.util.List<AccountId> accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
getAccounts in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List deleteAccount(AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
deleteAccount in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List deleteAccountsByEmail(java.lang.String pattern,
java.util.Map<?,?> __transportableCallContext)
throws AccountArchiveServiceException
deleteAccountsByEmail in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List updateAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
updateAccount in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List createAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
createAccount in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List getCustomNote(AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
getCustomNote in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List saveCustomNote(AccountId accountId, java.lang.String customNote, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
saveCustomNote in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List getAccountByName(java.lang.String name,
java.util.Map<?,?> __transportableCallContext)
throws AccountArchiveServiceException
getAccountByName in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List getAccountByEmail(java.lang.String email,
java.util.Map<?,?> __transportableCallContext)
throws AccountArchiveServiceException
getAccountByEmail in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List getAllAccounts(java.util.Map<?,?> __transportableCallContext)
throws AccountArchiveServiceException
getAllAccounts in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic java.util.List getAccountsByQuery(ArchivedAccountQuery query, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
getAccountsByQuery in interface RemoteAccountArchiveServiceAccountArchiveServiceExceptionpublic long getCreationTimestamp()
getCreationTimestamp in interface org.distributeme.core.lifecycle.ServiceAdapterpublic long getLastAccessTimestamp()
getLastAccessTimestamp in interface org.distributeme.core.lifecycle.ServiceAdapterCopyright © 2012-2023 anotheria.net. All Rights Reserved.