Class ProductDirectoryAfterSaveListener
java.lang.Object
com.hybris.merchandising.listeners.ProductDirectoryAfterSaveListener
- All Implemented Interfaces:
AfterSaveListener
ProductDirectoryAfterSaveListener is an implementation of
AfterSaveListener for use with
capturing changes to MerchProductDirectoryConfigModel models.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSave(Collection<AfterSaveEvent> events) Takes real action to deal with theAfterSaveEvents.voidsetModelService(ModelService modelService) voidsetProductDirectoryProcessor(ProductDirectoryProcessor productDirectoryProcessor)
-
Constructor Details
-
ProductDirectoryAfterSaveListener
public ProductDirectoryAfterSaveListener()
-
-
Method Details
-
afterSave
Description copied from interface:AfterSaveListenerTakes real action to deal with theAfterSaveEvents.- Specified by:
afterSavein interfaceAfterSaveListener- Parameters:
events- all collectedAfterSaveEvents
-
setModelService
-
setProductDirectoryProcessor
-