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 java.lang.Object implements PersistencePool.PersistenceListener, ItemLifecycleListener
-
-
Constructor Summary
Constructors Constructor Description ItemCreationLifecycleListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterItemCreation(SessionContext ctx, ComposedType type, Item createdItem, Item.ItemAttributeMap attributes)voidentityCreated(PK pk)voidregisterPersistenceListener(PersistencePool.PersistenceListener listener)voidunregisterPersistenceListener(PersistencePool.PersistenceListener listener)
-
-
-
Method Detail
-
afterItemCreation
public void afterItemCreation(SessionContext ctx, ComposedType type, Item createdItem, Item.ItemAttributeMap attributes)
- Specified by:
afterItemCreationin interfaceItemLifecycleListener
-
entityCreated
public void entityCreated(PK pk)
- Specified by:
entityCreatedin interfacePersistencePool.PersistenceListener
-
registerPersistenceListener
public void registerPersistenceListener(PersistencePool.PersistenceListener listener)
-
unregisterPersistenceListener
public void unregisterPersistenceListener(PersistencePool.PersistenceListener listener)
-
-