Class DefaultSecCustomerDeleteEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<DefaultSecDeleteCustomerEvent>
-
- com.sap.hybris.sec.eventpublisher.listener.DefaultSecCustomerDeleteEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<DefaultSecDeleteCustomerEvent>
public class DefaultSecCustomerDeleteEventListener extends AbstractEventListener<DefaultSecDeleteCustomerEvent>
-
-
Constructor Summary
Constructors Constructor Description DefaultSecCustomerDeleteEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PopulatorgetCustomerPopulator()PublishergetHciPublisher()protected voidonEvent(DefaultSecDeleteCustomerEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetCustomerPopulator(Populator customerPopulator)voidsetHciPublisher(Publisher hciPublisher)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(DefaultSecDeleteCustomerEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<DefaultSecDeleteCustomerEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getCustomerPopulator
public Populator getCustomerPopulator()
-
setCustomerPopulator
public void setCustomerPopulator(Populator customerPopulator)
-
getHciPublisher
public Publisher getHciPublisher()
-
setHciPublisher
public void setHciPublisher(Publisher hciPublisher)
-
-