Uses of Class
de.hybris.platform.catalog.model.SyncItemCronJobModel
-
Packages that use SyncItemCronJobModel Package Description de.hybris.platform.catalog.model Contains generated models for each type of de.hybris.platform.catalog.jalo package.de.hybris.platform.catalog.model.synchronization Contains generated models for each type of de.hybris.platform.catalog.jalo.synchronization package.de.hybris.platform.catalog.synchronization de.hybris.platform.cmsfacades.synchronization.impl de.hybris.platform.cmsfacades.util.models de.hybris.platform.commerceservices.setup.impl de.hybris.platform.core.model.util Contains generated models for each type of de.hybris.platform.util package. -
-
Uses of SyncItemCronJobModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return SyncItemCronJobModel Modifier and Type Method Description SyncItemCronJobModelItemSyncDescriptorModel. getCronJob()Generated method - Getter of theChangeDescriptor.cronJobattribute defined at extensionprocessingand redeclared at extensioncatalog.SyncItemCronJobModelItemSyncTimestampModel. getPendingAttributesOwnerJob()Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type SyncItemCronJobModel Modifier and Type Method Description java.util.Collection<SyncItemCronJobModel>SyncItemJobModel. getExecutions()Generated method - Getter of theSyncItemJob.executionsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type SyncItemCronJobModel Modifier and Type Method Description voidItemSyncTimestampModel. setPendingAttributesOwnerJob(SyncItemCronJobModel value)Generated method - Setter ofItemSyncTimestamp.pendingAttributesOwnerJobattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type SyncItemCronJobModel Constructor Description ItemSyncDescriptorModel(java.lang.String _changeType, SyncItemCronJobModel _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 parametersItemSyncDescriptorModel(java.lang.String _changeType, SyncItemCronJobModel _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 parameters -
Uses of SyncItemCronJobModel in de.hybris.platform.catalog.model.synchronization
Subclasses of SyncItemCronJobModel 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 SyncItemCronJobModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncItemCronJobModel Modifier and Type Method Description protected SyncItemCronJobModelDefaultCatalogSynchronizationService. createSyncCronJob(SyncItemJobModel job)SyncItemCronJobModelSyncResult. getCronJob()Methods in de.hybris.platform.catalog.synchronization with parameters of type SyncItemCronJobModel Modifier and Type Method Description protected voidDefaultCatalogSynchronizationService. addScheduleFromConfig(SyncItemCronJobModel cronJob, SyncConfig config)Constructors in de.hybris.platform.catalog.synchronization with parameters of type SyncItemCronJobModel Constructor Description SyncResult(SyncItemCronJobModel syncCronJob) -
Uses of SyncItemCronJobModel in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return SyncItemCronJobModel Modifier and Type Method Description protected SyncItemCronJobModelDefaultSynchronizationFacade. createSyncCronJob(SyncItemJobModel job)Creates a newSyncItemCronJobModelfor the sameSyncItemJobModel -
Uses of SyncItemCronJobModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return SyncItemCronJobModel Modifier and Type Method Description SyncItemCronJobModelCatalogVersionModelMother. createCatalogSyncronizationSyncItemCronJobModel(CatalogVersionModel source, CatalogVersionModel target) -
Uses of SyncItemCronJobModel in de.hybris.platform.commerceservices.setup.impl
Methods in de.hybris.platform.commerceservices.setup.impl that return SyncItemCronJobModel Modifier and Type Method Description protected SyncItemCronJobModelDefaultSetupSyncJobService. getLastFailedSyncCronJob(SyncItemJobModel syncItemJob)Returns the last cronjob if exists and failed or the new one otherwise -
Uses of SyncItemCronJobModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return SyncItemCronJobModel Modifier and Type Method Description SyncItemCronJobModelExecutedPublicationsViewModel. getSicjpk()Generated method - Getter of theExecutedPublicationsView.sicjpkattribute defined at extensioncatalog.
-