Class CreateReturnEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
-
- de.hybris.platform.commerceservices.event.AbstractSiteEventListener<CreateReturnEvent>
-
- de.hybris.platform.yacceleratorordermanagement.events.CreateReturnEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<CreateReturnEvent>
public class CreateReturnEventListener extends AbstractSiteEventListener<CreateReturnEvent>
Listener for order submits.
-
-
Constructor Summary
Constructors Constructor Description CreateReturnEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseStoreServicegetBaseStoreService()protected BusinessProcessServicegetBusinessProcessService()protected ModelServicegetModelService()protected java.util.Set<SiteChannel>getSupportedSiteChannels()protected voidonSiteEvent(CreateReturnEvent event)voidsetBaseStoreService(BaseStoreService baseStoreService)voidsetBusinessProcessService(BusinessProcessService businessProcessService)voidsetModelService(ModelService modelService)voidsetSupportedSiteChannels(java.util.Set<SiteChannel> supportedSiteChannels)protected booleanshouldHandleEvent(CreateReturnEvent event)-
Methods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEvent
-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onSiteEvent
protected void onSiteEvent(CreateReturnEvent event)
- Specified by:
onSiteEventin classAbstractSiteEventListener<CreateReturnEvent>
-
shouldHandleEvent
protected boolean shouldHandleEvent(CreateReturnEvent event)
- Specified by:
shouldHandleEventin classAbstractSiteEventListener<CreateReturnEvent>
-
getBusinessProcessService
protected BusinessProcessService getBusinessProcessService()
- Returns:
- the businessProcessService
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
- Parameters:
businessProcessService- the businessProcessService to set
-
getBaseStoreService
protected BaseStoreService getBaseStoreService()
- Returns:
- the baseStoreService
-
setBaseStoreService
public void setBaseStoreService(BaseStoreService baseStoreService)
- Parameters:
baseStoreService- the baseStoreService to set
-
getModelService
protected ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
getSupportedSiteChannels
protected java.util.Set<SiteChannel> getSupportedSiteChannels()
- Returns:
- the set of supported site channels
-
setSupportedSiteChannels
public void setSupportedSiteChannels(java.util.Set<SiteChannel> supportedSiteChannels)
- Parameters:
supportedSiteChannels- the supported site channels to set
-
-