Uses of Class
com.hybris.datahub.core.dto.ResultData
Packages that use ResultData
Package
Description
-
Uses of ResultData in com.hybris.datahub.core.rest.client
Methods in com.hybris.datahub.core.rest.client that return ResultDataModifier and TypeMethodDescriptionDataHubOutboundClient.deleteByFeed(String feedName, String rawItemType) Deletes all items originating from the data feed and raw item type specifiedDataHubOutboundClient.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 specifiedDefaultDataHubOutboundClient.deleteByFeed(String feedName, String rawItemType) DefaultDataHubOutboundClient.deleteByFeed(String feedName, String rawItemType, Map<String, Object> keyFields) 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 serverDefaultDataHubOutboundClient.deleteItem(String poolName, String canonicalItemType, Map<String, String> keyFields) DataHubOutboundClient.exportData(String[] csvContent, String dataFeed, String rawItemType) DefaultDataHubOutboundClient.exportData(String[] csvContent, String dataFeed, String rawItemType) -
Uses of ResultData in com.hybris.datahub.core.services
Methods in com.hybris.datahub.core.services that return ResultDataModifier and TypeMethodDescriptionDataHubOutboundService.deleteByFeed(String rawItemType) Deletes all items originating from the DEFAULT_FEED on the Data Hub server and raw type specified and theDataHubOutboundService.deleteByFeed(String feedName, String rawItemType) Deletes all items originating from the data feed and raw type specifiedDataHubOutboundService.deleteByFeed(String feedName, String rawItemType, Map<String, Object> objectMap) Deletes all canonical items composed from the specified raw item.DataHubOutboundService.deleteByFeed(String rawItemType, Map<String, Object> objectMap) Deletes all canonical items in the default data pool composed from the specified raw item.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 serverDataHubOutboundService.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 serverDataHubOutboundService.sendToDataHub(String rawType, Object obj) Sends the specifiedObjectto the DataHub as a Raw Item in CSV format.DataHubOutboundService.sendToDataHub(String feedName, String rawType, Object obj) Sends the specifiedObjectto the DataHub as a Raw Item in CSV format.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.Sends the specifiedMapto the DataHub as a Raw Item in CSV format.Sends the specified List of Maps to the DataHub as Raw Items in CSV format.DataHubOutboundService.sendToDataHub(String rawType, Map<String, Object> objectMap) Sends the specified Map to the DataHub as a Raw Item in CSV format. -
Uses of ResultData in com.hybris.datahub.core.services.impl
Methods in com.hybris.datahub.core.services.impl that return ResultDataModifier and TypeMethodDescriptionDefaultDataHubOutboundService.deleteByFeed(String rawItemType) DefaultDataHubOutboundService.deleteByFeed(String feedName, String rawItemType) DefaultDataHubOutboundService.deleteByFeed(String feedName, String rawItemType, Map<String, Object> keyFields) DefaultDataHubOutboundService.deleteByFeed(String rawItemType, Map<String, Object> keyFields) DefaultDataHubOutboundService.deleteItem(String poolName, String canonicalItemType, Map<String, String> keyFields) DefaultDataHubOutboundService.deleteItem(String canonicalItemType, Map<String, String> keyFields) DefaultDataHubOutboundService.sendToDataHub(String rawType, Object obj) DefaultDataHubOutboundService.sendToDataHub(String feedName, String rawType, Object obj) DefaultDataHubOutboundService.sendToDataHub(String feedName, String rawType, List<Map<String, Object>> objList) DefaultDataHubOutboundService.sendToDataHub(String feedName, String rawType, Map<String, Object> objectMap) DefaultDataHubOutboundService.sendToDataHub(String rawType, Map<String, Object> objectMap)