Uses of Class
de.hybris.platform.webhookservices.model.WebhookConfigurationModel
-
Packages that use WebhookConfigurationModel Package Description de.hybris.platform.webhookbackoffice.services de.hybris.platform.webhookservices.model Contains generated models for each type of de.hybris.platform.webhookservices.jalo package.de.hybris.platform.webhookservices.service de.hybris.platform.webhookservices.service.impl de.hybris.platform.webhookservices.util -
-
Uses of WebhookConfigurationModel in de.hybris.platform.webhookbackoffice.services
Methods in de.hybris.platform.webhookbackoffice.services that return WebhookConfigurationModel Modifier and Type Method Description WebhookConfigurationModelWebhookConfigBackofficeService. createAndPersistWebhookConfiguration(IntegrationObjectModel integrationObject, ConsumedDestinationModel consumedDestination, java.lang.String eventType, java.lang.String filterLocation)Create, persist a WebhookConfigurationModels searched with unique components and return it.Methods in de.hybris.platform.webhookbackoffice.services that return types with arguments of type WebhookConfigurationModel Modifier and Type Method Description java.util.List<WebhookConfigurationModel>WebhookConfigBackofficeService. getWebhookConfiguration(IntegrationObjectModel integrationObject, ConsumedDestinationModel consumedDestination, java.lang.String eventType)Retrieves a list of WebhookConfigurationModels searched with unique components -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices.model
Methods in de.hybris.platform.webhookservices.model with parameters of type WebhookConfigurationModel Modifier and Type Method Description voidWebhookConfigurationDestinationValidateInterceptor. onValidate(WebhookConfigurationModel config, InterceptorContext context)voidWebhookConfigurationValidateInterceptor. onValidate(WebhookConfigurationModel config, InterceptorContext context) -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices.service
Methods in de.hybris.platform.webhookservices.service that return types with arguments of type WebhookConfigurationModel Modifier and Type Method Description java.util.Collection<WebhookConfigurationModel>WebhookConfigurationService. getWebhookConfigurationsByEventAndItemModel(@NotNull AbstractEvent event, @NotNull ItemModel item)Find WebhookConfigurations that are associated to the given event, and have the Integration Object root item type the same as the given item type -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl that return types with arguments of type WebhookConfigurationModel Modifier and Type Method Description java.util.Collection<WebhookConfigurationModel>DefaultWebhookConfigurationService. getWebhookConfigurationsByEventAndItemModel(AbstractEvent event, ItemModel item) -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices.util
Methods in de.hybris.platform.webhookservices.util with parameters of type WebhookConfigurationModel Modifier and Type Method Description static java.lang.StringToStringUtil. toString(WebhookConfigurationModel model)Converts to a string
-