Uses of Class
de.hybris.platform.tx.AfterSaveEvent
-
-
Uses of AfterSaveEvent in com.hybris.backoffice.listeners
Methods in com.hybris.backoffice.listeners that return types with arguments of type AfterSaveEvent Modifier and Type Method Description protected java.util.Collection<AfterSaveEvent>BackofficeRoleUpdatedEventDispatcher. getAfterSaveEventWithBackofficeRoleUpdate(java.util.Collection<AfterSaveEvent> events)Methods in com.hybris.backoffice.listeners with parameters of type AfterSaveEvent Modifier and Type Method Description protected booleanBackofficeRoleUpdatedEventDispatcher. isBackofficeRoleChange(AfterSaveEvent event)protected booleanCatalogVersionAfterSaveListener. isCatalogVersionRelatedEvent(AfterSaveEvent event)Method parameters in com.hybris.backoffice.listeners with type arguments of type AfterSaveEvent Modifier and Type Method Description voidBackofficeRoleUpdatedEventDispatcher. afterSave(java.util.Collection<AfterSaveEvent> events)voidCatalogVersionAfterSaveListener. afterSave(java.util.Collection<AfterSaveEvent> collection)protected java.util.Collection<AfterSaveEvent>BackofficeRoleUpdatedEventDispatcher. getAfterSaveEventWithBackofficeRoleUpdate(java.util.Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in com.hybris.backoffice.solrsearch.events
Methods in com.hybris.backoffice.solrsearch.events with parameters of type AfterSaveEvent Modifier and Type Method Description protected SolrIndexingAfterSaveListener.SolrIndexOperationSolrIndexingAfterSaveListener. 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 AfterSaveEvent Modifier and Type Method Description voidSolrIndexingAfterSaveListener. afterSave(java.util.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 AfterSaveEvent Modifier and Type Method Description voidProductDirectoryAfterSaveListener. afterSave(java.util.Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in de.hybris.platform.tx
Methods in de.hybris.platform.tx that return types with arguments of type AfterSaveEvent Modifier and Type Method Description static java.util.Collection<AfterSaveEvent>AfterSaveEventUtils. createEventsFromChanges(byte[][] changes)Creates the effective set ofAfterSaveEventobjects from a array of encoded changes ( which are byte arrays as well).static java.util.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 AfterSaveEvent Modifier and Type Method Description voidAfterSaveListener. afterSave(java.util.Collection<AfterSaveEvent> events)Takes real action to deal with theAfterSaveEvents.protected voidDefaultAfterSaveListenerRegistry. doNotifyListeners(java.util.Collection<AfterSaveEvent> events, java.util.Collection<AfterSaveListener> listeners)Notifies all registered listeners with the AfterSaveEvents.protected voidDefaultAfterSaveListenerRegistry. notifyListenersSynchronously(java.util.Collection<AfterSaveEvent> events) -
Uses of AfterSaveEvent in de.hybris.platform.webhookservices.event
Method parameters in de.hybris.platform.webhookservices.event with type arguments of type AfterSaveEvent Modifier and Type Method Description voidWebhookServicesAfterSaveEventListener. afterSave(java.util.Collection<AfterSaveEvent> events)Takes real action to deal with theAfterSaveEvents.Constructors in de.hybris.platform.webhookservices.event with parameters of type AfterSaveEvent Constructor Description ItemSavedEvent(AfterSaveEvent event)Instantiates an ItemSavedEvent
-