Uses of Class
de.hybris.platform.servicelayer.event.events.AbstractEvent
-
-
Uses of AbstractEvent in com.hybris.backoffice.cockpitng.events
Methods in com.hybris.backoffice.cockpitng.events with parameters of type AbstractEvent Modifier and Type Method Description protected voidBackofficePlatformEventAdapter. forwardCockpitEvent(AbstractEvent event)Creates newDefaultCockpitEventbased on the given application event.voidBackofficePlatformEventAdapter. sendEvent(AbstractEvent event) -
Uses of AbstractEvent in com.hybris.backoffice.events
Classes in com.hybris.backoffice.events with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractBackofficeEventListener<T extends AbstractEvent>Abstract listener for platform events, has to be extended for every concrete event typeSubclasses of AbstractEvent in com.hybris.backoffice.events Modifier and Type Class Description classBackofficeEventDeprecated, for removal: This API element is subject to removal in a future version.since 6.7, extendAbstractEventinstead.Methods in com.hybris.backoffice.events with parameters of type AbstractEvent Modifier and Type Method Description voidDefaultBackofficeEventSender. sendEvent(AbstractEvent event) -
Uses of AbstractEvent in com.hybris.backoffice.events.processes
Classes in com.hybris.backoffice.events.processes with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractProcessEvent<T extends AbstractEvent>Abstract event for sync events.Subclasses of AbstractEvent in com.hybris.backoffice.events.processes Modifier and Type Class Description classAbstractProcessEvent<T extends AbstractEvent>Abstract event for sync events.classProcessFinishedEventEvent which informs that cron job which run synchronization has finished.classProcessStartEventEvent which informs about sync cron job start -
Uses of AbstractEvent in com.hybris.backoffice.events.sync
Classes in com.hybris.backoffice.events.sync with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractSyncEvent<T extends AbstractEvent>Deprecated, for removal: This API element is subject to removal in a future version.since 6.6, please use theAbstractProcessEventinstead.Subclasses of AbstractEvent in com.hybris.backoffice.events.sync Modifier and Type Class Description classAbstractSyncEvent<T extends AbstractEvent>Deprecated, for removal: This API element is subject to removal in a future version.since 6.6, please use theAbstractProcessEventinstead.classSyncFinishedEventDeprecated, for removal: This API element is subject to removal in a future version.since 6.6, please use theProcessFinishedEventinstead.classSyncStartEventDeprecated, for removal: This API element is subject to removal in a future version.since 6.6, please use theProcessStartEventinstead. -
Uses of AbstractEvent in com.hybris.backoffice.listeners
Subclasses of AbstractEvent in com.hybris.backoffice.listeners Modifier and Type Class Description classBackofficeRoleUpdatedClusterAwareEventAn event sent to all nodes in cluster to notify about BackofficeRole update -
Uses of AbstractEvent in com.hybris.datahub.core.event
Subclasses of AbstractEvent in com.hybris.datahub.core.event Modifier and Type Class Description classDatahubAdapterImportEvent -
Uses of AbstractEvent in de.hybris.eventtracking.model.events
-
Uses of AbstractEvent in de.hybris.platform.acceleratorservices.cartfileupload.events
Subclasses of AbstractEvent in de.hybris.platform.acceleratorservices.cartfileupload.events Modifier and Type Class Description classSavedCartFileUploadEvent -
Uses of AbstractEvent in de.hybris.platform.acceleratorservices.dataexport.generic.event
Subclasses of AbstractEvent in de.hybris.platform.acceleratorservices.dataexport.generic.event Modifier and Type Class Description classExportDataEventExportData event.classUploadDataEventupload data event.Methods in de.hybris.platform.acceleratorservices.dataexport.generic.event with parameters of type AbstractEvent Modifier and Type Method Description protected voidExportMessageSendingEventListener. send(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.acceleratorservices.site
Classes in de.hybris.platform.acceleratorservices.site with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractAcceleratorSiteEventListener<T extends AbstractEvent>Abstract site event listener providing that provides a method to determine if a SiteChannel should be handled. -
Uses of AbstractEvent in de.hybris.platform.addonsupport.setup.events
Subclasses of AbstractEvent in de.hybris.platform.addonsupport.setup.events Modifier and Type Class Description classAddonSampleDataImportedEventEvent indicating that sample data for an AddOn has been loaded. -
Uses of AbstractEvent in de.hybris.platform.addonsupport.setup.impl
Methods in de.hybris.platform.addonsupport.setup.impl with parameters of type AbstractEvent Modifier and Type Method Description protected voidGenericAddOnSampleDataEventListener. onEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.apiregistryservices.dto
Methods in de.hybris.platform.apiregistryservices.dto that return AbstractEvent Modifier and Type Method Description AbstractEventEventSourceData. getEvent()Methods in de.hybris.platform.apiregistryservices.dto with parameters of type AbstractEvent Modifier and Type Method Description voidEventSourceData. setEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.apiregistryservices.event
Subclasses of AbstractEvent in de.hybris.platform.apiregistryservices.event Modifier and Type Class Description classDynamicProcessEventclassEventExportDisabledEventEvent triggering event export disablingclassEventExportEnabledEventEvent triggering event export enablingclassEventExportFailedEventEvent export failed cluster eventclassInvalidateCharonCacheEvent -
Uses of AbstractEvent in de.hybris.platform.apiregistryservices.event.impl
Methods in de.hybris.platform.apiregistryservices.event.impl with parameters of type AbstractEvent Modifier and Type Method Description protected java.lang.StringExportEventSender. getEventClass(AbstractEvent abstractEvent)voidExportEventSender. sendEvent(AbstractEvent abstractEvent) -
Uses of AbstractEvent in de.hybris.platform.apiregistryservices.populators
Methods in de.hybris.platform.apiregistryservices.populators with parameters of type AbstractEvent Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>AbstractEventPopulator. getValuesFromEvent(AbstractEvent event, EventConfigurationModel ecModel)Method applies mappingConfiguration on event data -
Uses of AbstractEvent in de.hybris.platform.b2b.event
Subclasses of AbstractEvent in de.hybris.platform.b2b.event Modifier and Type Class Description classMerchantApprovedEventclassMerchantRejectedEventclassOrderApprovedEventclassOrderRejectedEventclassQuoteApprovedEventclassQuoteRejectedEvent -
Uses of AbstractEvent in de.hybris.platform.b2b.process.approval.event
Subclasses of AbstractEvent in de.hybris.platform.b2b.process.approval.event Modifier and Type Class Description classApprovalProcessCompleteEventAn event is fired when b2b approval process is completed successfully.classApprovalProcessStartEventAn event that is fired when a B2B order approval process starts -
Uses of AbstractEvent in de.hybris.platform.b2bacceleratorservices.event
Classes in de.hybris.platform.b2bacceleratorservices.event with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractMerchantEventListener<T extends AbstractEvent>classAbstractOrderEventListener<T extends AbstractEvent>Subclasses of AbstractEvent in de.hybris.platform.b2bacceleratorservices.event Modifier and Type Class Description classOrderApprovalRejectionEventclassOrderPendingApprovalEventclassReplenishmentOrderConfirmationEventclassReplenishmentOrderPlacedEvent -
Uses of AbstractEvent in de.hybris.platform.commerceservices.event
Classes in de.hybris.platform.commerceservices.event with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractSiteEventListener<T extends AbstractEvent>Subclasses of AbstractEvent in de.hybris.platform.commerceservices.event Modifier and Type Class Description classAbstractCommerceUserEvent<T extends BaseSiteModel>Abstract base class for user events generated in the commerceservices layer.classAbstractConsentEventAbstract Consent event, implementation ofAbstractCommerceUserEventclassAbstractQuoteSubmitEvent<T extends BaseSiteModel>Abstract base class for Quote submit events which can be extended to create a new event.classAnonymousConsentChangeEventAbstract Anonymous Consent event.classChangeUIDEventChangeUID event, implementation ofAbstractCommerceUserEventclassClosedAccountEventClosed account event, implementation ofAbstractCommerceUserEventclassConsentGivenEventConsent Given event, implementation ofAbstractConsentEventclassConsentWithdrawnEventConsent Withdrawn event, implementation ofAbstractConsentEventclassCreateReturnEventclassDeletedAddressEventDeleted Address event, implementation ofAbstractCommerceUserEventclassForgottenPwdEventForgotten password event, implementation ofAbstractCommerceUserEventclassLoginSuccessEventLogin success event, implementation ofAbstractCommerceUserEventclassOrderCancelledEventclassOrderRefundEventclassQuoteBuyerOrderPlacedEventEvent to indicate that buyer placed a quote orderclassQuoteBuyerSubmitEventEvent to indicate that buyer submitted a quote.classQuoteCancelEventEvent to indicate cancellation of a quote.classQuoteExpiredEventEvent to indicate that a quote is expiredclassQuoteSalesRepSubmitEventEvent to indicate that sales representative submitted a quote.classQuoteSellerApprovalSubmitEventEvent to indicate that seller approver approved or rejected a quote.classQuoteToExpireSoonEventEvent to indicate that a quote is going to expire soonclassRegisterEventRegistration event, implementation ofAbstractCommerceUserEventclassSavedAddressEventSaved Address event, implementation ofAbstractCommerceUserEventclassUpdatedProfileEventUpdated profile event, implementation ofAbstractCommerceUserEvent -
Uses of AbstractEvent in de.hybris.platform.commerceservices.setup.events
Subclasses of AbstractEvent in de.hybris.platform.commerceservices.setup.events Modifier and Type Class Description classAbstractDataImportEventclassCoreDataImportedEventclassSampleDataImportedEvent -
Uses of AbstractEvent in de.hybris.platform.fraud.events
Subclasses of AbstractEvent in de.hybris.platform.fraud.events Modifier and Type Class Description classOrderFraudEmployeeNotificationEventThis event is sent when some fraud symptoms were recognized in the order and it requires manual check by employee. -
Uses of AbstractEvent in de.hybris.platform.jalo.security.event
Subclasses of AbstractEvent in de.hybris.platform.jalo.security.event Modifier and Type Class Description classAbstractLoginEventclassLegacyLoginFailureEventclassLegacyLoginSuccessfulEvent -
Uses of AbstractEvent in de.hybris.platform.kymaintegrationservices.event
Subclasses of AbstractEvent in de.hybris.platform.kymaintegrationservices.event Modifier and Type Class Description classInvalidateCertificateCredentialsCacheEventEvent for Credentials invalidation in @RestTemplateWrapper -
Uses of AbstractEvent in de.hybris.platform.multicountrysampledataaddon.setup.impl
Methods in de.hybris.platform.multicountrysampledataaddon.setup.impl with parameters of type AbstractEvent Modifier and Type Method Description protected voidMultiCountryAddOnSampleDataEventListener. onEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.order.events
Subclasses of AbstractEvent in de.hybris.platform.order.events Modifier and Type Class Description classSubmitOrderEvent -
Uses of AbstractEvent in de.hybris.platform.ordercancel.events
Subclasses of AbstractEvent in de.hybris.platform.ordercancel.events Modifier and Type Class Description classCancelFinishedEventclassCancelPendingEvent -
Uses of AbstractEvent in de.hybris.platform.orderprocessing.events
Subclasses of AbstractEvent in de.hybris.platform.orderprocessing.events Modifier and Type Class Description classAuthorizationFailedEventEvent representing failure to authorise a payment.classConsignmentProcessingEventAbstract base class for all OrderProcess eventsclassFraudErrorEventEvent representing an error occurring in the Fraud CheckclassOrderCompletedEventEvent representing completion of order process.classOrderFraudCustomerNotificationEventEvent representing a fraud notification to the customer.classOrderFraudEventclassOrderPlacedEventclassOrderProcessingEventAbstract base class for all OrderProcess eventsclassPaymentFailedEventEvent representing a failure to capture paymentclassPickupConfirmationEventclassSendDeliveryMessageEventclassSendNotPickedUpConsignmentCanceledMessageEventclassSendOrderPartiallyCanceledMessageEventclassSendOrderPartiallyRefundedMessageEventclassSendPickedUpMessageEventclassSendReadyForPickupMessageEvent -
Uses of AbstractEvent in de.hybris.platform.outboundsync.events
Subclasses of AbstractEvent in de.hybris.platform.outboundsync.events Modifier and Type Class Description classAbortedOutboundSyncEventEvent is triggered for every item being processed after the job is aborted.classCompletedOutboundSyncEventEvent triggered for every item, for which synchronization has been attempted during a cron job run.classIgnoredOutboundSyncEventEvent indicates that a single item change was not processed.classOutboundSyncEventBase event for all events related to the outbound sync workflow.classStartedOutboundSyncEventEvent triggered when the Outbound Synchronization Cron Job has been started.classSystemErrorOutboundSyncEventEvent is triggered after a systemic error occurred. -
Uses of AbstractEvent in de.hybris.platform.personalizationaddon.setup.impl
Methods in de.hybris.platform.personalizationaddon.setup.impl with parameters of type AbstractEvent Modifier and Type Method Description protected voidCxAddOnSampleDataEventListener. onEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.personalizationsampledataaddon.setup.impl
Methods in de.hybris.platform.personalizationsampledataaddon.setup.impl with parameters of type AbstractEvent Modifier and Type Method Description protected voidCxAddOnSampleDataEventListener. onEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.personalizationyprofile.event
Subclasses of AbstractEvent in de.hybris.platform.personalizationyprofile.event Modifier and Type Class Description classInvalidateConsumptionLayerUserSegmentsProviderCacheEvent -
Uses of AbstractEvent in de.hybris.platform.ruleengine.event
Subclasses of AbstractEvent in de.hybris.platform.ruleengine.event Modifier and Type Class Description classKieModuleSwappingEventThe Event is fired on Rule Engine initialization to propagate the update to other nodes.classRuleEngineInitializedEventThe Event is fired on Rule Engine initialization to propagate the update to other nodes.classRuleEngineModuleSwapCompletedEventThe Event is fired on Rule Engine initialization when the kie module swap is completed or on errorclassRuleUpdatedEventThe Event is fired when a Rule gets updated -
Uses of AbstractEvent in de.hybris.platform.ruleenginebackoffice.listeners
Classes in de.hybris.platform.ruleenginebackoffice.listeners with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractBackofficeAdapterEventListener<T extends AbstractEvent>Abstract event listener that provides common functionality to send respective backoffice notification -
Uses of AbstractEvent in de.hybris.platform.ruleengineservices.maintenance
Subclasses of AbstractEvent in de.hybris.platform.ruleengineservices.maintenance Modifier and Type Class Description classRulesCompilationInProgressQueryEventThe event querying about the rules compilation statusclassRulesCompilationInProgressResponseEventThe response event about the rules compilation status -
Uses of AbstractEvent in de.hybris.platform.ruleengineservices.util
Methods in de.hybris.platform.ruleengineservices.util with parameters of type AbstractEvent Modifier and Type Method Description voidEventServiceStub. publishEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.sap.productconfig.services.event.util.impl
Methods in de.hybris.platform.sap.productconfig.services.event.util.impl with parameters of type AbstractEvent Modifier and Type Method Description java.lang.StringProductConfigEventListenerUtil. getUserSessionId(AbstractEvent evt) -
Uses of AbstractEvent in de.hybris.platform.scripting.events
Subclasses of AbstractEvent in de.hybris.platform.scripting.events Modifier and Type Class Description classTestDummyEventdummy test eventclassTestPerformanceEventtest event for performance testsclassTestScriptingEventTest event for scripted event listeners -
Uses of AbstractEvent in de.hybris.platform.scripting.events.impl
Methods in de.hybris.platform.scripting.events.impl with parameters of type AbstractEvent Modifier and Type Method Description protected voidTestStandardEventListener. onEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.servicelayer.event
Classes in de.hybris.platform.servicelayer.event with type parameters of type AbstractEvent Modifier and Type Class Description protected static classAbstractAsynchronousEventServiceTest.EventQueue<T extends AbstractEvent>interfaceEventDecorator<T extends AbstractEvent>Allows decorating events published viaEventService.publishEvent(AbstractEvent).Fields in de.hybris.platform.servicelayer.event declared as AbstractEvent Modifier and Type Field Description AbstractEventConfiguredTestListener. lastEventMethods in de.hybris.platform.servicelayer.event that return AbstractEvent Modifier and Type Method Description AbstractEventConfiguredTestListener. getLastEvent()protected AbstractEventAbstractAsynchronousEventServiceTest. pollEvent()AbstractEventAbstractAsynchronousEventServiceTest.TestEventQueueBasedListener. pollEvent()Methods in de.hybris.platform.servicelayer.event with parameters of type AbstractEvent Modifier and Type Method Description protected voidAbstractAsynchronousEventServiceTest.PrecedingListener. onEvent(AbstractEvent event)protected voidAbstractAsynchronousEventServiceTest.TestEventQueueBasedListener. onEvent(AbstractEvent event)protected voidConfiguredTestListener. onEvent(AbstractEvent event)voidEventService. publishEvent(AbstractEvent event)voidEventSender. sendEvent(AbstractEvent event)Sends the givenAbstractEventdepending on the environment.Method parameters in de.hybris.platform.servicelayer.event with type arguments of type AbstractEvent Modifier and Type Method Description protected voidAbstractAsynchronousEventServiceTest. adjustPrecedingListener(java.util.function.Predicate<AbstractEvent> filter, java.util.function.Consumer<AbstractEvent> consumer)protected voidAbstractAsynchronousEventServiceTest. adjustPrecedingListener(java.util.function.Predicate<AbstractEvent> filter, java.util.function.Consumer<AbstractEvent> consumer)voidAbstractAsynchronousEventServiceTest.PrecedingListener. setConsumer(java.util.function.Consumer<AbstractEvent> consumer)protected voidAbstractAsynchronousEventServiceTest. setExpectedEventClass(java.lang.Class<? extends AbstractEvent> eventClass)voidAbstractAsynchronousEventServiceTest.TestEventQueueBasedListener. setExpectedEventClass(java.lang.Class<? extends AbstractEvent> clazz)voidAbstractAsynchronousEventServiceTest.PrecedingListener. setFilter(java.util.function.Predicate<AbstractEvent> filter) -
Uses of AbstractEvent in de.hybris.platform.servicelayer.event.events
Subclasses of AbstractEvent in de.hybris.platform.servicelayer.event.events Modifier and Type Class Description classAbstractCronJobEventclassAbstractCronJobPerformEventclassAbstractPersistenceEventAbstract event class for persistence related events.classAbstractWebserviceActionEvent<RESOURCE>Generic class for webservices action eventsclassAfterCronJobCrashAbortEventclassAfterCronJobFinishedEventclassAfterInitializationEndEventclassAfterInitializationStartEventclassAfterItemCreationEventclassAfterItemRemovalEventclassAfterSessionAttributeChangeEventclassAfterSessionCreationEventclassAfterSessionUserChangeEventclassAfterTenantInitializationClusterAwareEventclassAfterTenantRestartClusterAwareEventclassAfterTenantRestartEventclassBeforeCronJobStartEventclassBeforeSessionCloseEventclassInvalidateModelConverterRegistryEventclassTestingEventTesting event used only for testing current Spring Integration.Methods in de.hybris.platform.servicelayer.event.events with parameters of type AbstractEvent Modifier and Type Method Description protected voidMessageSendingEventListener. onEvent(AbstractEvent event)protected voidMessageSendingEventListener. send(AbstractEvent event)Method parameters in de.hybris.platform.servicelayer.event.events with type arguments of type AbstractEvent Modifier and Type Method Description voidMessageSendingEventListener. setEventClass(java.lang.Class<? extends AbstractEvent> eventClass) -
Uses of AbstractEvent in de.hybris.platform.servicelayer.event.impl
Classes in de.hybris.platform.servicelayer.event.impl with type parameters of type AbstractEvent Modifier and Type Class Description classAbstractEventDecorator<T extends AbstractEvent>Base class for easier implementation ofEventDecoratorbeans.classAbstractEventListener<T extends AbstractEvent>Abstract event listener class for listening to events.Methods in de.hybris.platform.servicelayer.event.impl that return types with arguments of type AbstractEvent Modifier and Type Method Description protected java.util.List<EventDecorator<AbstractEvent>>HybrisApplicationEventMulticaster. getDecorators(AbstractEvent event)Methods in de.hybris.platform.servicelayer.event.impl with parameters of type AbstractEvent Modifier and Type Method Description protected java.util.List<EventDecorator<AbstractEvent>>HybrisApplicationEventMulticaster. getDecorators(AbstractEvent event)protected booleanPlatformClusterEventSender. isForOwnTenant(AbstractEvent event)static booleanEventUtils. matchCluster(AbstractEvent event, long currentClusterIslandId, int currentClusterId)Deprecated, for removal: This API element is subject to removal in a future version.static booleanEventUtils. matchCluster(AbstractEvent event, long currentClusterIslandId, int currentClusterId, java.util.Collection<java.lang.String> currentNodeGroups)voidDefaultEventService. publishEvent(AbstractEvent event)voidPlatformClusterEventSender. sendEvent(AbstractEvent event)voidSpringEventSender. sendEvent(AbstractEvent event)Method parameters in de.hybris.platform.servicelayer.event.impl with type arguments of type AbstractEvent Modifier and Type Method Description voidHybrisApplicationEventMulticaster. setAllDecorators(java.util.Collection<EventDecorator<AbstractEvent>> allDecorators)booleanHybrisApplicationEventMulticaster. supportsEventType(EventDecorator<AbstractEvent> decorator, java.lang.Class<? extends AbstractEvent> eventType)booleanHybrisApplicationEventMulticaster. supportsEventType(EventDecorator<AbstractEvent> decorator, java.lang.Class<? extends AbstractEvent> eventType) -
Uses of AbstractEvent in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type AbstractEvent Modifier and Type Method Description voidServicelayerManager. publishEvent(AbstractEvent event) -
Uses of AbstractEvent in de.hybris.platform.task.impl
Subclasses of AbstractEvent in de.hybris.platform.task.impl Modifier and Type Class Description classRepollEvent -
Uses of AbstractEvent in de.hybris.platform.ticketsystem.events
Subclasses of AbstractEvent in de.hybris.platform.ticketsystem.events Modifier and Type Class Description classSessionEvent -
Uses of AbstractEvent in de.hybris.platform.warehousing.event
Subclasses of AbstractEvent in de.hybris.platform.warehousing.event Modifier and Type Class Description classSendReturnLabelEvent -
Uses of AbstractEvent in de.hybris.platform.webhookservices
Method parameters in de.hybris.platform.webhookservices with type arguments of type AbstractEvent Modifier and Type Method Description WebhookConfigurationBuilderWebhookConfigurationBuilder. withEvent(java.lang.Class<? extends AbstractEvent> type)Specifies event type for the web hook configuration being built -
Uses of AbstractEvent in de.hybris.platform.webhookservices.event
Subclasses of AbstractEvent in de.hybris.platform.webhookservices.event Modifier and Type Class Description classItemSavedEventAn AbstractEvent that wraps theAfterSaveEvent -
Uses of AbstractEvent in de.hybris.platform.webhookservices.service
Methods in de.hybris.platform.webhookservices.service with parameters of type AbstractEvent 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 AbstractEvent in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl with parameters of type AbstractEvent Modifier and Type Method Description java.util.Collection<WebhookConfigurationModel>DefaultWebhookConfigurationService. getWebhookConfigurationsByEventAndItemModel(AbstractEvent event, ItemModel item) -
Uses of AbstractEvent in de.hybris.platform.yacceleratorfulfilmentprocess.test.events
Classes in de.hybris.platform.yacceleratorfulfilmentprocess.test.events with type parameters of type AbstractEvent Modifier and Type Class Description classTestEventListenerCountingEvents<T extends AbstractEvent>Event Listener which only count number of onEvent() invocations
-