Uses of Class
de.hybris.platform.servicelayer.event.events.BeforeCronJobStartEvent
-
-
Uses of BeforeCronJobStartEvent in com.hybris.backoffice.events
Methods in com.hybris.backoffice.events with parameters of type BeforeCronJobStartEvent Modifier and Type Method Description protected booleanBeforeCronJobStartEventListener. isSyncJob(BeforeCronJobStartEvent 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 voidBeforeCronJobStartEventListener. onEvent(BeforeCronJobStartEvent event) -
Uses of BeforeCronJobStartEvent in com.hybris.backoffice.events.processes
Constructors in com.hybris.backoffice.events.processes with parameters of type BeforeCronJobStartEvent Constructor Description ProcessStartEvent(BeforeCronJobStartEvent syncEvent) -
Uses of BeforeCronJobStartEvent in com.hybris.backoffice.events.sync
Constructors in com.hybris.backoffice.events.sync with parameters of type BeforeCronJobStartEvent Constructor Description SyncStartEvent(BeforeCronJobStartEvent syncEvent)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BeforeCronJobStartEvent in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return BeforeCronJobStartEvent Modifier and Type Method Description protected BeforeCronJobStartEventJob. prepareBeforeStartEvent(CronJob cj, boolean synchronous)Methods in de.hybris.platform.cronjob.jalo with parameters of type BeforeCronJobStartEvent Modifier and Type Method Description protected voidJob. sendStartEvent(BeforeCronJobStartEvent event) -
Uses of BeforeCronJobStartEvent in de.hybris.platform.ruleengineservices.jobs.events
Methods in de.hybris.platform.ruleengineservices.jobs.events with parameters of type BeforeCronJobStartEvent Modifier and Type Method Description protected voidRuleEngineBeforeCronJobStartEventListener. onEvent(BeforeCronJobStartEvent event)
-