Class RemoteAccountArchiveServiceSkeleton
java.lang.Object
net.anotheria.portalkit.services.accountarchive.generated.RemoteAccountArchiveServiceSkeleton
- All Implemented Interfaces:
Remote,RemoteAccountArchiveService,org.distributeme.core.lifecycle.ServiceAdapter
public class RemoteAccountArchiveServiceSkeleton
extends Object
implements RemoteAccountArchiveService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) deleteAccountsByEmail(String pattern, Map<?, ?> __transportableCallContext) getAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) getAccountByEmail(String email, Map<?, ?> __transportableCallContext) getAccountByName(String name, Map<?, ?> __transportableCallContext) getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId, Map<?, ?> __transportableCallContext) getAccountsByQuery(ArchivedAccountQuery query, Map<?, ?> __transportableCallContext) getAllAccounts(Map<?, ?> __transportableCallContext) longgetCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) longsaveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote, Map<?, ?> __transportableCallContext) updateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext)
-
Constructor Details
-
RemoteAccountArchiveServiceSkeleton
public RemoteAccountArchiveServiceSkeleton() -
RemoteAccountArchiveServiceSkeleton
-
-
Method Details
-
getAccount
public List getAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccounts
public List getAccounts(List<net.anotheria.portalkit.services.common.AccountId> accountId, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountsin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
deleteAccount
public List deleteAccount(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
deleteAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
deleteAccountsByEmail
public List deleteAccountsByEmail(String pattern, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
deleteAccountsByEmailin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
updateAccount
public List updateAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
updateAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
createAccount
public List createAccount(ArchivedAccount toUpdate, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
createAccountin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getCustomNote
public List getCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getCustomNotein interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
saveCustomNote
public List saveCustomNote(net.anotheria.portalkit.services.common.AccountId accountId, String customNote, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
saveCustomNotein interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccountByName
public List getAccountByName(String name, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountByNamein interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccountByEmail
public List getAccountByEmail(String email, Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAccountByEmailin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAllAccounts
public List getAllAccounts(Map<?, ?> __transportableCallContext) throws AccountArchiveServiceException- Specified by:
getAllAccountsin interfaceRemoteAccountArchiveService- Throws:
AccountArchiveServiceException
-
getAccountsByQuery
public List getAccountsByQuery(ArchivedAccountQuery query, 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
-