Package com.hybris.backoffice.events
Class AbstractBackofficeCronJobEventListener<T extends AbstractCronJobPerformEvent>
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
com.hybris.backoffice.events.AbstractBackofficeCronJobEventListener<T>
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<T>
- Direct Known Subclasses:
AfterCronJobFinishedEventListener,BeforeCronJobStartEventListener
public abstract class AbstractBackofficeCronJobEventListener<T extends AbstractCronJobPerformEvent>
extends AbstractEventListener<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleaneventMatchesInclude(T event, CronJobHistoryInclude include) protected booleanisProcessUpdateEvent(T event) voidsetEventService(EventService eventService) voidsetProcessesIncludes(Map<String, CronJobHistoryInclude> processesIncludes) voidsetTypeService(TypeService typeService) protected booleantypesMatch(String superType, String subType) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, onEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
AbstractBackofficeCronJobEventListener
public AbstractBackofficeCronJobEventListener()
-
-
Method Details
-
isProcessUpdateEvent
-
eventMatchesInclude
-
typesMatch
-
getEventService
-
setEventService
-
getTypeService
-
setTypeService
-
getProcessesIncludes
-
setProcessesIncludes
-