Package de.hybris.platform.testframework
Class ItemCreationLifecycleListener
java.lang.Object
de.hybris.platform.testframework.ItemCreationLifecycleListener
- All Implemented Interfaces:
ItemLifecycleListener,PersistencePool.PersistenceListener
public class ItemCreationLifecycleListener
extends Object
implements PersistencePool.PersistenceListener, ItemLifecycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterItemCreation(SessionContext ctx, ComposedType type, Item createdItem, Item.ItemAttributeMap attributes) voidentityCreated(PK pk) voidvoid
-
Constructor Details
-
ItemCreationLifecycleListener
public ItemCreationLifecycleListener()
-
-
Method Details
-
afterItemCreation
public void afterItemCreation(SessionContext ctx, ComposedType type, Item createdItem, Item.ItemAttributeMap attributes) - Specified by:
afterItemCreationin interfaceItemLifecycleListener
-
entityCreated
- Specified by:
entityCreatedin interfacePersistencePool.PersistenceListener
-
registerPersistenceListener
-
unregisterPersistenceListener
-