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:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<CreateReturnEvent>
Listener for order submits.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseStoreServiceprotected BusinessProcessServiceprotected ModelServiceprotected Set<SiteChannel>protected voidonSiteEvent(CreateReturnEvent event) voidsetBaseStoreService(BaseStoreService baseStoreService) voidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService) voidsetSupportedSiteChannels(Set<SiteChannel> supportedSiteChannels) protected booleanMethods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEventMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
CreateReturnEventListener
public CreateReturnEventListener()
-
-
Method Details
-
onSiteEvent
- Specified by:
onSiteEventin classAbstractSiteEventListener<CreateReturnEvent>
-
shouldHandleEvent
- Specified by:
shouldHandleEventin classAbstractSiteEventListener<CreateReturnEvent>
-
getBusinessProcessService
- Returns:
- the businessProcessService
-
setBusinessProcessService
- Parameters:
businessProcessService- the businessProcessService to set
-
getBaseStoreService
- Returns:
- the baseStoreService
-
setBaseStoreService
- Parameters:
baseStoreService- the baseStoreService to set
-
getModelService
- Returns:
- the modelService
-
setModelService
- Parameters:
modelService- the modelService to set
-
getSupportedSiteChannels
- Returns:
- the set of supported site channels
-
setSupportedSiteChannels
- Parameters:
supportedSiteChannels- the supported site channels to set
-