public interface RemoteForeignIdService
extends java.rmi.Remote, org.distributeme.core.lifecycle.ServiceAdapter
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
addForeignId(AccountId accId,
java.lang.String foreignId,
int sourceId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getAccountIdByForeignId(java.lang.String foreignId,
int sourceId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
getForeignIds(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List |
removeForeignId(AccountId accId,
java.lang.String foreignId,
int sourceId,
java.util.Map<?,?> __transportableCallContext) |
java.util.List addForeignId(AccountId accId, java.lang.String foreignId, int sourceId, java.util.Map<?,?> __transportableCallContext) throws ForeignIdServiceException, java.rmi.RemoteException
ForeignIdServiceExceptionjava.rmi.RemoteExceptionjava.util.List removeForeignId(AccountId accId, java.lang.String foreignId, int sourceId, java.util.Map<?,?> __transportableCallContext) throws ForeignIdServiceException, java.rmi.RemoteException
ForeignIdServiceExceptionjava.rmi.RemoteExceptionjava.util.List getAccountIdByForeignId(java.lang.String foreignId,
int sourceId,
java.util.Map<?,?> __transportableCallContext)
throws ForeignIdServiceException,
java.rmi.RemoteException
ForeignIdServiceExceptionjava.rmi.RemoteExceptionjava.util.List getForeignIds(AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws ForeignIdServiceException, java.rmi.RemoteException
ForeignIdServiceExceptionjava.rmi.RemoteExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.