Uses of Class
com.hybris.datahub.core.rest.DataHubOutboundException
Packages that use DataHubOutboundException
Package
Description
-
Uses of DataHubOutboundException in com.hybris.datahub.core.rest
Subclasses of DataHubOutboundException in com.hybris.datahub.core.rest -
Uses of DataHubOutboundException in com.hybris.datahub.core.rest.client
Methods in com.hybris.datahub.core.rest.client that throw DataHubOutboundExceptionModifier 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 specifiedDataHubOutboundClient.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 serverDataHubOutboundClient.exportData(String[] csvContent, String dataFeed, String rawItemType) -
Uses of DataHubOutboundException in com.hybris.datahub.core.services
Methods in com.hybris.datahub.core.services that throw DataHubOutboundExceptionModifier 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 DataHubOutboundException in com.hybris.datahub.core.services.impl
Methods in com.hybris.datahub.core.services.impl that throw DataHubOutboundExceptionModifier 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)