| Modifier and Type | Method and Description |
|---|---|
protected SolrIndexingAfterSaveListener.SolrIndexOperation |
SolrIndexingAfterSaveListener.evaluateIndexOperation(AfterSaveEvent e) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexingAfterSaveListener.afterSave(java.util.Collection<AfterSaveEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
AfterSaveEventHandler.handleEvent(AfterSaveEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AfterOrderSaveEventHandler.handleEvent(AfterSaveEvent event) |
void |
AfterAddressSaveEventHandler.handleEvent(AfterSaveEvent event) |
void |
AfterCustomerSaveEventHandler.handleEvent(AfterSaveEvent event) |
protected boolean |
AfterOrderSaveEventHandler.isWebSocketReplyEligible(AfterSaveEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSECSaveListener.handleAfterSaveEvent(AfterSaveEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSECSaveListener.afterSave(java.util.Collection<AfterSaveEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationSaveListener.afterSave(java.util.Collection<AfterSaveEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
SapLogicalSystemSaveListener.afterSave(java.util.Collection<AfterSaveEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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 java.util.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(java.util.Collection<AfterSaveEvent> events)
Takes real action to deal with the
AfterSaveEvents. |
protected void |
DefaultAfterSaveListenerRegistry.doNotifyListeners(java.util.Collection<AfterSaveEvent> events,
java.util.Collection<AfterSaveListener> listeners)
Notifies all registered listeners with the AfterSaveEvents.
|
protected void |
DefaultAfterSaveListenerRegistry.notifyListenersSynchronously(java.util.Collection<AfterSaveEvent> events) |
Copyright © 2018 SAP SE. All Rights Reserved.