Uses of Interface
de.hybris.platform.outboundsync.activator.OutboundItemConsumer
Packages that use OutboundItemConsumer
Package
Description
-
Uses of OutboundItemConsumer in de.hybris.platform.outboundsync
Classes in de.hybris.platform.outboundsync that implement OutboundItemConsumerModifier and TypeClassDescriptionclassA 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 OutboundItemConsumerModifier and TypeClassDescriptionclassDelta Detection implementation for consuming an OutboundItemDTO that uses the ChangeDetectionService for the consumption.Constructors in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemConsumerModifierConstructorDescriptionDefaultDeleteOutboundSyncService(@NotNull DeleteRequestSender deleteRequestSender, @NotNull ItemModelSearchService itemModelSearchService, @NotNull EventService eventService, @NotNull OutboundItemConsumer outboundItemConsumer) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OutboundItemConsumer in de.hybris.platform.outboundsync.job.impl
Constructors in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundItemConsumerModifierConstructorDescriptionDefaultFilteringService(@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 OutboundItemConsumerModifier and TypeMethodDescriptionprotected OutboundItemConsumerDefaultOutboundItemDTORouter.getChangeConsumer()Methods in de.hybris.platform.outboundsync.router.impl with parameters of type OutboundItemConsumerModifier and TypeMethodDescriptionvoidDefaultOutboundItemDTORouter.setChangeConsumer(OutboundItemConsumer changeConsumer)
DefaultDeleteOutboundSyncService(ItemModelSearchService, OutboundItemFactory, OutboundSyncJobRegister, DeleteRequestSender)This constructor does not set theEventServiceand theOutboundItemConsumeranymore.