| Package | Description |
|---|---|
| com.hybris.datahub.core.rest.client | |
| com.hybris.datahub.core.services | |
| com.hybris.datahub.core.services.impl |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
DefaultDataHubOutboundClient.deleteByFeed(String feedName,
String rawItemType) |
ResultData |
DataHubOutboundClient.deleteByFeed(String feedName,
String rawItemType)
Deletes all items originating from the data feed and raw item type specified
|
ResultData |
DefaultDataHubOutboundClient.deleteByFeed(String feedName,
String rawItemType,
Map<String,Object> keyFields) |
ResultData |
DataHubOutboundClient.deleteByFeed(String feedName,
String rawItemType,
Map<String,Object> keyFields)
Deletes item with an integration key comprised of the specified primary keys, originating from the data feed and
raw item type specified
|
ResultData |
DefaultDataHubOutboundClient.deleteItem(String poolName,
String canonicalItemType,
Map<String,String> keyFields) |
ResultData |
DataHubOutboundClient.deleteItem(String poolName,
String canonicalItemType,
Map<String,String> keyFields)
Deletes item with an integration key comprised of the specified primary keys, of the type specified, in the pool
specified on the Data Hub server
|
ResultData |
DefaultDataHubOutboundClient.exportData(String[] csvContent,
String dataFeed,
String rawItemType) |
ResultData |
DataHubOutboundClient.exportData(String[] csvContent,
String dataFeed,
String rawItemType) |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
DataHubOutboundService.deleteByFeed(String rawItemType)
Deletes all items originating from the DEFAULT_FEED on the Data Hub server and raw type specified and the
|
ResultData |
DataHubOutboundService.deleteByFeed(String rawItemType,
Map<String,Object> objectMap)
Deletes all canonical items in the default data pool composed from the specified raw item.
|
ResultData |
DataHubOutboundService.deleteByFeed(String feedName,
String rawItemType)
Deletes all items originating from the data feed and raw type specified
|
ResultData |
DataHubOutboundService.deleteByFeed(String feedName,
String rawItemType,
Map<String,Object> objectMap)
Deletes all canonical items composed from the specified raw item.
|
ResultData |
DataHubOutboundService.deleteItem(String canonicalItemType,
Map<String,String> keyFields)
Deletes item with an integration key comprised of the specified primary keys, of the type specified, in the GLOBAL
pool on the Data Hub server
|
ResultData |
DataHubOutboundService.deleteItem(String poolName,
String canonicalItemType,
Map<String,String> keyFields)
Deletes item with an integration key comprised of the specified primary keys, of the type specified, in the pool
specified on the Data Hub server
|
ResultData |
DataHubOutboundService.sendToDataHub(String rawType,
List<Map<String,Object>> objList)
Sends the specified List of Maps to the DataHub as Raw Items in CSV format.
|
ResultData |
DataHubOutboundService.sendToDataHub(String rawType,
Map<String,Object> objectMap)
Sends the specified Map to the DataHub as a Raw Item in CSV format.
|
ResultData |
DataHubOutboundService.sendToDataHub(String rawType,
Object obj)
Sends the specified
Object to the DataHub as a Raw Item in CSV format. |
ResultData |
DataHubOutboundService.sendToDataHub(String feedName,
String rawType,
List<Map<String,Object>> objList)
Sends the specified List of Maps to the DataHub as Raw Items in CSV format.
|
ResultData |
DataHubOutboundService.sendToDataHub(String feedName,
String rawType,
Map<String,Object> objectMap)
Sends the specified
Map to the DataHub as a Raw Item in CSV format. |
ResultData |
DataHubOutboundService.sendToDataHub(String feedName,
String rawType,
Object obj)
Sends the specified
Object to the DataHub as a Raw Item in CSV format. |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
DefaultDataHubOutboundService.deleteByFeed(String rawItemType) |
ResultData |
DefaultDataHubOutboundService.deleteByFeed(String rawItemType,
Map<String,Object> keyFields) |
ResultData |
DefaultDataHubOutboundService.deleteByFeed(String feedName,
String rawItemType) |
ResultData |
DefaultDataHubOutboundService.deleteByFeed(String feedName,
String rawItemType,
Map<String,Object> keyFields) |
ResultData |
DefaultDataHubOutboundService.deleteItem(String canonicalItemType,
Map<String,String> keyFields) |
ResultData |
DefaultDataHubOutboundService.deleteItem(String poolName,
String canonicalItemType,
Map<String,String> keyFields) |
ResultData |
DefaultDataHubOutboundService.sendToDataHub(String rawType,
List<Map<String,Object>> objList) |
ResultData |
DefaultDataHubOutboundService.sendToDataHub(String rawType,
Map<String,Object> objectMap) |
ResultData |
DefaultDataHubOutboundService.sendToDataHub(String rawType,
Object obj) |
ResultData |
DefaultDataHubOutboundService.sendToDataHub(String feedName,
String rawType,
List<Map<String,Object>> objList) |
ResultData |
DefaultDataHubOutboundService.sendToDataHub(String feedName,
String rawType,
Map<String,Object> objectMap) |
ResultData |
DefaultDataHubOutboundService.sendToDataHub(String feedName,
String rawType,
Object obj) |
Copyright © 2017 SAP SE. All Rights Reserved.