Uses of Class
de.hybris.platform.servicelayer.event.events.AfterCronJobFinishedEvent
-
-
Uses of AfterCronJobFinishedEvent in com.hybris.backoffice.events
Methods in com.hybris.backoffice.events with parameters of type AfterCronJobFinishedEvent Modifier and Type Method Description protected booleanAfterCronJobFinishedEventListener. isSyncJob(AfterCronJobFinishedEvent event)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6, please use theAbstractBackofficeCronJobEventListener.isProcessUpdateEvent(AbstractCronJobPerformEvent)instead.protected voidAfterCronJobFinishedEventListener. onEvent(AfterCronJobFinishedEvent event) -
Uses of AfterCronJobFinishedEvent in com.hybris.backoffice.events.processes
Constructors in com.hybris.backoffice.events.processes with parameters of type AfterCronJobFinishedEvent Constructor Description ProcessFinishedEvent(AfterCronJobFinishedEvent syncEvent) -
Uses of AfterCronJobFinishedEvent in com.hybris.backoffice.events.sync
Constructors in com.hybris.backoffice.events.sync with parameters of type AfterCronJobFinishedEvent Constructor Description SyncFinishedEvent(AfterCronJobFinishedEvent syncEvent)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AfterCronJobFinishedEvent in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return AfterCronJobFinishedEvent Modifier and Type Method Description protected AfterCronJobFinishedEventJob. prepareAfterFinishEvent(CronJob cj, boolean synchronous)Methods in de.hybris.platform.cronjob.jalo with parameters of type AfterCronJobFinishedEvent Modifier and Type Method Description protected voidJob. sendFinishedEvent(AfterCronJobFinishedEvent event, CronJob.CronJobResult result) -
Uses of AfterCronJobFinishedEvent in de.hybris.platform.ruleengineservices.jobs.events
Methods in de.hybris.platform.ruleengineservices.jobs.events with parameters of type AfterCronJobFinishedEvent Modifier and Type Method Description protected voidRuleEngineAfterCronJobFinishedEventListener. onEvent(AfterCronJobFinishedEvent event)
-