Package de.hybris.platform.tx
Interface AfterSaveListenerRegistry
-
- All Known Implementing Classes:
DefaultAfterSaveListenerRegistry,NullAfterSaveListenerRegistry
public interface AfterSaveListenerRegistryThe registry contains theAfterSaveListeners registered in Spring and notifies them theAfterSaveEvents.- Spring Bean ID:
- afterSaveListenerRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublishChanges(byte[][] encodedChanges)Publishes a set of encoded changes.
-
-
-
Method Detail
-
publishChanges
void publishChanges(byte[][] encodedChanges)
Publishes a set of encoded changes.- Parameters:
encodedChanges- an array which consists of byte arrays with a fixed length of 9- See Also:
AfterSaveEventUtils.encodeChanges(de.hybris.platform.core.PK, int)
-
-