Class SavedCartFileUploadEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SavedCartFileUploadEvent>
de.hybris.platform.acceleratorservices.cartfileupload.events.SavedCartFileUploadEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SavedCartFileUploadEvent>
public class SavedCartFileUploadEventListener
extends AbstractEventListener<SavedCartFileUploadEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CartModelprotected BusinessProcessServiceprotected CartFactoryprotected KeyGeneratorprotected MediaServiceprotected ModelServiceprotected TimeServiceprotected voidonEvent(SavedCartFileUploadEvent event) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetCartFactory(CartFactory cartFactory) voidsetGuidKeyGenerator(KeyGenerator guidKeyGenerator) voidsetMediaService(MediaService mediaService) voidsetModelService(ModelService modelService) voidsetTimeService(TimeService timeService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
SavedCartFileUploadEventListener
public SavedCartFileUploadEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<SavedCartFileUploadEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
createSavedCartForProcess
-
getModelService
-
setModelService
-
getBusinessProcessService
-
setBusinessProcessService
-
getMediaService
-
setMediaService
-
getTimeService
-
setTimeService
-
getGuidKeyGenerator
-
setGuidKeyGenerator
-
getCartFactory
-
setCartFactory
-