Class DefaultSecB2BUnitDeleteEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<DefaultSecDeleteB2BUnitEvent>
-
- com.sap.hybris.sec.eventpublisher.b2b.listener.DefaultSecB2BUnitDeleteEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<DefaultSecDeleteB2BUnitEvent>
public class DefaultSecB2BUnitDeleteEventListener extends AbstractEventListener<DefaultSecDeleteB2BUnitEvent>
-
-
Constructor Summary
Constructors Constructor Description DefaultSecB2BUnitDeleteEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringconvertMapToJson(java.util.Map<java.lang.String,java.lang.Object> map)PublishergetHciPublisher()protected voidonEvent(DefaultSecDeleteB2BUnitEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.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(DefaultSecDeleteB2BUnitEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<DefaultSecDeleteB2BUnitEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
convertMapToJson
public java.lang.String convertMapToJson(java.util.Map<java.lang.String,java.lang.Object> map) throws java.io.IOException- Throws:
java.io.IOException
-
getHciPublisher
public Publisher getHciPublisher()
-
setHciPublisher
public void setHciPublisher(Publisher hciPublisher)
-
-