Class DeltaDetectionOutboundItemConsumer
- java.lang.Object
-
- de.hybris.platform.outboundsync.activator.impl.DeltaDetectionOutboundItemConsumer
-
- All Implemented Interfaces:
OutboundItemConsumer
public class DeltaDetectionOutboundItemConsumer extends java.lang.Object implements OutboundItemConsumer
Delta Detection implementation for consuming an OutboundItemDTO that uses the ChangeDetectionService for the consumption.
-
-
Constructor Summary
Constructors Constructor Description DeltaDetectionOutboundItemConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsume(OutboundItemDTO outboundItemDTO)Consumes the items in the outbound item DTO.protected ChangeDetectionServicegetChangeDetectionService()voidsetChangeDetectionService(ChangeDetectionService changeDetectionService)
-
-
-
Method Detail
-
consume
public void consume(OutboundItemDTO outboundItemDTO)
Description copied from interface:OutboundItemConsumerConsumes the items in the outbound item DTO.- Specified by:
consumein interfaceOutboundItemConsumer- Parameters:
outboundItemDTO- that contains the items to consume
-
getChangeDetectionService
protected ChangeDetectionService getChangeDetectionService()
-
setChangeDetectionService
public void setChangeDetectionService(ChangeDetectionService changeDetectionService)
-
-