Uses of Interface
de.hybris.platform.integrationservices.service.ItemModelSearchService
-
-
Uses of ItemModelSearchService in de.hybris.platform.integrationservices.service.impl
Classes in de.hybris.platform.integrationservices.service.impl that implement ItemModelSearchService Modifier and Type Class Description classDefaultItemModelSearchServiceDefault implementation ofItemModelSearchService -
Uses of ItemModelSearchService in de.hybris.platform.outboundsync.activator.impl
Fields in de.hybris.platform.outboundsync.activator.impl declared as ItemModelSearchService Modifier and Type Field Description protected ItemModelSearchServiceBaseOutboundSyncService. itemModelSearchServiceprotected ItemModelSearchServiceBaseOutboundSyncService. itemModelSearchServiceMethods in de.hybris.platform.outboundsync.activator.impl that return ItemModelSearchService Modifier and Type Method Description protected ItemModelSearchServiceDefaultOutboundSyncService. getItemModelSearchService()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type ItemModelSearchService Modifier and Type Method Description voidDefaultOutboundSyncService. setItemModelSearchService(ItemModelSearchService itemModelSearchService)Constructors in de.hybris.platform.outboundsync.activator.impl with parameters of type ItemModelSearchService Constructor Description DefaultDeleteOutboundSyncService(@NotNull DeleteRequestSender deleteRequestSender, @NotNull ItemModelSearchService itemModelSearchService, @NotNull EventService eventService, @NotNull OutboundItemConsumer outboundItemConsumer)Instantiates the delete sync service -
Uses of ItemModelSearchService in de.hybris.platform.webhookservices.service.impl
Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type ItemModelSearchService Constructor Description WebhookEventToItemSender(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService)Instantiates the WebhookEventToItemSender
-