Class RemoteAccountArchiveServiceSkeleton
- java.lang.Object
-
- net.anotheria.portalkit.services.accountarchive.generated.RemoteAccountArchiveServiceSkeleton
-
- All Implemented Interfaces:
java.rmi.Remote,RemoteAccountArchiveService,org.distributeme.core.lifecycle.ServiceAdapter
public class RemoteAccountArchiveServiceSkeleton extends java.lang.Object implements RemoteAccountArchiveService
-
-
Constructor Summary
Constructors Constructor Description RemoteAccountArchiveServiceSkeleton()RemoteAccountArchiveServiceSkeleton(AccountArchiveService anImplementation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListcreateAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext)java.util.ListdeleteAccount(net.anotheria.portalkit.services.common.AccountId accountId, java.util.Map<?,?> __transportableCallContext)java.util.ListdeleteAccountsByEmail(java.lang.String pattern, java.util.Map<?,?> __transportableCallContext)java.util.ListgetAccount(net.anotheria.portalkit.services.common.AccountId accountId, java.util.Map<?,?> __transportableCallContext)java.util.ListgetAccountByEmail(java.lang.String email, java.util.Map<?,?> __transportableCallContext)java.util.ListgetAccountByName(java.lang.String name, java.util.Map<?,?> __transportableCallContext)java.util.ListgetAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> accountId, java.util.Map<?,?> __transportableCallContext)java.util.ListgetAccountsByQuery(ArchivedAccountQuery query, java.util.Map<?,?> __transportableCallContext)java.util.ListgetAllAccounts(java.util.Map<?,?> __transportableCallContext)longgetCreationTimestamp()java.util.ListgetCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, java.util.Map<?,?> __transportableCallContext)longgetLastAccessTimestamp()java.util.ListsaveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, java.lang.String customNote, java.util.Map<?,?> __transportableCallContext)java.util.ListupdateAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext)
-
-
-
Constructor Detail
-
RemoteAccountArchiveServiceSkeleton
public RemoteAccountArchiveServiceSkeleton()
-
RemoteAccountArchiveServiceSkeleton
public RemoteAccountArchiveServiceSkeleton(AccountArchiveService anImplementation)
-
-
Method Detail
-
getAccount
public java.util.List getAccount(net.anotheria.portalkit.services.common.AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccounts
public java.util.List getAccounts(java.util.List<net.anotheria.portalkit.services.common.AccountId> accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountsin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
deleteAccount
public java.util.List deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
deleteAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
deleteAccountsByEmail
public java.util.List deleteAccountsByEmail(java.lang.String pattern, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
deleteAccountsByEmailin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
updateAccount
public java.util.List updateAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
- Specified by:
updateAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
createAccount
public java.util.List createAccount(ArchivedAccount toUpdate, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
- Specified by:
createAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getCustomNote
public java.util.List getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getCustomNotein interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
saveCustomNote
public java.util.List saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, java.lang.String customNote, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
saveCustomNotein interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccountByName
public java.util.List getAccountByName(java.lang.String name, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountByNamein interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccountByEmail
public java.util.List getAccountByEmail(java.lang.String email, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountByEmailin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAllAccounts
public java.util.List getAllAccounts(java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAllAccountsin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccountsByQuery
public java.util.List getAccountsByQuery(ArchivedAccountQuery query, java.util.Map<?,?> __transportableCallContext) throws AccountArchiveServiceException
- Specified by:
getAccountsByQueryin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getCreationTimestamp
public long getCreationTimestamp()
- Specified by:
getCreationTimestampin interfaceorg.distributeme.core.lifecycle.ServiceAdapter
-
getLastAccessTimestamp
public long getLastAccessTimestamp()
- Specified by:
getLastAccessTimestampin interfaceorg.distributeme.core.lifecycle.ServiceAdapter
-
-