Uses of Class
de.hybris.platform.cronjob.model.CronJobModel
-
-
Uses of CronJobModel in com.hybris.backoffice.cronjob
Methods in com.hybris.backoffice.cronjob with parameters of type CronJobModel Modifier and Type Method Description protected java.util.Optional<JobLogModel>DefaultCronJobHistoryFacade. lookupDBLog(CronJobModel cronJob, java.util.Date cronJobExecutionStartTime)protected java.util.Optional<LogFileModel>DefaultCronJobHistoryFacade. lookupLogFile(CronJobModel cronJob, java.util.Date cronJobExecutionStartTime) -
Uses of CronJobModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type CronJobModel Modifier and Type Method Description java.util.Collection<CronJobModel>BackofficeJobsDao. findAllJobs(java.util.Collection<java.lang.String> codes)Finds all JobModels for given codes -
Uses of CronJobModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type CronJobModel Modifier and Type Method Description java.util.List<CronJobModel>DefaultBackofficeJobsDao. findAllJobs(java.util.Collection<java.lang.String> codes) -
Uses of CronJobModel in com.hybris.backoffice.model
Subclasses of CronJobModel in com.hybris.backoffice.model Modifier and Type Class Description classExcelImportCronJobModelGenerated model class for type ExcelImportCronJob first defined at extension backoffice. -
Uses of CronJobModel in com.hybris.backoffice.solrsearch.indexer.cron
Methods in com.hybris.backoffice.solrsearch.indexer.cron with parameters of type CronJobModel Modifier and Type Method Description PerformResultAbstractBackofficeSolrIndexerJob. performIndexingJob(CronJobModel cronJob)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CronJobModel in com.hybris.backoffice.solrsearch.model
Subclasses of CronJobModel in com.hybris.backoffice.solrsearch.model Modifier and Type Class Description classBackofficeSolrIndexerCronJobModelGenerated model class for type BackofficeSolrIndexerCronJob first defined at extension backofficesolrsearch. -
Uses of CronJobModel in com.hybris.backoffice.widgets.actions.audit
Methods in com.hybris.backoffice.widgets.actions.audit that return CronJobModel Modifier and Type Method Description protected CronJobModelCreateAuditReportWizardHandler. createCronJobModel(AuditReportWizardData wizardData)CreatesCronJobModelwhich will be executed. -
Uses of CronJobModel in com.hybris.merchandising.exporter
Methods in com.hybris.merchandising.exporter with parameters of type CronJobModel Modifier and Type Method Description PerformResultDefaultMerchCategoryExporter. perform(CronJobModel cronJob)Deprecated.The execution body for aServicelayerJob.PerformResultDefaultMerchProductDirectoryCategoryExporter. perform(CronJobModel cronJob)The execution body for aServicelayerJob. -
Uses of CronJobModel in de.hybris.datasupplier.model
Subclasses of CronJobModel in de.hybris.datasupplier.model Modifier and Type Class Description classDataSupplierCronJobModelGenerated model class for type DataSupplierCronJob first defined at extension hybrisdatasupplier. -
Uses of CronJobModel in de.hybris.deltadetection.jobs
Methods in de.hybris.deltadetection.jobs with parameters of type CronJobModel Modifier and Type Method Description PerformResultAbstractChangeProcessorJobPerformable. perform(CronJobModel cronJob)PerformResultChangeDetectionJobPerformable. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.job
Methods in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.job with parameters of type CronJobModel Modifier and Type Method Description PerformResultE2EChangeAnalysisFilesJob. perform(CronJobModel model) -
Uses of CronJobModel in de.hybris.platform.acceleratorservices.dataexport.generic
Methods in de.hybris.platform.acceleratorservices.dataexport.generic that return CronJobModel Modifier and Type Method Description CronJobModelUploadDataProcessorService. getUploadCronJob(org.springframework.messaging.Message<java.io.File> message)get the cronjob configuration that generates this file -
Uses of CronJobModel in de.hybris.platform.acceleratorservices.dataexport.generic.impl
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.impl that return CronJobModel Modifier and Type Method Description CronJobModelDefaultUploadDataProcessorService. getUploadCronJob(org.springframework.messaging.Message<java.io.File> message)Methods in de.hybris.platform.acceleratorservices.dataexport.generic.impl with parameters of type CronJobModel Modifier and Type Method Description PerformResultDefaultUploadDataJobPerformable. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.acceleratorservices.model
Subclasses of CronJobModel in de.hybris.platform.acceleratorservices.model Modifier and Type Class Description classCartRemovalCronJobModelGenerated model class for type CartRemovalCronJob first defined at extension acceleratorservices.classSiteMapMediaCronJobModelGenerated model class for type SiteMapMediaCronJob first defined at extension acceleratorservices.classUncollectedOrdersCronJobModelGenerated model class for type UncollectedOrdersCronJob first defined at extension acceleratorservices. -
Uses of CronJobModel in de.hybris.platform.acceleratorservices.model.export
Subclasses of CronJobModel in de.hybris.platform.acceleratorservices.model.export Modifier and Type Class Description classExportDataCronJobModelGenerated model class for type ExportDataCronJob first defined at extension acceleratorservices. -
Uses of CronJobModel in de.hybris.platform.accountsummaryaddon.model.cronjob
Subclasses of CronJobModel in de.hybris.platform.accountsummaryaddon.model.cronjob Modifier and Type Class Description classDeleteDocumentFileCronJobModelGenerated model class for type DeleteDocumentFileCronJob first defined at extension accountsummaryaddon. -
Uses of CronJobModel in de.hybris.platform.admincockpit.model.cronjob
Subclasses of CronJobModel in de.hybris.platform.admincockpit.model.cronjob Modifier and Type Class Description classRemoveOrphanedFilesCronJobModelGenerated model class for type RemoveOrphanedFilesCronJob first defined at extension admincockpit. -
Uses of CronJobModel in de.hybris.platform.auditreport.model
Subclasses of CronJobModel in de.hybris.platform.auditreport.model Modifier and Type Class Description classCreateAuditReportCronJobModelGenerated model class for type CreateAuditReportCronJob first defined at extension auditreportservices. -
Uses of CronJobModel in de.hybris.platform.b2bacceleratoraddon.actions.replenishment
Methods in de.hybris.platform.b2bacceleratoraddon.actions.replenishment with parameters of type CronJobModel Modifier and Type Method Description protected voidReplenishmentOrderProcessActionIntegrationTest. setCronJobToTrigger(CronJobModel cronJob, java.util.List<TriggerModel> triggers) -
Uses of CronJobModel in de.hybris.platform.b2bacceleratoraddon.order.impl
Methods in de.hybris.platform.b2bacceleratoraddon.order.impl with parameters of type CronJobModel Modifier and Type Method Description protected voidB2BAcceleratorCartToOrderJobTest. setCronJobToTrigger(CronJobModel cronJob, java.util.List<TriggerModel> triggers) -
Uses of CronJobModel in de.hybris.platform.b2bacceleratorservices.orderscheduling.impl
Methods in de.hybris.platform.b2bacceleratorservices.orderscheduling.impl with parameters of type CronJobModel Modifier and Type Method Description protected voidB2BAcceleratorScheduleOrderService. setCronJobToTrigger(CronJobModel cronJob, java.util.List<TriggerModel> triggers) -
Uses of CronJobModel in de.hybris.platform.catalog.job
Methods in de.hybris.platform.catalog.job that return CronJobModel Modifier and Type Method Description protected CronJobModelCompositeJobPerformable. executeCompositeEntry(CompositeEntryModel compositeEntryModel)Executes aCompositeEntryModel.getTriggerableJob()orCompositeEntryModel.getExecutableCronJob()respectively for a givencompositeEntryModel.protected CronJobModelCompositeJobPerformable. getRefreshedCronJobModel(CronJobModel cronJobModel)PerformsModelService.refresh(Object model)on givencronJobModeland returns it.Methods in de.hybris.platform.catalog.job with parameters of type CronJobModel Modifier and Type Method Description protected TAbstractJobIntegrationTest. getPerformable(CronJobModel cronJobModel)protected CronJobModelCompositeJobPerformable. getRefreshedCronJobModel(CronJobModel cronJobModel)PerformsModelService.refresh(Object model)on givencronJobModeland returns it. -
Uses of CronJobModel in de.hybris.platform.catalog.model
Subclasses of CronJobModel in de.hybris.platform.catalog.model Modifier and Type Class Description classCompareCatalogVersionsCronJobModelGenerated model class for type CompareCatalogVersionsCronJob first defined at extension catalog.classRemoveCatalogVersionCronJobModelGenerated model class for type RemoveCatalogVersionCronJob first defined at extension catalog.classSyncItemCronJobModelGenerated model class for type SyncItemCronJob first defined at extension catalog.Methods in de.hybris.platform.catalog.model with parameters of type CronJobModel Modifier and Type Method Description voidItemSyncDescriptorModel. setCronJob(CronJobModel value)Generated method - Initial setter ofChangeDescriptor.cronJobattribute defined at extensionprocessingand redeclared at extensioncatalog. -
Uses of CronJobModel in de.hybris.platform.catalog.model.synchronization
Subclasses of CronJobModel in de.hybris.platform.catalog.model.synchronization Modifier and Type Class Description classCatalogVersionSyncCronJobModelGenerated model class for type CatalogVersionSyncCronJob first defined at extension catalog. -
Uses of CronJobModel in de.hybris.platform.chineseprofileservices.jobs
Methods in de.hybris.platform.chineseprofileservices.jobs with parameters of type CronJobModel Modifier and Type Method Description PerformResultCleanUpVerificationCode. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type CronJobModel Modifier and Type Method Description protected java.util.Optional<CronJobModel>DefaultSynchronizationFacade. findTheCronJob(java.lang.String catalogId, java.lang.String sourceCatalogVersionName, java.lang.String targetCatalogVersionName)Find a cron job based a catalog and version.protected java.util.Optional<CronJobModel>DefaultSynchronizationFacade. findTheCronJob(java.util.Optional<SyncItemJobModel> syncItemJobModel)Return the latest cron job of a syncItemJobModelprotected java.util.Optional<CronJobModel>DefaultSynchronizationFacade. getLastSuccessfulCronJob(SyncItemJobModel syncItemJobModel)Retrieves the last successful (SUCCESSFUL and FINISHED) cron job of the provided synchronization item.protected java.util.Map<PK,CronJobModel>DefaultSynchronizationFacade. getSynchronizationsLastSuccessfulCronJob(java.util.List<SyncItemJobModel> synchronizations)Retrieves the last successful cron job of each of the provided synchronization items.protected Converter<java.util.Optional<CronJobModel>,SyncJobData>DefaultSynchronizationFacade. getSyncJobConverter()Method parameters in de.hybris.platform.cmsfacades.synchronization.impl with type arguments of type CronJobModel Modifier and Type Method Description protected java.util.Optional<SyncItemJobModel>DefaultSynchronizationFacade. findLatestSyncItemJobModelByTarget(java.util.List<SyncItemJobModel> incomingSynchronizations, java.util.Map<PK,CronJobModel> latestCronJobs)Retrieves the synchronization item that triggered the last successful cron job (SUCCESSFUL and FINISHED).protected java.util.Optional<CronJobStatus>DefaultSynchronizationFacade. getCronJobStatus(java.util.Optional<CronJobModel> cronJobModel)Get a cron job statusvoidDefaultSynchronizationFacade. setSyncJobConverter(Converter<java.util.Optional<CronJobModel>,SyncJobData> syncJobConverter) -
Uses of CronJobModel in de.hybris.platform.cmsfacades.synchronization.populator
Method parameters in de.hybris.platform.cmsfacades.synchronization.populator with type arguments of type CronJobModel Modifier and Type Method Description voidSyncJobDataPopulator. populate(java.util.Optional<CronJobModel> source, SyncJobData target) -
Uses of CronJobModel in de.hybris.platform.commerceservices.organization.cronjob
Methods in de.hybris.platform.commerceservices.organization.cronjob with parameters of type CronJobModel Modifier and Type Method Description PerformResultGenerateOrgUnitPathsJob. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.commercewebservicescommons.model
Subclasses of CronJobModel in de.hybris.platform.commercewebservicescommons.model Modifier and Type Class Description classOldCartRemovalCronJobModelGenerated model class for type OldCartRemovalCronJob first defined at extension commercewebservicescommons. -
Uses of CronJobModel in de.hybris.platform.commercewebservicescommons.model.expressupdate.cron
Subclasses of CronJobModel in de.hybris.platform.commercewebservicescommons.model.expressupdate.cron Modifier and Type Class Description classOrderStatusUpdateCleanerCronJobModelGenerated model class for type OrderStatusUpdateCleanerCronJob first defined at extension commercewebservicescommons.classProductExpressUpdateCleanerCronJobModelGenerated model class for type ProductExpressUpdateCleanerCronJob first defined at extension commercewebservicescommons. -
Uses of CronJobModel in de.hybris.platform.commercewebservicescommons.model.payment
Subclasses of CronJobModel in de.hybris.platform.commercewebservicescommons.model.payment Modifier and Type Class Description classOldPaymentSubscriptionResultRemovalCronJobModelGenerated model class for type OldPaymentSubscriptionResultRemovalCronJob first defined at extension commercewebservicescommons. -
Uses of CronJobModel in de.hybris.platform.cronjob.model
Subclasses of CronJobModel in de.hybris.platform.cronjob.model Modifier and Type Class Description classCleanUpCronJobModelGenerated model class for type CleanUpCronJob first defined at extension processing.classCleanupDynamicProcessDefinitionsCronJobModelGenerated model class for type CleanupDynamicProcessDefinitionsCronJob first defined at extension processing.classCompositeCronJobModelGenerated model class for type CompositeCronJob first defined at extension processing.classFlexibleSearchCronJobModelGenerated model class for type FlexibleSearchCronJob first defined at extension processing.classMediaFolderStructureMigrationCronJobModelGenerated model class for type MediaFolderStructureMigrationCronJob first defined at extension processing.classMediaProcessCronJobModelGenerated model class for type MediaProcessCronJob first defined at extension processing.classMoveMediaCronJobModelGenerated model class for type MoveMediaCronJob first defined at extension processing.classRemoveItemsCronJobModelGenerated model class for type RemoveItemsCronJob first defined at extension processing.classURLCronJobModelGenerated model class for type URLCronJob first defined at extension processing.Methods in de.hybris.platform.cronjob.model that return CronJobModel Modifier and Type Method Description CronJobModelChangeDescriptorModel. getCronJob()Generated method - Getter of theChangeDescriptor.cronJobattribute defined at extensionprocessing.CronJobModelCronJobHistoryModel. getCronJob()Generated method - Getter of theCronJobHistory.cronJobattribute defined at extensionprocessing.CronJobModelJobLogModel. getCronJob()Generated method - Getter of theJobLog.cronJobattribute defined at extensionprocessing.CronJobModelTriggerModel. getCronJob()Generated method - Getter of theTrigger.cronJobattribute defined at extensionprocessing.CronJobModelCompositeEntryModel. getExecutableCronJob()Generated method - Getter of theCompositeEntry.executableCronJobattribute defined at extensionprocessing.CronJobModelLogFileModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionprocessing.Methods in de.hybris.platform.cronjob.model that return types with arguments of type CronJobModel Modifier and Type Method Description java.util.Collection<CronJobModel>JobModel. getCronJobs()Generated method - Getter of theJob.cronJobsattribute defined at extensionprocessing.java.util.List<CronJobModel>CleanUpCronJobModel. getExcludeCronJobs()Generated method - Getter of theCleanUpCronJob.excludeCronJobsattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type CronJobModel Modifier and Type Method Description voidChangeDescriptorModel. setCronJob(CronJobModel value)Generated method - Initial setter ofChangeDescriptor.cronJobattribute defined at extensionprocessing.voidCronJobHistoryModel. setCronJob(CronJobModel value)Generated method - Setter ofCronJobHistory.cronJobattribute defined at extensionprocessing.voidJobLogModel. setCronJob(CronJobModel value)Generated method - Initial setter ofJobLog.cronJobattribute defined at extensionprocessing.voidTriggerModel. setCronJob(CronJobModel value)Generated method - Initial setter ofTrigger.cronJobattribute defined at extensionprocessing.voidCompositeEntryModel. setExecutableCronJob(CronJobModel value)Generated method - Setter ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.Method parameters in de.hybris.platform.cronjob.model with type arguments of type CronJobModel Modifier and Type Method Description voidCleanUpCronJobModel. setExcludeCronJobs(java.util.List<CronJobModel> value)Generated method - Setter ofCleanUpCronJob.excludeCronJobsattribute defined at extensionprocessing.Constructors in de.hybris.platform.cronjob.model with parameters of type CronJobModel Constructor Description ChangeDescriptorModel(java.lang.String _changeType, CronJobModel _cronJob, ItemModel _owner, java.lang.Integer _sequenceNumber, StepModel _step)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChangeDescriptorModel(java.lang.String _changeType, CronJobModel _cronJob, java.lang.Integer _sequenceNumber, StepModel _step)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobLogModel(CronJobModel _cronJob, JobLogLevel _level)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobLogModel(CronJobModel _cronJob, JobLogLevel _level, java.lang.String _message, ItemModel _owner, StepModel _step)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLogFileModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CronJobModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTriggerModel(CronJobModel _cronJob, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CronJobModel in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type CronJobModel Modifier and Type Method Description PerformResultAbstractCouponNotificationJob. perform(CronJobModel job)Executes cronjob and sends coupon notification when a coupon will take effect or expire soon -
Uses of CronJobModel in de.hybris.platform.customerinterestsservices.productinterest.cronjob
Methods in de.hybris.platform.customerinterestsservices.productinterest.cronjob with parameters of type CronJobModel Modifier and Type Method Description PerformResultExpiredInterestsCleanUpJob. perform(CronJobModel job) -
Uses of CronJobModel in de.hybris.platform.impex.model.cronjob
Subclasses of CronJobModel in de.hybris.platform.impex.model.cronjob Modifier and Type Class Description classImpExExportCronJobModelGenerated model class for type ImpExExportCronJob first defined at extension impex.classImpExImportCronJobModelGenerated model class for type ImpExImportCronJob first defined at extension impex. -
Uses of CronJobModel in de.hybris.platform.integration.cis.payment.cronjob
Methods in de.hybris.platform.integration.cis.payment.cronjob with parameters of type CronJobModel Modifier and Type Method Description PerformResultDefaultCisNotifyCustomerInactiveOrdersJob. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.integration.cis.payment.model
Subclasses of CronJobModel in de.hybris.platform.integration.cis.payment.model Modifier and Type Class Description classCisFraudReportCronJobModelGenerated model class for type CisFraudReportCronJob first defined at extension cispayment. -
Uses of CronJobModel in de.hybris.platform.jobs
Classes in de.hybris.platform.jobs with type parameters of type CronJobModel Modifier and Type Interface Description interfaceDisposableRemovedItemPKProcessor<T extends CronJobModel>Abstraction for theIteratoroverPKwith additional init/dispose logic.Methods in de.hybris.platform.jobs with parameters of type CronJobModel Modifier and Type Method Description abstract FlexibleSearchQueryAbstractMaintenanceJobPerformable. getFetchQuery(CronJobModel cronJob)FlexibleSearchQueryDynamicMaintenanceJobPerformable. getFetchQuery(CronJobModel cronJob)The beanshell field from the job model is readed and executed.FlexibleSearchQueryGenericMaintenanceJobPerformable. getFetchQuery(CronJobModel cronJob)PerformResultAbstractMaintenanceJobPerformable. perform(CronJobModel cronJob)PerformResultCleanUpProcessTaskLogPerformable. perform(CronJobModel cronJob)PerformResultScriptingJobPerformable. perform(CronJobModel cronJob)abstract voidAbstractMaintenanceJobPerformable. process(java.util.List<ItemModel> elements, CronJobModel cronJob)voidDynamicMaintenanceJobPerformable. process(java.util.List<ItemModel> elements, CronJobModel cronJob)If no beanshell code for the cleanup part is provided, the default behaviour is: iterate through the list and call on each model modelService.remove(model)voidGenericMaintenanceJobPerformable. process(java.util.List list, CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.jobs.maintenance
Classes in de.hybris.platform.jobs.maintenance with type parameters of type CronJobModel Modifier and Type Interface Description interfaceMaintenanceCleanupStrategy<T extends ItemModel,C extends CronJobModel>This is the strategy interface for theGenericMaintenanceJobPerformable. -
Uses of CronJobModel in de.hybris.platform.jobs.maintenance.impl
Methods in de.hybris.platform.jobs.maintenance.impl with parameters of type CronJobModel Modifier and Type Method Description FlexibleSearchQueryCleanupCronJobStrategy. createFetchQuery(CronJobModel cjm)FlexibleSearchQueryCleanUpLogsStrategy. createFetchQuery(CronJobModel cjm)FlexibleSearchQueryCleanupSavedValuesStrategy. createFetchQuery(CronJobModel cjm)Method parameters in de.hybris.platform.jobs.maintenance.impl with type arguments of type CronJobModel Modifier and Type Method Description voidCleanupCronJobStrategy. process(java.util.List<CronJobModel> elements)voidCleanUpLogsStrategy. process(java.util.List<CronJobModel> elements) -
Uses of CronJobModel in de.hybris.platform.kymaintegrationservices.jobs
Methods in de.hybris.platform.kymaintegrationservices.jobs with parameters of type CronJobModel Modifier and Type Method Description PerformResultKymaUpdateConsumedDestinationsJobPerformable. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.kymaintegrationservices.strategies.impl
Methods in de.hybris.platform.kymaintegrationservices.strategies.impl that return types with arguments of type CronJobModel Modifier and Type Method Description protected AbstractJobPerformable<CronJobModel>KymaDestinationTargetRegistrationStrategy. getDestinationTargetJobPerformable()Method parameters in de.hybris.platform.kymaintegrationservices.strategies.impl with type arguments of type CronJobModel Modifier and Type Method Description voidKymaDestinationTargetRegistrationStrategy. setDestinationTargetJobPerformable(AbstractJobPerformable<CronJobModel> destinationTargetJobPerformable) -
Uses of CronJobModel in de.hybris.platform.ldap.model
Subclasses of CronJobModel in de.hybris.platform.ldap.model Modifier and Type Class Description classLDIFGroupImportCronJobModelGenerated model class for type LDIFGroupImportCronJob first defined at extension ldap.classLDIFImportCronJobModelGenerated model class for type LDIFImportCronJob first defined at extension ldap. -
Uses of CronJobModel in de.hybris.platform.marketplaceservices.cronjob
Methods in de.hybris.platform.marketplaceservices.cronjob with parameters of type CronJobModel Modifier and Type Method Description PerformResultVendorOrderExportJob. perform(CronJobModel arg0)PerformResultVendorRatingCalculationJob. perform(CronJobModel job) -
Uses of CronJobModel in de.hybris.platform.mediaconversion.model.job
Subclasses of CronJobModel in de.hybris.platform.mediaconversion.model.job Modifier and Type Class Description classAbstractMediaCronJobModelGenerated model class for type AbstractMediaCronJob first defined at extension mediaconversion.classExtractMediaMetaDataCronJobModelGenerated model class for type ExtractMediaMetaDataCronJob first defined at extension mediaconversion.classMediaConversionCronJobModelGenerated model class for type MediaConversionCronJob first defined at extension mediaconversion. -
Uses of CronJobModel in de.hybris.platform.orderscheduling.impl
Methods in de.hybris.platform.orderscheduling.impl with parameters of type CronJobModel Modifier and Type Method Description protected voidDefaultScheduleOrderServiceImpl. setCronJobToTrigger(CronJobModel cronJob, java.util.List<TriggerModel> triggers) -
Uses of CronJobModel in de.hybris.platform.orderscheduling.model
Subclasses of CronJobModel in de.hybris.platform.orderscheduling.model Modifier and Type Class Description classCartToOrderCronJobModelGenerated model class for type CartToOrderCronJob first defined at extension basecommerce.classOrderScheduleCronJobModelGenerated model class for type OrderScheduleCronJob first defined at extension basecommerce.classOrderTemplateToOrderCronJobModelGenerated model class for type OrderTemplateToOrderCronJob first defined at extension basecommerce. -
Uses of CronJobModel in de.hybris.platform.outboundsync.job.impl
Constructors in de.hybris.platform.outboundsync.job.impl with parameters of type CronJobModel Constructor Description StreamingChangesCollector(@NotNull ItemChangeSender itemChangeSender, @NotNull CronJobModel jobModel, @NotNull OutboundSyncStreamConfigurationModel streamConfiguration) -
Uses of CronJobModel in de.hybris.platform.outboundsync.model
Subclasses of CronJobModel in de.hybris.platform.outboundsync.model Modifier and Type Class Description classOutboundSyncCronJobModelGenerated model class for type OutboundSyncCronJob first defined at extension outboundsync. -
Uses of CronJobModel in de.hybris.platform.patches.model
Methods in de.hybris.platform.patches.model that return CronJobModel Modifier and Type Method Description CronJobModelPatchExecutionUnitModel. getCronjob()Generated method - Getter of thePatchExecutionUnit.cronjobattribute defined at extensionpatches.Methods in de.hybris.platform.patches.model with parameters of type CronJobModel Modifier and Type Method Description voidPatchExecutionUnitModel. setCronjob(CronJobModel value)Generated method - Setter ofPatchExecutionUnit.cronjobattribute defined at extensionpatches. -
Uses of CronJobModel in de.hybris.platform.personalizationservices.model
Subclasses of CronJobModel in de.hybris.platform.personalizationservices.model Modifier and Type Class Description classCxResultsCleaningCronJobModelGenerated model class for type CxResultsCleaningCronJob first defined at extension personalizationservices.classCxUpdateSegmentsCronJobModelGenerated model class for type CxUpdateSegmentsCronJob first defined at extension personalizationservices. -
Uses of CronJobModel in de.hybris.platform.personalizationservices.model.process
Subclasses of CronJobModel in de.hybris.platform.personalizationservices.model.process Modifier and Type Class Description classCxDefaultPersonalizationCalculationCronJobModelGenerated model class for type CxDefaultPersonalizationCalculationCronJob first defined at extension personalizationservices.classCxPersonalizationProcessCleanupCronJobModelGenerated model class for type CxPersonalizationProcessCleanupCronJob first defined at extension personalizationservices. -
Uses of CronJobModel in de.hybris.platform.platformbackoffice.actions.cronjob
Method parameters in de.hybris.platform.platformbackoffice.actions.cronjob with type arguments of type CronJobModel Modifier and Type Method Description booleanAbortCronJobAction. canPerform(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)booleanPerformCronJobAction. canPerform(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)java.lang.StringAbortCronJobAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)java.lang.StringPerformCronJobAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)protected booleanPermissionAwareCronJobAction. isCurrentUserAllowedToRun(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)booleanAbortCronJobAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)booleanPerformCronJobAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>AbortCronJobAction. perform(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>PerformCronJobAction. perform(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx) -
Uses of CronJobModel in de.hybris.platform.platformbackoffice.actions.deletecronjoblogs
Methods in de.hybris.platform.platformbackoffice.actions.deletecronjoblogs with parameters of type CronJobModel Modifier and Type Method Description protected FlexibleSearchQueryDeleteCronJobLogsAction. createFlexibleSearchQuery(CronJobModel cronJobModel)Method parameters in de.hybris.platform.platformbackoffice.actions.deletecronjoblogs with type arguments of type CronJobModel Modifier and Type Method Description booleanDeleteCronJobLogsAction. canPerform(com.hybris.cockpitng.actions.ActionContext<CronJobModel> actionContext)java.lang.StringDeleteCronJobLogsAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<CronJobModel> actionContext)protected java.lang.StringDeleteCronJobLogsAction. getNotificationSource(com.hybris.cockpitng.actions.ActionContext<CronJobModel> ctx)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, useNotificationService.getWidgetNotificationSource(ActionContext)instead.booleanDeleteCronJobLogsAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<CronJobModel> actionContext)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>DeleteCronJobLogsAction. perform(com.hybris.cockpitng.actions.ActionContext<CronJobModel> actionContext) -
Uses of CronJobModel in de.hybris.platform.platformbackoffice.widgets.impex
Methods in de.hybris.platform.platformbackoffice.widgets.impex that return CronJobModel Modifier and Type Method Description CronJobModelImpExExportForm. getExportCronJob()Methods in de.hybris.platform.platformbackoffice.widgets.impex with parameters of type CronJobModel Modifier and Type Method Description voidImpExExportForm. setExportCronJob(CronJobModel exportCronJob) -
Uses of CronJobModel in de.hybris.platform.retention.job
Methods in de.hybris.platform.retention.job with parameters of type CronJobModel Modifier and Type Method Description PerformResultAfterRetentionCleanupJobPerformable. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.ruleengine.cronjob
Methods in de.hybris.platform.ruleengine.cronjob with parameters of type CronJobModel Modifier and Type Method Description FlexibleSearchQueryCleanupDroolsRulesStrategy. createFetchQuery(CronJobModel cronJob)FlexibleSearchQueryDefaultKieModuleCleanupStrategy. createFetchQuery(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.ruleenginebackoffice.actions
Methods in de.hybris.platform.ruleenginebackoffice.actions with parameters of type CronJobModel Modifier and Type Method Description protected voidAbstractRuleCompilePublishComposer. onJobTriggered(CronJobModel cronJob)the method invoked upon job being triggered -
Uses of CronJobModel in de.hybris.platform.ruleengineservices.jalo
Methods in de.hybris.platform.ruleengineservices.jalo that return CronJobModel Modifier and Type Method Description protected CronJobModelRuleEngineJob. getCronJob(CronJob cronJob) -
Uses of CronJobModel in de.hybris.platform.ruleengineservices.jobs
Classes in de.hybris.platform.ruleengineservices.jobs with type parameters of type CronJobModel Modifier and Type Interface Description interfaceRuleEngineJobPerformable<T extends CronJobModel>Extension to theJobPerformablecontract that provides additional rule engine job specific methods -
Uses of CronJobModel in de.hybris.platform.ruleengineservices.jobs.impl
Methods in de.hybris.platform.ruleengineservices.jobs.impl with parameters of type CronJobModel Modifier and Type Method Description protected voidDefaultRuleEngineJobService. createTriggerForCronJob(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.ruleengineservices.model
Subclasses of CronJobModel in de.hybris.platform.ruleengineservices.model Modifier and Type Class Description classRuleEngineCronJobModelGenerated model class for type RuleEngineCronJob first defined at extension ruleengineservices. -
Uses of CronJobModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of CronJobModel in de.hybris.platform.sap.productconfig.services.model Modifier and Type Class Description classProductConfigurationPersistenceCleanUpCronJobModelGenerated model class for type ProductConfigurationPersistenceCleanUpCronJob first defined at extension sapproductconfigservices. -
Uses of CronJobModel in de.hybris.platform.searchservices.model
Subclasses of CronJobModel in de.hybris.platform.searchservices.model Modifier and Type Class Description classAbstractSnIndexerCronJobModelGenerated model class for type AbstractSnIndexerCronJob first defined at extension searchservices.classFullSnIndexerCronJobModelGenerated model class for type FullSnIndexerCronJob first defined at extension searchservices.classIncrementalSnIndexerCronJobModelGenerated model class for type IncrementalSnIndexerCronJob first defined at extension searchservices. -
Uses of CronJobModel in de.hybris.platform.servicelayer.cronjob
Classes in de.hybris.platform.servicelayer.cronjob with type parameters of type CronJobModel Modifier and Type Class Description classAbstractJobPerformable<T extends CronJobModel>Abstract implementation ofJobPerformableinterface providingModelServiceandSessionServiceas a member.interfaceCronJobFactory<T extends CronJobModel,C extends JobModel>Marks a class as factory for creating custom cronjobs by aServicelayerJobitem.interfaceJobPerformable<T extends CronJobModel>Marks a class as performable by aServicelayerJobitem.Methods in de.hybris.platform.servicelayer.cronjob with type parameters of type CronJobModel Modifier and Type Method Description <C extends CronJobModel,J extends JobModel>
CronJobFactory<C,J>CronJobService. getCronJobFactory(ServicelayerJobModel slayerJobModel)Methods in de.hybris.platform.servicelayer.cronjob that return CronJobModel Modifier and Type Method Description CronJobModelCronJobService. getCronJob(java.lang.String code)Gets the cronjob identified unique by given code.Methods in de.hybris.platform.servicelayer.cronjob that return types with arguments of type CronJobModel Modifier and Type Method Description java.util.List<CronJobModel>CronJobDao. findCronJobs(java.lang.String code)Search with the given code forCronJobitems.default java.util.List<CronJobModel>CronJobDao. findLastCronJobsWithJob(JobModel jobModel, int limit)Finds lastCronJobModellinked to givenJobModel.java.util.List<CronJobModel>CronJobDao. findRunningCronJobs()Finds allCronJobModelinstance in state RUNNING or RUNNINGRESTART.JobPerformable<? extends CronJobModel>CronJobService. getPerformable(ServicelayerJobModel slayerJobModel)java.util.List<CronJobModel>CronJobService. getRunningOrRestartedCronJobs()Returns list ofCronJobModelinstances running on the platform regardless the cluster node.Methods in de.hybris.platform.servicelayer.cronjob with parameters of type CronJobModel Modifier and Type Method Description java.util.List<JobLogModel>JobLogDao. findJobLogs(CronJobModel cronJobModel, int count, boolean ascending)FindsJobLogModelmax of count entries for a givenCronJobModelorder by ascended|descendent.default java.lang.LongCronJobHistoryService. getAverageExecutionTime(CronJobModel cronJob, java.util.concurrent.TimeUnit timeUnit)Returns average execution time based on historical data.java.lang.StringCronJobService. getLogsAsText(CronJobModel cronjob)Returns text representation of top 500getLogs()entries for a givenCronJobModel, as concatenated and decorated content of itsJobLogModel.getMessage().java.lang.StringCronJobService. getLogsAsText(CronJobModel cronjob, int count)Returns text representation of top givencountgetLogs()entries for a givenCronJobModel, as concatenated and decorated content of itsJobLogModel.getMessage().booleanCronJobDao. isAbortable(CronJobModel cronJobModel)Checks if given cronJobModel as abortable or not.booleanCronJobService. isAbortable(CronJobModel cronJob)Checks if the cronjob model is abortable.booleanCronJobService. isError(CronJobModel cronJob)Checks whether the cronjob was executed not successfully.booleanCronJobService. isFinished(CronJobModel cronJob)Checks whether the cronjob has finished execution and is not running or paused anymore.booleanCronJobService. isPaused(CronJobModel cronJob)Checks whether the cronjob is paused.booleanCronJobDao. isPerformable(CronJobModel cronJobModel)Checks if given cronJobModel as performable or not.booleanCronJobService. isPerformable(CronJobModel cronJob)Checks if the cronjob model is performable.booleanCronJobService. isRunning(CronJobModel cronJob)Checks whether the cronjob has not finished or paused execution yet and is still running regardless if has it been restarted or not.booleanCronJobService. isSuccessful(CronJobModel cronJob)Checks whether the cronjob was executed successfully.PerformResultTestAbortableJobPerformable. perform(CronJobModel cronJob)voidCronJobService. performCronJob(CronJobModel model)Performs givenCronjobby starting itsJobon the cluster node.voidCronJobService. performCronJob(CronJobModel model, boolean synchronous)Performs givenCronjobby starting itsJob.voidCronJobService. requestAbortCronJob(CronJobModel model)This method applies only to CronJobModel instance with status asCronJobStatus.RUNNINGORCronJobStatus.RUNNINGRESTARTSets the request abort attributeREQUESTABORTto true for a givenCronjob.Method parameters in de.hybris.platform.servicelayer.cronjob with type arguments of type CronJobModel Modifier and Type Method Description default java.util.List<CronJobHistoryModel>CronJobHistoryDao. findLastCronJobHistoryByCronJobs(java.util.List<CronJobModel> cronJobs, int limit)Returns last N(@param limit) matchingCronJobHistoryModellinked to given cron jobs. -
Uses of CronJobModel in de.hybris.platform.servicelayer.cronjob.attributehandler
Methods in de.hybris.platform.servicelayer.cronjob.attributehandler with parameters of type CronJobModel Modifier and Type Method Description java.lang.StringCronjobTimetable. get(CronJobModel model)Returns a localized text, representing the timetable of the cronjobs trigger.voidCronjobTimetable. set(CronJobModel model, java.lang.String value)Holds logic behind setter for dynamic attribute. -
Uses of CronJobModel in de.hybris.platform.servicelayer.cronjob.impl
Fields in de.hybris.platform.servicelayer.cronjob.impl with type parameters of type CronJobModel Modifier and Type Field Description protected java.util.List<CronJobModel>AbstractCronJobHistoryTest. cronJobsMethods in de.hybris.platform.servicelayer.cronjob.impl with type parameters of type CronJobModel Modifier and Type Method Description <C extends CronJobModel,J extends JobModel>
CronJobFactory<C,J>DefaultCronJobService. getCronJobFactory(ServicelayerJobModel slayerJobModel)Methods in de.hybris.platform.servicelayer.cronjob.impl that return CronJobModel Modifier and Type Method Description CronJobModelDefaultCronJobService. getCronJob(java.lang.String code)Methods in de.hybris.platform.servicelayer.cronjob.impl that return types with arguments of type CronJobModel Modifier and Type Method Description java.util.List<CronJobModel>CronJobDao. findCronJobs(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Search with the given code forCronJobitems.java.util.List<CronJobModel>DefaultCronJobDao. findCronJobs(java.lang.String code)java.util.List<CronJobModel>DefaultCronJobDao. findLastCronJobsWithJob(JobModel jobModel, int limit)java.util.List<CronJobModel>CronJobDao. findRunningCronJobs()Deprecated, for removal: This API element is subject to removal in a future version.Finds allCronJobModelinstance in state RUNNING or RUNNINGRESTART.java.util.List<CronJobModel>DefaultCronJobDao. findRunningCronJobs()JobPerformable<? extends CronJobModel>DefaultCronJobService. getPerformable(ServicelayerJobModel slayerJobModel)java.util.List<CronJobModel>DefaultCronJobService. getRunningOrRestartedCronJobs()Methods in de.hybris.platform.servicelayer.cronjob.impl with parameters of type CronJobModel Modifier and Type Method Description protected booleanDefaultCronJobService. canRunOnThisNode(CronJobModel cronJob)protected CronJobHistoryModelAbstractCronJobHistoryTest. createEntity(CronJobModel cronJob, JobModel jobOne, UserModel userModel, java.util.Date startDate, java.util.Date endDate, CronJobResult theResult, CronJobStatus theStatus)booleanCronJobDao. findAbortable(CronJobModel cronJobModel)Deprecated, for removal: This API element is subject to removal in a future version.Finds a given cronJobModel as abortable or not.java.util.List<JobLogModel>DefaultJobLogDao. findJobLogs(CronJobModel cronJobModel, int count, boolean ascending)booleanCronJobDao. findPerformable(CronJobModel cronJobModel)Deprecated, for removal: This API element is subject to removal in a future version.Finds a given cronJobModel as performable or not.booleanCronJobDao. findUndoable(CronJobModel cronJobModel)Deprecated, for removal: This API element is subject to removal in a future version.Finds a given cronJobModel as undoable or not.java.lang.LongDefaultCronJobHistoryService. getAverageExecutionTime(CronJobModel cronJob, java.util.concurrent.TimeUnit timeUnit)protected java.lang.StringDefaultCronJobService. getCronJobExpression(CronJobModel cronJob)java.lang.StringDefaultCronJobService. getLogsAsText(CronJobModel cronJobModel)java.lang.StringDefaultCronJobService. getLogsAsText(CronJobModel cronJobModel, int count)booleanDefaultCronJobDao. isAbortable(CronJobModel cronJobModel)booleanDefaultCronJobService. isAbortable(CronJobModel cronJob)booleanDefaultCronJobService. isError(CronJobModel cronJob)booleanDefaultCronJobService. isFinished(CronJobModel cronJob)booleanDefaultCronJobService. isPaused(CronJobModel cronJob)booleanDefaultCronJobDao. isPerformable(CronJobModel cronJobModel)booleanDefaultCronJobService. isPerformable(CronJobModel cronJob)booleanDefaultCronJobService. isRunning(CronJobModel cronJob)booleanDefaultCronJobService. isSuccessful(CronJobModel cronJob)voidDefaultCronJobService. performCronJob(CronJobModel cronJob)voidDefaultCronJobService. performCronJob(CronJobModel cronJob, boolean synchronous)voidDefaultCronJobService. requestAbortCronJob(CronJobModel cronJob)protected voidDefaultCronJobService. startOnDifferentNodeViaTask(CronJobModel cronJob)Method parameters in de.hybris.platform.servicelayer.cronjob.impl with type arguments of type CronJobModel Modifier and Type Method Description java.util.List<CronJobHistoryModel>DefaultCronJobHistoryDao. findLastCronJobHistoryByCronJobs(java.util.List<CronJobModel> cronJobs, int limit) -
Uses of CronJobModel in de.hybris.platform.servicelayer.impex.impl
Methods in de.hybris.platform.servicelayer.impex.impl that return CronJobModel Modifier and Type Method Description CronJobModelExportCronJobResult. getCronJob() -
Uses of CronJobModel in de.hybris.platform.solrfacetsearch.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.indexer.cron with parameters of type CronJobModel Modifier and Type Method Description PerformResultAbstractIndexerJob. perform(CronJobModel cronJob)abstract PerformResultAbstractIndexerJob. performIndexingJob(CronJobModel cronJob)PerformResultSolrIndexerHotUpdateJob. performIndexingJob(CronJobModel cronJob)PerformResultSolrIndexerJob. performIndexingJob(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.solrfacetsearch.model.cron
Subclasses of CronJobModel in de.hybris.platform.solrfacetsearch.model.cron Modifier and Type Class Description classSolrQueryStatisticsCollectorCronJobModelGenerated model class for type SolrQueryStatisticsCollectorCronJob first defined at extension solrfacetsearch.classSolrUpdateStopWordsCronJobModelGenerated model class for type SolrUpdateStopWordsCronJob first defined at extension solrfacetsearch.classSolrUpdateSynonymsCronJobModelGenerated model class for type SolrUpdateSynonymsCronJob first defined at extension solrfacetsearch. -
Uses of CronJobModel in de.hybris.platform.solrfacetsearch.model.indexer.cron
Subclasses of CronJobModel in de.hybris.platform.solrfacetsearch.model.indexer.cron Modifier and Type Class Description classSolrExtIndexerCronJobModelGenerated model class for type SolrExtIndexerCronJob first defined at extension solrfacetsearch.classSolrIndexerCronJobModelGenerated model class for type SolrIndexerCronJob first defined at extension solrfacetsearch.classSolrIndexerHotUpdateCronJobModelGenerated model class for type SolrIndexerHotUpdateCronJob first defined at extension solrfacetsearch.classSolrIndexOptimizationCronJobModelGenerated model class for type SolrIndexOptimizationCronJob first defined at extension solrfacetsearch. -
Uses of CronJobModel in de.hybris.platform.solrfacetsearch.provider
Methods in de.hybris.platform.solrfacetsearch.provider with parameters of type CronJobModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>CronJobAwareParameterProvider. createParameters(CronJobModel cronJob, IndexConfig indexConfig, IndexedType indexedType)Create provider's parameter in the form of Maprepresenting parameter-value map. -
Uses of CronJobModel in de.hybris.platform.solrfacetsearchbackoffice.wizards
Constructors in de.hybris.platform.solrfacetsearchbackoffice.wizards with parameters of type CronJobModel Constructor Description WizardCronJobAsyncOperation(CronJobModel cronJobModel) -
Uses of CronJobModel in de.hybris.platform.stocknotificationservices.cronjob
Methods in de.hybris.platform.stocknotificationservices.cronjob with parameters of type CronJobModel Modifier and Type Method Description PerformResultAbstractStockLevelStatusJob. perform(CronJobModel job) -
Uses of CronJobModel in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator with parameters of type CronJobModel Modifier and Type Method Description PerformResultGeocodingJob. perform(CronJobModel cronJob)protected java.util.Optional<GeocodeAddressesCronJobModel>GeocodingJob. validateCronJob(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.storelocator.model
Subclasses of CronJobModel in de.hybris.platform.storelocator.model Modifier and Type Class Description classGeocodeAddressesCronJobModelGenerated model class for type GeocodeAddressesCronJob first defined at extension basecommerce. -
Uses of CronJobModel in de.hybris.platform.ticketsystem.model
Subclasses of CronJobModel in de.hybris.platform.ticketsystem.model Modifier and Type Class Description classCSTicketStagnationCronJobModelDeprecated, for removal: This API element is subject to removal in a future version.Since 6.6: replaced with ticketRetentionCronJob from ycoreaccelerator module.classSessionEventsRemovalCronJobModelGenerated model class for type SessionEventsRemovalCronJob first defined at extension ticketsystem. -
Uses of CronJobModel in de.hybris.platform.timedaccesspromotionengineservices.model
Subclasses of CronJobModel in de.hybris.platform.timedaccesspromotionengineservices.model Modifier and Type Class Description classFlashBuyCronJobModelGenerated model class for type FlashBuyCronJob first defined at extension timedaccesspromotionengineservices. -
Uses of CronJobModel in de.hybris.platform.workflow.model
Subclasses of CronJobModel in de.hybris.platform.workflow.model Modifier and Type Class Description classWorkflowModelGenerated model class for type Workflow first defined at extension workflow. -
Uses of CronJobModel in de.hybris.platform.yacceleratorcore.job
Methods in de.hybris.platform.yacceleratorcore.job with parameters of type CronJobModel Modifier and Type Method Description PerformResultQuoteExpiredJobPerformable. perform(CronJobModel cronJob)PerformResultQuoteToExpireSoonJobPerformable. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.platform.yacceleratorfulfilmentprocess.jobs
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.jobs with parameters of type CronJobModel Modifier and Type Method Description PerformResultCleanUpFraudOrderJob. perform(CronJobModel cronJob) -
Uses of CronJobModel in de.hybris.y2ysync.model
Subclasses of CronJobModel in de.hybris.y2ysync.model Modifier and Type Class Description classY2YSyncCronJobModelGenerated model class for type Y2YSyncCronJob first defined at extension y2ysync.
-