Uses of Class
de.hybris.platform.cronjob.jalo.AbortCronJobException
-
-
Uses of AbortCronJobException in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that throw AbortCronJobException Modifier and Type Method Description protected booleanSyncItemJob. doSynchronization(SyncItemJob.SyncItemCopyContext syncItemCopyContext, SyncItemCronJob cronJob)Deprecated.Executes actual synchronization. -
Uses of AbortCronJobException in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that throw AbortCronJobException Modifier and Type Method Description protected voidCatalogVersionSyncMaster. doReadSchedules(SyncScheduleReader scheduleReader, int lastLine)protected booleanCatalogVersionSyncJob. doSynchronization(SyncItemJob.SyncItemCopyContext syncItemCopyContext, SyncItemCronJob cronJob)voidCatalogVersionSyncMaster. doSynchronization()protected intCatalogVersionSyncMaster. doSyncTurn() -
Uses of AbortCronJobException in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that throw AbortCronJobException Modifier and Type Method Description protected voidGenericCSVImportStep. checkAbort(CronJob cronJob)protected CronJob.CronJobResultCompositeJob. performCronJob(CronJob cronJob)Deprecated.protected CronJob.CronJobResultCustomAttributesTriggerableJob. performCronJob(CronJob cronJob)protected abstract CronJob.CronJobResultJob. performCronJob(CronJob cronJob)Deprecated.since ages - useCronJobService.performCronJob(de.hybris.platform.cronjob.model.CronJobModel, boolean)insteadprotected CronJob.CronJobResultMoveMediaJob. performCronJob(CronJob cronJob)Deprecated.protected CronJob.CronJobResultSyncExcutionTestJob. performCronJob(CronJob cronJob)protected CronJob.CronJobResultTestJob. performCronJob(CronJob cronJob)protected CronJob.CronJobResultTriggerableTwoSecondJob. performCronJob(CronJob cronJob)protected voidGenericCSVImportStep. performStep(CronJob cronJob)Opens the batch media provided by the given job detail and iterates over all lines.protected voidGetURLStep. performStep(CronJob cronJob)protected abstract voidStep. performStep(CronJob cronJob)Executes this Step using the specifiedCronJob.protected booleanGenericCSVImportStep. processLine(java.lang.String line, CronJob cronJob)Deprecated.since ages - no longer needed - just overrideGenericCSVImportStep.processObjects(Map, CronJob)to handle a tokenized line orGenericCSVImportStep.createCSVReader(InputStream, String)to define own tokenizing logic. -
Uses of AbortCronJobException in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that throw AbortCronJobException Modifier and Type Method Description protected voidImpExImportJob. abort(CronJob cronJob)Aborts the job by throwing an exception.protected booleanImpExImportJob. doImport(ImpExImportCronJob cronJob, Importer importer)Performs the import using givenImporterinstance.CronJob.CronJobResultImpExImportJob. performCronJob(CronJob cronJob)protected booleanImpExImportJob. performJob(ImpExImportCronJob cronJob)Instantiates and configures aImporterinstance and performs the import using it. -
Uses of AbortCronJobException in de.hybris.platform.importcockpit.jalo
Methods in de.hybris.platform.importcockpit.jalo that throw AbortCronJobException Modifier and Type Method Description CronJob.CronJobResultImportCockpitJob. performCronJob(CronJob cronJob) -
Uses of AbortCronJobException in de.hybris.platform.ldap.jalo
Methods in de.hybris.platform.ldap.jalo that throw AbortCronJobException Modifier and Type Method Description CronJob.CronJobResultLDIFGroupImportJob. performCronJob(CronJob cronJob)Deprecated.CronJob.CronJobResultLDIFImportJob. performCronJob(CronJob cronJob)Deprecated.protected booleanLDIFGroupImportJob. performJob(CronJob cronJob)Deprecated.protected booleanLDIFImportJob. performJob(CronJob cronJob)Deprecated. -
Uses of AbortCronJobException in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that throw AbortCronJobException Modifier and Type Method Description protected CronJob.CronJobResultServicelayerJob. performCronJob(CronJob cronJob) -
Uses of AbortCronJobException in de.hybris.platform.workflow.jalo
Methods in de.hybris.platform.workflow.jalo that throw AbortCronJobException Modifier and Type Method Description protected CronJob.CronJobResultWorkflowTemplate. performCronJob(CronJob cronJob)Deprecated.
-