public class CxProfileServiceClientAdapter extends java.lang.Object implements CxProfileServiceClient
| Constructor and Description |
|---|
CxProfileServiceClientAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CxProfileServiceClient |
getAdaptee() |
Profile |
getProfile(java.lang.String id)
Read profile data from yaas profile service.
|
Profile |
getProfile(java.lang.String id,
java.lang.String fields)
Read profile data from yaas profile service.
|
<any> |
getProfileAsync(java.lang.String id)
Read profile data from yaas profile service.
|
<any> |
getProfileAsync(java.lang.String id,
java.lang.String fields)
Read profile data from yaas profile service.
|
protected YaasServiceFactory |
getYaasServiceFactory() |
void |
setYaasServiceFactory(YaasServiceFactory yaasServiceFactory) |
public Profile getProfile(java.lang.String id)
CxProfileServiceClientgetProfile in interface CxProfileServiceClientid - Profile identifierpublic Profile getProfile(java.lang.String id, java.lang.String fields)
CxProfileServiceClientgetProfile in interface CxProfileServiceClientid - Profile identifierfields - List of fields which should be read from profile service separated by comma.public <any> getProfileAsync(java.lang.String id)
CxProfileServiceClientgetProfileAsync in interface CxProfileServiceClientid - Profile identifierpublic <any> getProfileAsync(java.lang.String id,
java.lang.String fields)
CxProfileServiceClientgetProfileAsync in interface CxProfileServiceClientid - Profile identifierfields - List of fields which should be read from profile service separated by comma.public CxProfileServiceClient getAdaptee()
protected YaasServiceFactory getYaasServiceFactory()
public void setYaasServiceFactory(YaasServiceFactory yaasServiceFactory)
Copyright © 2018 SAP SE. All Rights Reserved.