Uses of Class
de.hybris.platform.webhookservices.model.WebhookConfigurationModel
Packages that use WebhookConfigurationModel
Package
Description
Contains generated models for each type of de.hybris.platform.webhookservices.jalo package.
-
Uses of WebhookConfigurationModel in de.hybris.platform.webhookbackoffice.services
Methods in de.hybris.platform.webhookbackoffice.services that return WebhookConfigurationModelModifier and TypeMethodDescriptionWebhookConfigBackofficeService.createWebhookConfiguration(@NotNull IntegrationObjectModel integrationObject, @NotNull ConsumedDestinationModel consumedDestination, String filterLocation, String eventType) Create and persist a WebhookConfigurationModel and return it.Methods in de.hybris.platform.webhookbackoffice.services that return types with arguments of type WebhookConfigurationModelModifier and TypeMethodDescriptionWebhookConfigBackofficeService.getWebhookConfiguration(@NotNull IntegrationObjectModel integrationObject, @NotNull ConsumedDestinationModel consumedDestination) Deprecated, for removal: This API element is subject to removal in a future version.use getWebhookConfiguration(integrationObject, consumedDestination, eventType) insteadWebhookConfigBackofficeService.getWebhookConfiguration(@NotNull IntegrationObjectModel integrationObject, @NotNull ConsumedDestinationModel consumedDestination, @NotNull String eventType) 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 WebhookConfigurationModelModifier and TypeMethodDescriptionbooleanPingWebhookConfigurationAction.canPerform(com.hybris.cockpitng.actions.ActionContext<WebhookConfigurationModel> ctx) com.hybris.cockpitng.actions.ActionResult<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 WebhookConfigurationModelModifier and TypeFieldDescriptionprotected WebhookConfigurationModelPingWebhookConfigModalController.webhookConfigurationMethods in de.hybris.platform.webhookbackoffice.widgets.modals.controllers with parameters of type WebhookConfigurationModelModifier and TypeMethodDescriptionvoidPingWebhookConfigModalController.loadTestWebhookConfigurationModal(WebhookConfigurationModel webhookConfigurationModel) -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices that return WebhookConfigurationModelModifier and TypeMethodDescriptionWebhookConfigurationBuilder.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 WebhookConfigurationModelModifier and TypeMethodDescriptionvoidWebhookConfigurationDestinationValidateInterceptor.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 WebhookConfigurationModelModifier and TypeMethodDescriptiondefault Collection<WebhookConfigurationModel>WebhookConfigurationService.findByEventAndItemMatchingAnyItem(WebhookEvent event, ItemModel item) Find WebhookConfigurations that are associated to the given webhook event, and have an Integration Object Item with the same type as the given item typedefault Collection<WebhookConfigurationModel>WebhookConfigurationService.findByEventAndItemMatchingRootItem(WebhookEvent event, ItemModel item) Find WebhookConfigurations that are associated to the given webhook event, and have the Integration Object root item with the same type as the given item type.default Optional<WebhookConfigurationModel>WebhookConfigurationService.findWebhookConfigurationByPk(PK pk) Find WebhookConfiguration by a primary keyWebhookConfigurationService.getWebhookConfigurationsByEventAndItemModel(AbstractEvent event, ItemModel item) Find WebhookConfigurations that are associated to the given abstract 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 WebhookConfigurationModelModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<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 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 WebhookConfigurationModelModifier and TypeMethodDescriptionDefaultWebhookConfigurationService.findByEventAndItemMatchingAnyItem(WebhookEvent event, ItemModel item) DefaultWebhookConfigurationService.findByEventAndItemMatchingRootItem(WebhookEvent event, ItemModel item) DefaultWebhookConfigurationService.findWebhookConfigurationByPk(PK pk) DefaultWebhookConfigurationService.getWebhookConfigurationsByEventAndItemModel(AbstractEvent event, ItemModel item) Methods in de.hybris.platform.webhookservices.service.impl with parameters of type WebhookConfigurationModelModifier and TypeMethodDescriptionprotected booleanAbstractWebhookEventSender.isMatchingDestinationTarget(WebhookConfigurationModel webhookConfig, EventSourceData eventSourceData) protected voidAbstractWebhookEventSender.logDebug(ItemModel item, WebhookConfigurationModel webhookConfiguration) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultWebhookValidationService.pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfig, @NotNull ItemModel item) voidDefaultWebhookValidationService.pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfiguration, @NotNull String webhookPayload) protected voidAbstractWebhookEventSender.sendToWebhook(@NotNull WebhookConfigurationModel webhookConfiguration, ItemModel item, EventType eventType) -
Uses of WebhookConfigurationModel in de.hybris.platform.webhookservices.util
Methods in de.hybris.platform.webhookservices.util with parameters of type WebhookConfigurationModelModifier and TypeMethodDescriptionstatic StringToStringUtil.toString(WebhookConfigurationModel model) Converts to a string