Uses of Class
de.hybris.platform.cronjob.jalo.CronJob
Packages that use CronJob
Package
Description
-
Uses of CronJob in com.hybris.backoffice.jalo
Subclasses of CronJob in com.hybris.backoffice.jalo -
Uses of CronJob in com.hybris.backoffice.solrsearch.jalo
Subclasses of CronJob in com.hybris.backoffice.solrsearch.jaloModifier and TypeClassDescriptionclassclassGenerated class for typeBackofficeSolrIndexerCronJob. -
Uses of CronJob in de.hybris.datasupplier.jalo
Subclasses of CronJob in de.hybris.datasupplier.jalo -
Uses of CronJob in de.hybris.platform.acceleratorservices.jalo
Subclasses of CronJob in de.hybris.platform.acceleratorservices.jaloModifier and TypeClassDescriptionclassclassGenerated class for typeCartRemovalCronJob.classGenerated class for typeSiteMapMediaCronJob.classGenerated class for typeUncollectedOrdersCronJob.classclass -
Uses of CronJob in de.hybris.platform.acceleratorservices.jalo.export
Subclasses of CronJob in de.hybris.platform.acceleratorservices.jalo.exportModifier and TypeClassDescriptionclassThe export data cron job item.classGenerated class for typeExportDataCronJob. -
Uses of CronJob in de.hybris.platform.accountsummaryaddon.cronjob
Subclasses of CronJob in de.hybris.platform.accountsummaryaddon.cronjob -
Uses of CronJob in de.hybris.platform.admincockpit.jalo.cronjob
Subclasses of CronJob in de.hybris.platform.admincockpit.jalo.cronjobModifier and TypeClassDescriptionclassGenerated class for typeRemoveOrphanedFilesCronJob.classMethods in de.hybris.platform.admincockpit.jalo.cronjob with parameters of type CronJob -
Uses of CronJob in de.hybris.platform.auditreport.jalo
Subclasses of CronJob in de.hybris.platform.auditreport.jalo -
Uses of CronJob in de.hybris.platform.catalog.jalo
Subclasses of CronJob in de.hybris.platform.catalog.jaloModifier and TypeClassDescriptionclassCompareCatalogVersionsCronJobclassGenerated class for typeCompareCatalogVersionsCronJob.classGenerated class for typeRemoveCatalogVersionCronJob.classGenerated class for typeSyncItemCronJob.classCronJob which removes a catalog version and all dependend objectsclassDeprecated.Methods in de.hybris.platform.catalog.jalo with parameters of type CronJobModifier and TypeMethodDescriptionprotected booleanDeprecated.This job does not support undo!CatalogManager.createCategoryCatalogVersionDifference(CatalogVersion sourceVersion, CatalogVersion targetVersion, CronJob cronJob, Category srcCategory, Category targetCategory, EnumerationValue mode) Deprecated.since agesCatalogManager.createProductCatalogVersionDifference(CatalogVersion sourceVersion, CatalogVersion targetVersion, CronJob cronJob, Product srcProduct, Product targetProduct, EnumerationValue mode) booleanSyncItemJob.isAbortable(CronJob conJob) Deprecated.The SyncCatalogVersionJob supports aborting.protected CronJob.CronJobResultCompareCatalogVersionsJob.performCronJob(CronJob cronJob) Deprecated.protected CronJob.CronJobResultRemoveCatalogVersionJob.performCronJob(CronJob cronJob) Deprecated.protected CronJob.CronJobResultSyncItemJob.performCronJob(CronJob cronJob) Deprecated. -
Uses of CronJob in de.hybris.platform.catalog.jalo.synchronization
Subclasses of CronJob in de.hybris.platform.catalog.jalo.synchronizationModifier and TypeClassDescriptionclassSuperclass for cronjobs which synchronizes the content of a catalog version to another catalog version.classGenerated class for typeCatalogVersionSyncCronJob.Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type CronJobModifier and TypeMethodDescriptionprotected booleanCatalogVersionSyncJob.canPerform(CronJob cronJob) booleanCatalogVersionSyncJob.isPerformable(CronJob cronJob) protected CronJob.CronJobResultCatalogVersionSyncJob.performCronJob(CronJob cronJob) Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type CronJob -
Uses of CronJob in de.hybris.platform.commercewebservicescommons.jalo
Subclasses of CronJob in de.hybris.platform.commercewebservicescommons.jalo -
Uses of CronJob in de.hybris.platform.commercewebservicescommons.jalo.expressupdate.cron
Modifier and TypeClassDescriptionclassGenerated class for typeOrderStatusUpdateCleanerCronJob.classGenerated class for typeProductExpressUpdateCleanerCronJob.classclass -
Uses of CronJob in de.hybris.platform.commercewebservicescommons.jalo.payment
Subclasses of CronJob in de.hybris.platform.commercewebservicescommons.jalo.paymentModifier and TypeClassDescriptionclassGenerated class for typeOldPaymentSubscriptionResultRemovalCronJob.class -
Uses of CronJob in de.hybris.platform.cronjob.jalo
Subclasses of CronJob in de.hybris.platform.cronjob.jaloModifier and TypeClassDescriptionclassDeprecated.since ages - please use the Maintenance Cleanup Framework, see https://wiki.hybris.com/display/internal/How+To+Write+And +Configure+Own+Strategy+For+Generic+Instance+CleanupclassclassclassDeprecated.since 4.3classGenerated class for typeCleanUpCronJob.classGenerated class for typeCleanupDynamicProcessDefinitionsCronJob.classGenerated class for typeCompositeCronJob.classGenerated class for typeFlexibleSearchCronJob.classGenerated class for typeMediaFolderStructureMigrationCronJob.classGenerated class for typeMediaProcessCronJob.classGenerated class for typeMoveMediaCronJob.classGenerated class for typeRemoveItemsCronJob.classGenerated class for typeURLCronJob.classclassTheMediaProcessCronJobis a subclass ofCronJoband should be used for file basedJobs.classclassCronJob Implementation for asynchronous Item removal.classDeprecated.since 4.3Fields in de.hybris.platform.cronjob.jalo with type parameters of type CronJobModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CronJob>GeneratedJob.CRONJOBSHANDLEROneToManyHandlerfor handling 1:n CRONJOBS's relation attributes from 'many' side.Methods in de.hybris.platform.cronjob.jalo that return CronJobModifier and TypeMethodDescriptionCronJobManager.createCronJob(Job job, String code, boolean active) Deprecated.since ages - use plainCronJobModelcreation instead, refer to wiki documentationCronJobManager.createCronJob(Job job, String code, boolean active, int node) Deprecated.since ages - use plainCronJobModelcreation instead, refer to wiki documentationCronJobManager.createCronJob(SessionContext ctx, Map params) Deprecated.since ages - use plainCronJobModelcreation instead, refer to wiki documentationCronJobManager.createCronJob(Map params) Deprecated.since ages - use plainCronJobModelcreation instead, refer to wiki documentationGeneratedCronJobManager.createCronJob(SessionContext ctx, Map attributeValues) GeneratedCronJobManager.createCronJob(Map attributeValues) CompositeEntry.execute()CompositeEntry.execute(SessionContext ctx) GeneratedChangeDescriptor.getCronJob()Generated method - Getter of theChangeDescriptor.cronJobattribute.GeneratedChangeDescriptor.getCronJob(SessionContext ctx) Generated method - Getter of theChangeDescriptor.cronJobattribute.GeneratedCronJobHistory.getCronJob()Generated method - Getter of theCronJobHistory.cronJobattribute.GeneratedCronJobHistory.getCronJob(SessionContext ctx) Generated method - Getter of theCronJobHistory.cronJobattribute.GeneratedJobLog.getCronJob()Generated method - Getter of theJobLog.cronJobattribute.GeneratedJobLog.getCronJob(SessionContext ctx) Generated method - Getter of theJobLog.cronJobattribute.GeneratedTrigger.getCronJob()Generated method - Getter of theTrigger.cronJobattribute.GeneratedTrigger.getCronJob(SessionContext ctx) Generated method - Getter of theTrigger.cronJobattribute.protected CronJobTrigger.getCronJobForExecution()If cronJob is null and job is a triggerable job, make a new cronJobprotected CronJobCronJob.CronJobThreadSettings.getCurrent()protected static final CronJobCronJob.getCurrentlyExecutingCronJob()protected static final CronJobCronJob.getCurrentlyExecutingCronJobFailSave()GeneratedCompositeEntry.getExecutableCronJob()Generated method - Getter of theCompositeEntry.executableCronJobattribute.GeneratedCompositeEntry.getExecutableCronJob(SessionContext ctx) Generated method - Getter of theCompositeEntry.executableCronJobattribute.CustomAttributesTriggerableJob.newExecution()TestJob.newExecution()TriggerableJob.newExecution()Deprecated.New execution.TriggerableTwoSecondJob.newExecution()Methods in de.hybris.platform.cronjob.jalo that return types with arguments of type CronJobModifier and TypeMethodDescriptionGeneratedJob.getCronJobs()Generated method - Getter of theJob.cronJobsattribute.GeneratedJob.getCronJobs(SessionContext ctx) Generated method - Getter of theJob.cronJobsattribute.Job.getCronJobsByCode(SessionContext ctx, String code) Deprecated.since ages - useCronJobService.getCronJob(String)insteadJob.getCronJobsByCode(String code) Deprecated.since ages - useCronJobService.getCronJob(String)insteadGeneratedCleanUpCronJob.getExcludeCronJobs()Generated method - Getter of theCleanUpCronJob.excludeCronJobsattribute.GeneratedCleanUpCronJob.getExcludeCronJobs(SessionContext ctx) Generated method - Getter of theCleanUpCronJob.excludeCronJobsattribute.CronJobManager.getRunningOrRestartedCronJobsForNode(int nodeID) Deprecated.since ages - useCronJobService.getRunningOrRestartedCronJobs()instead.Methods in de.hybris.platform.cronjob.jalo with parameters of type CronJobModifier and TypeMethodDescriptionprotected ChangeDescriptorCreates a newChangeDescriptorfor the specifiedCronJobwith the specified changeType, changedItem and description.protected booleanCompositeJob.canPerform(CronJob cronJob) Deprecated.protected booleanJob.canPerform(CronJob cronJob) Deprecated.since ages - no available counterpart in servicelayerprotected booleanMediaProcessorStep.canPerform(CronJob cronJob) Returnstrueif theMediaProcessorStepcan be perform using the specifiedCronJob.protected abstract booleanStep.canPerform(CronJob cronJob) Returnstrue, if thisStepcan be performed for the specifiedCronJob.protected booleanTypeSystemExportJob.canPerform(CronJob cronJob) Deprecated.Returnstrueif theTypeSystemExportJobcan be performed using the specifiedCronJob.protected booleanUnPerformableJob.canPerform(CronJob cronJob) protected booleanReturnstrue, if theBatchJobcan be undone using the specifiedCronJob.protected booleanReturns alwaystrue, because theCSVExportStepsupports the undo-process.protected booleanprotected booleanDeprecated.since ages - no counterpart in servicelayer availableprotected booleanReturnstrue, if thisStepis undoable for the specifiedCronJob.protected booleanDeprecated.Returns alwaystrue, because theTypeSystemExportJobsupports the undo-process.protected voidGenericCSVImportStep.checkAbort(CronJob cronJob) protected voidJob.configureCronjob(CronJob cronjob) Deprecated.since ages - useCronJobFactorymechanism instead, refer to appropriate wiki documentprotected CronJobLogListener.CronJobLogContextJob.createLogContext(CronJob cronjob) CronJobManager.createTrigger(CronJob cronJob, int second, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, int hour, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, int hour, int day, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, int hour, int day, int month, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, int hour, int day, int month, int year) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, int hour, int day, int month, int year, List daysOfWeek, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, int second, int minute, int hour, List daysOfWeek, boolean relative) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationCronJobManager.createTrigger(CronJob cronJob, Date date) Deprecated.since ages - use plainTriggerModelcreation instead, refer to wiki documentationprotected voidGenericCSVImportStep.finalizeStep(CronJob cronJob) Method for finalizing the step.protected Collection<ChangeDescriptor>Step.getChanges(CronJob cronJob) Returns aCollectionofChangeDescriptors, which were created by thisStep.protected Collection<ChangeDescriptor>Step.getChanges(CronJob cronJob, int start, int count) Returns aCollectionofChangeDescriptors, which were created by thisStep.protected Collection<ChangeDescriptor>Step.getChanges(CronJob cronJob, String changeType) Returns aCollectionofChangeDescriptorsof the specified changeType, which were created by thisStep.protected Collection<ChangeDescriptor>Step.getChanges(CronJob cronJob, String changeType, int start, int count) Returns aCollectionofChangeDescriptorsof the specified changeType, which were created by thisStep.CustomAttributesTriggerableJob.getConfigAttributes(CronJob cronjob) custom mapping forJob.getConfigAttributes(CronJob cronjob) Deprecated.since ages - useCronJobFactorymechanism instead, refer to appropriate wiki documentprotected org.apache.log4j.LevelJob.getEffectiveLogLevel(CronJob cronjob) protected ChangeDescriptorStep.getMostRecentChange(CronJob cronJob, String changeType) Returns the most recentChangeDescriptorfor thisStepand the specifiedCronJob.protected booleanStep.hasChanges(CronJob cronJob, String changeType) booleanBatchJob.isAbortable(CronJob cronJob) Is abortable if the current step supports abort (seeStep.isAbortable().booleanJob.isAbortable(CronJob conJob) Deprecated.since ages - useCronJobService.isAbortable(de.hybris.platform.cronjob.model.CronJobModel)insteadbooleanMoveMediaJob.isAbortable(CronJob conJob) Deprecated.booleanJob.isPerformable(CronJob cronJob) Deprecated.since ages - useCronJobService.isPerformable(de.hybris.platform.cronjob.model.CronJobModel)insteadbooleanJob.isPerformable(CronJob cronJob, int clusternode) Deprecated.since ages - useCronJobService.isPerformable(de.hybris.platform.cronjob.model.CronJobModel)insteadbooleanMoveMediaJob.isPerformable(CronJob cronJob) Deprecated.booleanJob.isUndoable(CronJob cronJob) Deprecated.since ages - obsolete feature won't be supported in the futureprotected InputStreamOpens anInputStreamto theJobMediaof the specifiedCronJob.final voidDeprecated.since ages - useCronJobService.performCronJob(de.hybris.platform.cronjob.model.CronJobModel)insteadfinal voidDeprecated.since ages - useCronJobService.performCronJob(de.hybris.platform.cronjob.model.CronJobModel, boolean)insteadfinal voidJob.perform(CronJob cronJob, Job.Synchronicity synchronousType) Deprecated.since ages - useCronJobService.performCronJob(de.hybris.platform.cronjob.model.CronJobModel, boolean)insteadprotected CronJob.CronJobResultBatchJob.performCronJob(CronJob cronJob) Performs theBatchJobusing the specifiedCronJob.protected CronJob.CronJobResultCompositeJob.performCronJob(CronJob cronJob) Deprecated.protected CronJob.CronJobResultCronJobHistoryJobExceptionTest.ExceptionJob.performCronJob(CronJob cronJob) 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.CronJobResultRemoveItemsJob.performCronJob(CronJob cronJob) Deprecated.protected CronJob.CronJobResultSyncExcutionTestJob.performCronJob(CronJob cronJob) protected CronJob.CronJobResultTestJob.performCronJob(CronJob cronJob) protected CronJob.CronJobResultTriggerableTwoSecondJob.performCronJob(CronJob cronJob) TypeSystemExportJob.performCronJob(CronJob forCronJob) Deprecated.Starts the execution of theTypeSystemExportJobusing the specifiedCronJob.protected CronJob.CronJobResultUnPerformableJob.performCronJob(CronJob cronJob) voidCronJobManager.performOnOtherNode(int nodeID, CronJob cronJob) Deprecated.since ages - useCronJobService.performCronJob(de.hybris.platform.cronjob.model.CronJobModel)instead.protected voidCSVExportStep.performStep(CronJob cronJob) Starts the execution of theCSVExportStepusing the specifiedCronJob.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 AfterCronJobFinishedEventJob.prepareAfterFinishEvent(CronJob cj, boolean synchronous) protected BeforeCronJobStartEventJob.prepareBeforeStartEvent(CronJob cj, boolean synchronous) protected AfterCronJobCrashAbortEventCronJobManager.prepareCrashAbortEvent(CronJob cj) protected JobMediaCSVExportStep.prepareMedia(CronJob cronJob) Prepares theJobMediaof the specifiedCronjobfor the execution of theCSVExportStep.protected JobMediaMediaProcessorStep.prepareMedia(CronJob cronJob) Prepares theJobMediaitem which is going to be processed.protected JobMediaTypeSystemExportJob.prepareMedia(CronJob cronJob) Deprecated.Prepares theJobMediaof the specifiedCronjobfor the execution of theTypeSystemExportJob.protected final booleanGenericCSVImportStep.processLine(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.protected abstract booleanGenericCSVImportStep.processObjects(Map map, CronJob cronJob) Processes one parsed csv line.protected booleanGenericCSVImportStepTest.GenericCSVImportStepClon.processObjects(Map map, CronJob cronJob) protected static final voidJob.saveToLogFile(Job.JobFileLogContainer container, CronJob cronJob) protected voidGeneratedChangeDescriptor.setCronJob(CronJob value) Generated method - Setter of theChangeDescriptor.cronJobattribute.protected voidGeneratedChangeDescriptor.setCronJob(SessionContext ctx, CronJob value) Generated method - Setter of theChangeDescriptor.cronJobattribute.voidGeneratedCronJobHistory.setCronJob(CronJob value) Generated method - Setter of theCronJobHistory.cronJobattribute.voidGeneratedCronJobHistory.setCronJob(SessionContext ctx, CronJob value) Generated method - Setter of theCronJobHistory.cronJobattribute.protected voidGeneratedJobLog.setCronJob(CronJob value) Generated method - Setter of theJobLog.cronJobattribute.protected voidGeneratedJobLog.setCronJob(SessionContext ctx, CronJob value) Generated method - Setter of theJobLog.cronJobattribute.protected voidGeneratedTrigger.setCronJob(CronJob value) Generated method - Setter of theTrigger.cronJobattribute.protected voidGeneratedTrigger.setCronJob(SessionContext ctx, CronJob value) Generated method - Setter of theTrigger.cronJobattribute.protected static final voidCronJob.setCurrentlyExecutingCronJob(CronJob cronjob) voidCompositeEntry.setExecutableCronJob(SessionContext ctx, CronJob value) voidGeneratedCompositeEntry.setExecutableCronJob(CronJob value) Generated method - Setter of theCompositeEntry.executableCronJobattribute.voidGeneratedCompositeEntry.setExecutableCronJob(SessionContext ctx, CronJob value) Generated method - Setter of theCompositeEntry.executableCronJobattribute.protected JaloSessionJob.startOwnSession(CronJob cronJob) Activates a own session for executing the job.protected voidJob.stopOwnSession(JaloSession previousSession, CronJob cronJob) Deactivates the own session and re-activates the previous session if available.protected voidJob.switchDataSource(CronJob cronjob) final voidDeprecated.since ages - obsolete feature won't be supported in the futurefinal voidDeprecated.since ages - obsolete feature won't be supported in the futureprotected CronJob.CronJobResultBatchJob.undoCronJob(CronJob cronJob) Starts the undo-process of theBatchJobfor the specifiedCronJob.protected CronJob.CronJobResultJob.undoCronJob(CronJob cronJob) Deprecated.this feature is not available since 4.3TypeSystemExportJob.undoCronJob(CronJob cronJob) Deprecated.Removes the assignedJobMediaof the specifiedCronJob.protected voidRemoves the assignedJobMediaof the specifiedCronJob.protected voidprotected voidprotected abstract voidStarts the undo processing for thisStepand the specifiedCronJob.Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type CronJobModifier and TypeMethodDescriptionvoidJob.setCronJobs(SessionContext ctx, Collection<CronJob> cronJobs) Deprecated.since ages - not supported anymorevoidGeneratedCleanUpCronJob.setExcludeCronJobs(SessionContext ctx, List<CronJob> value) Generated method - Setter of theCleanUpCronJob.excludeCronJobsattribute.voidGeneratedCleanUpCronJob.setExcludeCronJobs(List<CronJob> value) Generated method - Setter of theCleanUpCronJob.excludeCronJobsattribute.Constructors in de.hybris.platform.cronjob.jalo with parameters of type CronJobModifierConstructorDescriptionCronJobProgressTracker(CronJob cronJob) CronJobToJspLogListener(CronJob cronjob, JspContext jspc) Creates a new listener instance which listens for logs of given cronjob and prints them to given JSP-site. -
Uses of CronJob in de.hybris.platform.cronjob.util
Methods in de.hybris.platform.cronjob.util that return types with arguments of type CronJobModifier and TypeMethodDescriptionTypeRemovalUtil.getRelatedCronJobInstances(ComposedType removedJobType) -
Uses of CronJob in de.hybris.platform.impex.jalo.cronjob
Subclasses of CronJob in de.hybris.platform.impex.jalo.cronjobModifier and TypeClassDescriptionclassGenerated class for typeImpExExportCronJob.classGenerated class for typeImpExImportCronJob.classThis cronjob will be used byImpExExportWizardclassCronjob which imports data from a source mediajobMediato the platform using the ImpEx logic.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type CronJobModifier and TypeMethodDescriptionprotected voidAborts the job by throwing an exception.protected booleanbooleanImpExImportJob.isAbortable(CronJob cronJob) booleanImpExImportJob.isPerformable(CronJob cronJob) protected CronJob.CronJobResultImpExExportJob.performCronJob(CronJob cronJob) ImpExImportJob.performCronJob(CronJob cronJob) Constructors in de.hybris.platform.impex.jalo.cronjob with parameters of type CronJobModifierConstructorDescriptionCronJobErrorHandler(CronJob cronjob) Creates a new instance with givenCronJobused for error evaluation. -
Uses of CronJob in de.hybris.platform.ldap.jalo
Subclasses of CronJob in de.hybris.platform.ldap.jaloModifier and TypeClassDescriptionclassGenerated class for typeLDIFGroupImportCronJob.classGenerated class for typeLDIFImportCronJob.classclassMethods in de.hybris.platform.ldap.jalo with parameters of type CronJobModifier and TypeMethodDescriptionLDIFGroupImportJob.performCronJob(CronJob cronJob) Deprecated.LDIFImportJob.performCronJob(CronJob cronJob) Deprecated.protected booleanLDIFGroupImportJob.performJob(CronJob cronJob) Deprecated.protected booleanLDIFImportJob.performJob(CronJob cronJob) Deprecated. -
Uses of CronJob in de.hybris.platform.mediaconversion.jalo.job
Subclasses of CronJob in de.hybris.platform.mediaconversion.jalo.jobModifier and TypeClassDescriptionclassAbstract CronJob data containing information for multi-threading.classCronJobdata to extract metadata fromMedias.classGenerated class for typeAbstractMediaCronJob.classGenerated class for typeExtractMediaMetaDataCronJob.classGenerated class for typeMediaConversionCronJob.classCronJobto generate or remove converted medias fromMediaContainers. -
Uses of CronJob in de.hybris.platform.orderscheduling.jalo
Subclasses of CronJob in de.hybris.platform.orderscheduling.jaloModifier and TypeClassDescriptionclassThis is a preliminary release of a new functionality.classGenerated class for typeCartToOrderCronJob.classGenerated class for typeOrderScheduleCronJob.classGenerated class for typeOrderTemplateToOrderCronJob.classThis is a preliminary release of a new functionality.classThis is a preliminary release of a new functionality. -
Uses of CronJob in de.hybris.platform.outboundsync.jalo
Subclasses of CronJob in de.hybris.platform.outboundsync.jaloModifier and TypeClassDescriptionclassGenerated class for type OutboundSyncCronJob. -
Uses of CronJob in de.hybris.platform.patches.jalo
Methods in de.hybris.platform.patches.jalo that return CronJobModifier and TypeMethodDescriptionGeneratedPatchExecutionUnit.getCronjob()Generated method - Getter of thePatchExecutionUnit.cronjobattribute.GeneratedPatchExecutionUnit.getCronjob(SessionContext ctx) Generated method - Getter of thePatchExecutionUnit.cronjobattribute.Methods in de.hybris.platform.patches.jalo with parameters of type CronJobModifier and TypeMethodDescriptionvoidGeneratedPatchExecutionUnit.setCronjob(CronJob value) Generated method - Setter of thePatchExecutionUnit.cronjobattribute.voidGeneratedPatchExecutionUnit.setCronjob(SessionContext ctx, CronJob value) Generated method - Setter of thePatchExecutionUnit.cronjobattribute. -
Uses of CronJob in de.hybris.platform.personalizationservices.jalo
Subclasses of CronJob in de.hybris.platform.personalizationservices.jaloModifier and TypeClassDescriptionclassclassclassGenerated class for typeCxResultsCleaningCronJob.classGenerated class for typeCxUpdateSegmentsCronJob. -
Uses of CronJob in de.hybris.platform.personalizationservices.jalo.process
Subclasses of CronJob in de.hybris.platform.personalizationservices.jalo.processModifier and TypeClassDescriptionclassclassclassGenerated class for typeCxDefaultPersonalizationCalculationCronJob.classGenerated class for typeCxPersonalizationProcessCleanupCronJob. -
Uses of CronJob in de.hybris.platform.ruleengineservices.jalo
Subclasses of CronJob in de.hybris.platform.ruleengineservices.jaloMethods in de.hybris.platform.ruleengineservices.jalo with parameters of type CronJobModifier and TypeMethodDescriptionprotected booleanRuleEngineJob.canPerform(CronJob cronJob) protected CronJobModelRuleEngineJob.getCronJob(CronJob cronJob) -
Uses of CronJob in de.hybris.platform.sap.productconfig.services.jalo
Subclasses of CronJob in de.hybris.platform.sap.productconfig.services.jaloModifier and TypeClassDescriptionclassGenerated class for typeProductConfigurationPersistenceCleanUpCronJob.class -
Uses of CronJob in de.hybris.platform.searchservices.jalo
Subclasses of CronJob in de.hybris.platform.searchservices.jaloModifier and TypeClassDescriptionclassclassclassGenerated class for typeAbstractSnIndexerCronJob.classGenerated class for typeFullSnIndexerCronJob.classGenerated class for typeIncrementalSnIndexerCronJob.class -
Uses of CronJob in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type CronJobModifier and TypeMethodDescriptionprotected booleanServicelayerJob.canPerform(CronJob cronJob) protected booleanbooleanServicelayerJob.isAbortable(CronJob conJob) protected CronJob.CronJobResultServicelayerJob.performCronJob(CronJob cronJob) -
Uses of CronJob in de.hybris.platform.solrfacetsearch.jalo.cron
Subclasses of CronJob in de.hybris.platform.solrfacetsearch.jalo.cronModifier and TypeClassDescriptionclassGenerated class for typeSolrQueryStatisticsCollectorCronJob.classGenerated class for typeSolrUpdateStopWordsCronJob.classGenerated class for typeSolrUpdateSynonymsCronJob.classclassclass -
Uses of CronJob in de.hybris.platform.solrfacetsearch.jalo.indexer.cron
Subclasses of CronJob in de.hybris.platform.solrfacetsearch.jalo.indexer.cronModifier and TypeClassDescriptionclassGenerated class for typeSolrExtIndexerCronJob.classGenerated class for typeSolrIndexerCronJob.classGenerated class for typeSolrIndexerHotUpdateCronJob.classGenerated class for typeSolrIndexOptimizationCronJob.classclassclassclass -
Uses of CronJob in de.hybris.platform.storelocator.jalo
Subclasses of CronJob in de.hybris.platform.storelocator.jalo -
Uses of CronJob in de.hybris.platform.ticketsystem.jalo
Subclasses of CronJob in de.hybris.platform.ticketsystem.jaloModifier and TypeClassDescriptionclassclassDeprecated, for removal: This API element is subject to removal in a future version.classGenerated class for typeSessionEventsRemovalCronJob.class -
Uses of CronJob in de.hybris.platform.timedaccesspromotionengineservices.jalo
Subclasses of CronJob in de.hybris.platform.timedaccesspromotionengineservices.jalo -
Uses of CronJob in de.hybris.platform.workflow.jalo
Subclasses of CronJob in de.hybris.platform.workflow.jaloModifier and TypeClassDescriptionclassGenerated class for typeWorkflow.classDeprecated.since ages - as of release 4.3, please useWorkflowModelMethods in de.hybris.platform.workflow.jalo with parameters of type CronJobModifier and TypeMethodDescriptionprotected CronJob.CronJobResultWorkflowTemplate.performCronJob(CronJob cronJob) Deprecated. -
Uses of CronJob in de.hybris.y2ysync.jalo
Subclasses of CronJob in de.hybris.y2ysync.jalo
CatalogVersionSyncCronJobinstead