Uses of Interface
de.hybris.platform.webhookservices.service.WebhookConfigurationService
-
Packages that use WebhookConfigurationService Package Description de.hybris.platform.webhookservices.event de.hybris.platform.webhookservices.service.impl -
-
Uses of WebhookConfigurationService in de.hybris.platform.webhookservices.event
Methods in de.hybris.platform.webhookservices.event with parameters of type WebhookConfigurationService Modifier and Type Method Description voidWebhookServicesAfterSaveEventListener. setWebhookConfigurationService(WebhookConfigurationService webhookConfigurationService)Sets the WebhookConfigurationService -
Uses of WebhookConfigurationService in de.hybris.platform.webhookservices.service.impl
Classes in de.hybris.platform.webhookservices.service.impl that implement WebhookConfigurationService Modifier and Type Class Description classDefaultWebhookConfigurationServiceDefault implementation ofWebhookConfigurationServiceConstructors in de.hybris.platform.webhookservices.service.impl with parameters of type WebhookConfigurationService Constructor Description WebhookEventToItemSender(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService)Instantiates the WebhookEventToItemSenderWebhookEventToItemSender(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ModelService modelService)Deprecated, for removal: This API element is subject to removal in a future version.
-