Uses of Class
de.hybris.platform.webhookservices.model.WebhookConfigurationModel
-
Packages that use WebhookConfigurationModel Package Description de.hybris.platform.webhookbackoffice.services de.hybris.platform.webhookbackoffice.widgets.actions de.hybris.platform.webhookbackoffice.widgets.modals.controllers de.hybris.platform.webhookservices 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. createWebhookConfiguration(@NotNull IntegrationObjectModel integrationObject, @NotNull ConsumedDestinationModel consumedDestination, java.lang.String filterLocation)Deprecated, for removal: This API element is subject to removal in a future version.use createWebhookConfiguration(integrationObject, consumedDestination, filterLocation, eventType) insteadWebhookConfigurationModelWebhookConfigBackofficeService. createWebhookConfiguration(@NotNull IntegrationObjectModel integrationObject, @NotNull ConsumedDestinationModel consumedDestination, java.lang.String filterLocation, java.lang.String eventType)Create and persist a WebhookConfigurationModel 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(@NotNull IntegrationObjectModel integrationObject, @NotNull ConsumedDestinationModel consumedDestination)Retrieves a list of WebhookConfigurationModels searched with unique components -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookbackoffice.widgets.actions
Method parameters in de.hybris.platform.webhookbackoffice.widgets.actions with type arguments of type WebhookConfigurationModel Modifier and Type Method Description booleanPingWebhookConfigurationAction. canPerform(com.hybris.cockpitng.actions.ActionContext<WebhookConfigurationModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.String>PingWebhookConfigurationAction. perform(com.hybris.cockpitng.actions.ActionContext<WebhookConfigurationModel> actionContext) -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookbackoffice.widgets.modals.controllers
Fields in de.hybris.platform.webhookbackoffice.widgets.modals.controllers declared as WebhookConfigurationModel Modifier and Type Field Description protected WebhookConfigurationModelPingWebhookConfigModalController. webhookConfigurationMethods in de.hybris.platform.webhookbackoffice.widgets.modals.controllers with parameters of type WebhookConfigurationModel Modifier and Type Method Description voidPingWebhookConfigModalController. loadTestWebhookConfigurationModal(WebhookConfigurationModel webhookConfigurationModel) -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices that return WebhookConfigurationModel Modifier and Type Method Description WebhookConfigurationModelWebhookConfigurationBuilder. build()Creates and persists a web hook configuration according to the specification performed so far on this builder. -
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 typeMethods in de.hybris.platform.webhookservices.service with parameters of type WebhookConfigurationModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>WebhookValidationService. pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfig, @NotNull ItemModel item)Send a test payload to check whether the WebhookConfiguration is working correctly.voidWebhookValidationService. pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfiguration, @NotNull java.lang.String webhookPayload)Send Mocked Integration Object Payload to Destination to validate WebhookConfiguration -
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)Methods in de.hybris.platform.webhookservices.service.impl with parameters of type WebhookConfigurationModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultWebhookValidationService. pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfig, @NotNull ItemModel item)voidDefaultWebhookValidationService. pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfiguration, @NotNull java.lang.String webhookPayload) -
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
-