Uses of Interface
de.hybris.platform.outboundsync.activator.OutboundItemConsumer
-
Packages that use OutboundItemConsumer Package Description de.hybris.platform.outboundsync.activator.impl de.hybris.platform.outboundsync.router.impl -
-
Uses of OutboundItemConsumer in de.hybris.platform.outboundsync.activator.impl
Classes in de.hybris.platform.outboundsync.activator.impl that implement OutboundItemConsumer Modifier and Type Class Description classDeltaDetectionOutboundItemConsumerDelta Detection implementation for consuming an OutboundItemDTO that uses the ChangeDetectionService for the consumption.Methods in de.hybris.platform.outboundsync.activator.impl that return OutboundItemConsumer Modifier and Type Method Description protected OutboundItemConsumerDefaultOutboundSyncService. getOutboundItemConsumer()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemConsumer Modifier and Type Method Description voidDefaultOutboundSyncService. setOutboundItemConsumer(OutboundItemConsumer outboundItemConsumer) -
Uses of OutboundItemConsumer in de.hybris.platform.outboundsync.router.impl
Methods in de.hybris.platform.outboundsync.router.impl that return OutboundItemConsumer Modifier and Type Method Description protected OutboundItemConsumerDefaultOutboundItemDTORouter. getChangeConsumer()Methods in de.hybris.platform.outboundsync.router.impl with parameters of type OutboundItemConsumer Modifier and Type Method Description voidDefaultOutboundItemDTORouter. setChangeConsumer(OutboundItemConsumer changeConsumer)
-