Uses of Class
com.hybris.datahub.core.rest.DataHubOutboundException
-
Packages that use DataHubOutboundException Package Description com.hybris.datahub.core.rest com.hybris.datahub.core.rest.client com.hybris.datahub.core.services com.hybris.datahub.core.services.impl -
-
Uses of DataHubOutboundException in com.hybris.datahub.core.rest
Subclasses of DataHubOutboundException in com.hybris.datahub.core.rest Modifier and Type Class Description classDataHubCommunicationException -
Uses of DataHubOutboundException in com.hybris.datahub.core.rest.client
Methods in com.hybris.datahub.core.rest.client that throw DataHubOutboundException Modifier and Type Method Description ResultDataDataHubOutboundClient. deleteByFeed(java.lang.String feedName, java.lang.String rawItemType)Deletes all items originating from the data feed and raw item type specifiedResultDataDataHubOutboundClient. deleteByFeed(java.lang.String feedName, java.lang.String rawItemType, java.util.Map<java.lang.String,java.lang.Object> keyFields)Deletes item with an integration key comprised of the specified primary keys, originating from the data feed and raw item type specifiedResultDataDataHubOutboundClient. deleteItem(java.lang.String poolName, java.lang.String canonicalItemType, java.util.Map<java.lang.String,java.lang.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 serverResultDataDataHubOutboundClient. exportData(java.lang.String[] csvContent, java.lang.String dataFeed, java.lang.String rawItemType) -
Uses of DataHubOutboundException in com.hybris.datahub.core.services
Methods in com.hybris.datahub.core.services that throw DataHubOutboundException Modifier and Type Method Description ResultDataDataHubOutboundService. deleteByFeed(java.lang.String rawItemType)Deletes all items originating from the DEFAULT_FEED on the Data Hub server and raw type specified and theResultDataDataHubOutboundService. deleteByFeed(java.lang.String feedName, java.lang.String rawItemType)Deletes all items originating from the data feed and raw type specifiedResultDataDataHubOutboundService. deleteByFeed(java.lang.String feedName, java.lang.String rawItemType, java.util.Map<java.lang.String,java.lang.Object> objectMap)Deletes all canonical items composed from the specified raw item.ResultDataDataHubOutboundService. deleteByFeed(java.lang.String rawItemType, java.util.Map<java.lang.String,java.lang.Object> objectMap)Deletes all canonical items in the default data pool composed from the specified raw item.ResultDataDataHubOutboundService. deleteItem(java.lang.String poolName, java.lang.String canonicalItemType, java.util.Map<java.lang.String,java.lang.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 serverResultDataDataHubOutboundService. deleteItem(java.lang.String canonicalItemType, java.util.Map<java.lang.String,java.lang.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 serverResultDataDataHubOutboundService. sendToDataHub(java.lang.String rawType, java.lang.Object obj)Sends the specifiedObjectto the DataHub as a Raw Item in CSV format.ResultDataDataHubOutboundService. sendToDataHub(java.lang.String feedName, java.lang.String rawType, java.lang.Object obj)Sends the specifiedObjectto the DataHub as a Raw Item in CSV format.ResultDataDataHubOutboundService. sendToDataHub(java.lang.String feedName, java.lang.String rawType, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> objList)Sends the specified List of Maps to the DataHub as Raw Items in CSV format.ResultDataDataHubOutboundService. sendToDataHub(java.lang.String feedName, java.lang.String rawType, java.util.Map<java.lang.String,java.lang.Object> objectMap)Sends the specifiedMapto the DataHub as a Raw Item in CSV format.ResultDataDataHubOutboundService. sendToDataHub(java.lang.String rawType, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> objList)Sends the specified List of Maps to the DataHub as Raw Items in CSV format.ResultDataDataHubOutboundService. sendToDataHub(java.lang.String rawType, java.util.Map<java.lang.String,java.lang.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 DataHubOutboundException Modifier and Type Method Description ResultDataDefaultDataHubOutboundService. deleteByFeed(java.lang.String rawItemType)ResultDataDefaultDataHubOutboundService. deleteByFeed(java.lang.String feedName, java.lang.String rawItemType)ResultDataDefaultDataHubOutboundService. deleteByFeed(java.lang.String feedName, java.lang.String rawItemType, java.util.Map<java.lang.String,java.lang.Object> keyFields)ResultDataDefaultDataHubOutboundService. deleteByFeed(java.lang.String rawItemType, java.util.Map<java.lang.String,java.lang.Object> keyFields)ResultDataDefaultDataHubOutboundService. deleteItem(java.lang.String poolName, java.lang.String canonicalItemType, java.util.Map<java.lang.String,java.lang.String> keyFields)ResultDataDefaultDataHubOutboundService. deleteItem(java.lang.String canonicalItemType, java.util.Map<java.lang.String,java.lang.String> keyFields)ResultDataDefaultDataHubOutboundService. sendToDataHub(java.lang.String rawType, java.lang.Object obj)ResultDataDefaultDataHubOutboundService. sendToDataHub(java.lang.String feedName, java.lang.String rawType, java.lang.Object obj)ResultDataDefaultDataHubOutboundService. sendToDataHub(java.lang.String feedName, java.lang.String rawType, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> objList)ResultDataDefaultDataHubOutboundService. sendToDataHub(java.lang.String feedName, java.lang.String rawType, java.util.Map<java.lang.String,java.lang.Object> objectMap)ResultDataDefaultDataHubOutboundService. sendToDataHub(java.lang.String rawType, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> objList)ResultDataDefaultDataHubOutboundService. sendToDataHub(java.lang.String rawType, java.util.Map<java.lang.String,java.lang.Object> objectMap)
-