Package com.hybris.backoffice.listeners
Class CatalogVersionAfterSaveListener
java.lang.Object
com.hybris.backoffice.listeners.CatalogVersionAfterSaveListener
- All Implemented Interfaces:
AfterSaveListener
Listener which handle creation or removal catalog version events
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSave(Collection<AfterSaveEvent> collection) Takes real action to deal with theAfterSaveEvents.protected AvailableCatalogVersionsTagprotected voidprotected booleanvoidsetAvailableCatalogVersionsTag(AvailableCatalogVersionsTag availableCatalogVersionsTag) protected boolean
-
Constructor Details
-
CatalogVersionAfterSaveListener
public CatalogVersionAfterSaveListener()
-
-
Method Details
-
afterSave
Description copied from interface:AfterSaveListenerTakes real action to deal with theAfterSaveEvents.- Specified by:
afterSavein interfaceAfterSaveListener- Parameters:
collection- all collectedAfterSaveEvents
-
shouldPerform
protected boolean shouldPerform() -
isCatalogVersionRelatedEvent
-
handleEvent
protected void handleEvent() -
getAvailableCatalogVersionsTag
-
setAvailableCatalogVersionsTag
-