Uses of Class
de.hybris.platform.tx.AfterSaveEvent
Packages that use AfterSaveEvent
Package
Description
-
Uses of AfterSaveEvent in com.hybris.backoffice.listeners
Methods in com.hybris.backoffice.listeners that return types with arguments of type AfterSaveEventModifier and TypeMethodDescriptionprotected Collection<AfterSaveEvent>BackofficeRoleUpdatedEventDispatcher.getAfterSaveEventWithBackofficeRoleUpdate(Collection<AfterSaveEvent> events) Methods in com.hybris.backoffice.listeners with parameters of type AfterSaveEventModifier and TypeMethodDescriptionprotected booleanBackofficeRoleUpdatedEventDispatcher.isBackofficeRoleChange(AfterSaveEvent event) protected booleanCatalogVersionAfterSaveListener.isCatalogVersionRelatedEvent(AfterSaveEvent event) Method parameters in com.hybris.backoffice.listeners with type arguments of type AfterSaveEventModifier and TypeMethodDescriptionvoidBackofficeRoleUpdatedEventDispatcher.afterSave(Collection<AfterSaveEvent> events) voidCatalogVersionAfterSaveListener.afterSave(Collection<AfterSaveEvent> collection) protected Collection<AfterSaveEvent>BackofficeRoleUpdatedEventDispatcher.getAfterSaveEventWithBackofficeRoleUpdate(Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in com.hybris.backoffice.solrsearch.events
Methods in com.hybris.backoffice.solrsearch.events with parameters of type AfterSaveEventModifier and TypeMethodDescriptionSolrIndexingAfterSaveListener.evaluateIndexOperation(AfterSaveEvent e) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.hybris.backoffice.solrsearch.events with type arguments of type AfterSaveEventModifier and TypeMethodDescriptionvoidSolrIndexingAfterSaveListener.afterSave(Collection<AfterSaveEvent> events) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AfterSaveEvent in com.hybris.merchandising.listeners
Method parameters in com.hybris.merchandising.listeners with type arguments of type AfterSaveEventModifier and TypeMethodDescriptionvoidProductDirectoryAfterSaveListener.afterSave(Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in de.hybris.platform.core.threadregistry
Method parameters in de.hybris.platform.core.threadregistry with type arguments of type AfterSaveEventModifier and TypeMethodDescriptionvoidNotSuspendableAfterSaveEventTest.TestAfterSaveListener.afterSave(Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in de.hybris.platform.tx
Methods in de.hybris.platform.tx that return types with arguments of type AfterSaveEventModifier and TypeMethodDescriptionstatic Collection<AfterSaveEvent>AfterSaveEventUtils.createEventsFromChanges(byte[][] changes) Creates the effective set ofAfterSaveEventobjects from a array of encoded changes ( which are byte arrays as well).static Collection<AfterSaveEvent>AfterSaveEventUtils.createEventsFromChanges(byte[][] changes, boolean removeUnnecessaryTypes) Creates the effective set ofAfterSaveEventobjects from a array of encoded changes ( which are byte arrays as well).Method parameters in de.hybris.platform.tx with type arguments of type AfterSaveEventModifier and TypeMethodDescriptionvoidAfterSaveListener.afterSave(Collection<AfterSaveEvent> events) Takes real action to deal with theAfterSaveEvents.protected voidDefaultAfterSaveListenerRegistry.doNotifyListeners(Collection<AfterSaveEvent> events, Collection<AfterSaveListener> listeners) Notifies all registered listeners with the AfterSaveEvents.protected voidDefaultAfterSaveListenerRegistry.notifyListenersSynchronously(Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in de.hybris.platform.webhookservices.event
Methods in de.hybris.platform.webhookservices.event with parameters of type AfterSaveEventModifier and TypeMethodDescriptionWebhookEventFactory.create(AfterSaveEvent event) The method will create list ofWebhookEvents based onAfterSaveEventevent typeMethod parameters in de.hybris.platform.webhookservices.event with type arguments of type AfterSaveEventModifier and TypeMethodDescriptionvoidWebhookServicesAfterSaveEventListener.afterSave(Collection<AfterSaveEvent> events) Takes real action to deal with theAfterSaveEvents.Constructors in de.hybris.platform.webhookservices.event with parameters of type AfterSaveEventModifierConstructorDescriptionItemCreatedEvent(AfterSaveEvent event) Instantiates an ItemCreatedEventItemCreatedEvent(AfterSaveEvent event, boolean createdFromNestedItemEvent) Instantiates an ItemCreatedEventItemDeletedEvent(AfterSaveEvent event) Instantiates an ItemDeletedEvent.ItemSavedEvent(AfterSaveEvent event) Instantiates an ItemSavedEventItemSavedEvent(AfterSaveEvent event, boolean createdFromNestedItemEvent) Instantiates an ItemSavedEventItemUpdatedEvent(AfterSaveEvent event) Instantiates an ItemUpdatedEventItemUpdatedEvent(AfterSaveEvent event, boolean createdFromNestedItemEvent) Instantiates an ItemUpdatedEvent -
Uses of AfterSaveEvent in de.hybris.platform.webhookservices.event.impl
Methods in de.hybris.platform.webhookservices.event.impl with parameters of type AfterSaveEvent