Uses of Interface
de.hybris.platform.integrationservices.service.ItemModelSearchService
Packages that use ItemModelSearchService
Package
Description
-
Uses of ItemModelSearchService in de.hybris.platform.integrationservices.service.impl
Classes in de.hybris.platform.integrationservices.service.impl that implement ItemModelSearchService -
Uses of ItemModelSearchService in de.hybris.platform.outboundsync.activator.impl
Constructors in de.hybris.platform.outboundsync.activator.impl with parameters of type ItemModelSearchServiceModifierConstructorDescriptionDefaultDeleteOutboundSyncService(@NotNull ItemModelSearchService searchService, @NotNull OutboundItemFactory factory, @NotNull OutboundSyncJobRegister register, @NotNull DeleteRequestSender sender) Instantiates this services with its required dependenciesDefaultDeleteOutboundSyncService(@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.DefaultOutboundSyncService(@NotNull ItemModelSearchService searchService, @NotNull OutboundItemFactory factory, @NotNull OutboundSyncJobRegister register, @NotNull OutboundServiceFacade facade) Deprecated, for removal: This API element is subject to removal in a future version.UseDefaultOutboundSyncService(ItemModelSearchService, OutboundItemFactory, OutboundSyncJobRegister, OutboundServiceFacade, OutboundMultiPartResponseParser)to instantiates this outbound sync service.DefaultOutboundSyncService(@NotNull ItemModelSearchService searchService, @NotNull OutboundItemFactory factory, @NotNull OutboundSyncJobRegister register, @NotNull OutboundServiceFacade facade, @NotNull OutboundMultiPartResponseParser responseParser) Instantiates this outbound sync service. -
Uses of ItemModelSearchService in de.hybris.platform.webhookservices.event.impl
Methods in de.hybris.platform.webhookservices.event.impl with parameters of type ItemModelSearchServiceModifier and TypeMethodDescriptionvoidDefaultWebhookEventFactory.setItemModelSearchService(ItemModelSearchService itemModelSearchService) -
Uses of ItemModelSearchService in de.hybris.platform.webhookservices.search
Classes in de.hybris.platform.webhookservices.search that implement ItemModelSearchServiceModifier and TypeClassDescriptionclassDefault webhook search service.Constructors in de.hybris.platform.webhookservices.search with parameters of type ItemModelSearchServiceModifierConstructorDescriptionprotectedDefaultWebhookSearchService(@NotNull WebhookCacheService webhookCacheService, @NotNull ItemModelSearchService itemModelSearchService) Instantiate the DefaultWebhookSearchService -
Uses of ItemModelSearchService in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl that return ItemModelSearchServiceModifier and TypeMethodDescriptionprotected ItemModelSearchServiceAbstractWebhookEventSender.getItemModelSearchService()Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type ItemModelSearchServiceModifierConstructorDescriptionprotectedAbstractWebhookEventSender(@NotNull ItemModelSearchService itemModelSearchService, @NotNull OutboundServiceFacade outboundServiceFacade) Constructor fort theAbstractWebhookEventSenderDefaultWebhookConfigurationService(@NotNull FlexibleSearchService flexibleSearchService, @NotNull DescriptorFactory descriptorFactory, @NotNull ItemModelSearchService itemSearchService) Instantiates theDefaultWebhookConfigurationServiceWebhookDeleteEventToItemSender(@NotNull WebhookCacheService webhookCacheService, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService, @NotNull OutboundServiceFacade outboundServiceFacade) Instantiate the WebhookDeleteEventToItemSenderWebhookEventToItemSender(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService) Instantiates the WebhookEventToItemSender
DefaultDeleteOutboundSyncService(ItemModelSearchService, OutboundItemFactory, OutboundSyncJobRegister, DeleteRequestSender)This constructor does not set theEventServiceand theOutboundItemConsumeranymore.