Uses of Class
com.broadleafcommerce.tabby.domain.webhook.TabbyWebhookEvent
Packages that use TabbyWebhookEvent
-
Uses of TabbyWebhookEvent in com.broadleafcommerce.tabby.service.webhook
Methods in com.broadleafcommerce.tabby.service.webhook that return TabbyWebhookEventModifier and TypeMethodDescriptionprotected TabbyWebhookEvent
DefaultTabbyWebhookHandler.convertRequestBody
(@NonNull String requestBody) Methods in com.broadleafcommerce.tabby.service.webhook with parameters of type TabbyWebhookEventModifier and TypeMethodDescriptionprotected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyWebhookHandler.convertToPaymentResponse
(@NonNull TabbyWebhookEvent tabbyWebhookEvent, @NonNull String requestBody) protected String
DefaultTabbyWebhookHandler.getGatewayTransactionId
(@NonNull TabbyWebhookEvent tabbyWebhookEvent) protected String
DefaultTabbyWebhookHandler.getGatewayTransactionType
(@NonNull TabbyWebhookEvent tabbyWebhookEvent) protected javax.money.MonetaryAmount
DefaultTabbyWebhookHandler.getTransactionAmount
(@NonNull TabbyWebhookEvent tabbyWebhookEvent) protected com.broadleafcommerce.paymentgateway.domain.TransactionIdentifier
DefaultTabbyWebhookHandler.getTransactionIdentifier
(@NonNull TabbyWebhookEvent tabbyWebhookEvent, @NonNull Map<String, String> parameters) protected com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
DefaultTabbyWebhookHandler.getTransactionType
(@NonNull TabbyWebhookEvent tabbyWebhookEvent) protected String
DefaultTabbyWebhookHandler.getWebhookType
(@NonNull TabbyWebhookEvent tabbyWebhookEvent) protected boolean
DefaultTabbyWebhookHandler.isSupportedEvent
(@NonNull TabbyWebhookEvent webhookEvent)