public class RemoteForeignIdServiceSkeleton extends java.lang.Object implements RemoteForeignIdService
| Constructor and Description |
|---|
RemoteForeignIdServiceSkeleton() |
RemoteForeignIdServiceSkeleton(ForeignIdService anImplementation) |
| 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) |
long |
getCreationTimestamp() |
java.util.List |
getForeignIds(AccountId accountId,
java.util.Map<?,?> __transportableCallContext) |
long |
getLastAccessTimestamp() |
java.util.List |
removeForeignId(AccountId accId,
java.lang.String foreignId,
int sourceId,
java.util.Map<?,?> __transportableCallContext) |
public RemoteForeignIdServiceSkeleton()
public RemoteForeignIdServiceSkeleton(ForeignIdService anImplementation)
public java.util.List addForeignId(AccountId accId, java.lang.String foreignId, int sourceId, java.util.Map<?,?> __transportableCallContext) throws ForeignIdServiceException
addForeignId in interface RemoteForeignIdServiceForeignIdServiceExceptionpublic java.util.List removeForeignId(AccountId accId, java.lang.String foreignId, int sourceId, java.util.Map<?,?> __transportableCallContext) throws ForeignIdServiceException
removeForeignId in interface RemoteForeignIdServiceForeignIdServiceExceptionpublic java.util.List getAccountIdByForeignId(java.lang.String foreignId,
int sourceId,
java.util.Map<?,?> __transportableCallContext)
throws ForeignIdServiceException
getAccountIdByForeignId in interface RemoteForeignIdServiceForeignIdServiceExceptionpublic java.util.List getForeignIds(AccountId accountId, java.util.Map<?,?> __transportableCallContext) throws ForeignIdServiceException
getForeignIds in interface RemoteForeignIdServiceForeignIdServiceExceptionpublic 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.