| Package | Description |
|---|---|
| de.hybris.platform.tx |
| Modifier and Type | Method and Description |
|---|---|
static Collection<AfterSaveEvent> |
AfterSaveEventUtils.createEventsFromChanges(byte[][] changes)
Creates the effective set of
AfterSaveEvent objects 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 of
AfterSaveEvent objects from a array of encoded changes ( which are byte
arrays as well). |
| Modifier and Type | Method and Description |
|---|---|
void |
AfterSaveListener.afterSave(Collection<AfterSaveEvent> events)
Takes real action to deal with the
AfterSaveEvents. |
protected void |
DefaultAfterSaveListenerRegistry.doNotifyListeners(Collection<AfterSaveEvent> events,
Collection<AfterSaveListener> listeners)
Notifies all registered listeners with the AfterSaveEvents.
|
protected void |
DefaultAfterSaveListenerRegistry.notifyListenersSynchronously(Collection<AfterSaveEvent> events) |
Copyright © 2017 SAP SE. All Rights Reserved.