Uses of Interface
de.hybris.platform.outboundsync.activator.OutboundItemConsumer
-
-
Uses of OutboundItemConsumer in de.hybris.platform.outboundsync
Classes in de.hybris.platform.outboundsync that implement OutboundItemConsumer Modifier and Type Class Description classTestOutboundItemConsumerA change consumer to be used in the tests. -
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.Fields in de.hybris.platform.outboundsync.activator.impl declared as OutboundItemConsumer Modifier and Type Field Description protected OutboundItemConsumerBaseOutboundSyncService. outboundItemConsumerprotected OutboundItemConsumerBaseOutboundSyncService. outboundItemConsumerMethods in de.hybris.platform.outboundsync.activator.impl that return OutboundItemConsumer Modifier and Type Method Description OutboundItemConsumerDefaultOutboundSyncService. getOutboundItemConsumer()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemConsumer Modifier and Type Method Description voidDefaultOutboundSyncService. setOutboundItemConsumer(OutboundItemConsumer outboundItemConsumer)Constructors in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemConsumer Constructor Description DefaultDeleteOutboundSyncService(@NotNull DeleteRequestSender deleteRequestSender, @NotNull ItemModelSearchService itemModelSearchService, @NotNull EventService eventService, @NotNull OutboundItemConsumer outboundItemConsumer)Instantiates the delete sync service -
Uses of OutboundItemConsumer in de.hybris.platform.outboundsync.job.impl
Constructors in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundItemConsumer Constructor Description DefaultFilteringService(@NotNull OutboundItemConsumer outboundItemConsumer)Constructor to create FilteringService -
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)
-