Uses of Class
de.hybris.platform.catalog.model.SyncItemJobModel
Packages that use SyncItemJobModel
Package
Description
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo.synchronization package.
Contains generated models for each type of de.hybris.platform.jalo.security package.
Contains generated models for each type of de.hybris.platform.util package.
-
Uses of SyncItemJobModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return SyncItemJobModelModifier and TypeMethodDescriptionSyncItemCronJobModel.getJob()Generated method - Getter of theCronJob.jobattribute defined at extensionprocessingand redeclared at extensioncatalog.ItemSyncTimestampModel.getSyncJob()Generated method - Getter of theItemSyncTimestamp.syncJobattribute defined at extensioncatalog.SyncAttributeDescriptorConfigModel.getSyncJob()Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type SyncItemJobModelModifier and TypeMethodDescriptionCatalogVersionModel.getIncomingSynchronizations()Generated method - Getter of theCatalogVersion.incomingSynchronizationsattribute defined at extensioncatalog.CatalogVersionModel.getSynchronizations()Generated method - Getter of theCatalogVersion.synchronizationsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionvoidItemSyncTimestampModel.setSyncJob(SyncItemJobModel value) Generated method - Initial setter ofItemSyncTimestamp.syncJobattribute defined at extensioncatalog.voidSyncAttributeDescriptorConfigModel.setSyncJob(SyncItemJobModel value) Generated method - Initial setter ofSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type SyncItemJobModelModifier and TypeMethodDescriptionvoidCatalogVersionModel.setSynchronizations(List<SyncItemJobModel> value) Generated method - Setter ofCatalogVersion.synchronizationsattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type SyncItemJobModelModifierConstructorDescriptionItemSyncTimestampModel(ItemModel _owner, ItemModel _sourceItem, CatalogVersionModel _sourceVersion, SyncItemJobModel _syncJob, ItemModel _targetItem, CatalogVersionModel _targetVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, Boolean _copyByValue, SyncItemJobModel _syncJob) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, Boolean _copyByValue, ItemModel _owner, SyncItemJobModel _syncJob) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncItemCronJobModel(SyncItemJobModel _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 SyncItemJobModel in de.hybris.platform.catalog.model.synchronization
Subclasses of SyncItemJobModel in de.hybris.platform.catalog.model.synchronizationModifier and TypeClassDescriptionclassGenerated model class for type CatalogVersionSyncJob first defined at extension catalog.Constructors in de.hybris.platform.catalog.model.synchronization with parameters of type SyncItemJobModelModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionSyncCronJobModel(SyncItemJobModel _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 SyncItemJobModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return types with arguments of type SyncItemJobModelModifier and TypeMethodDescriptionPrincipalModel.getSyncJobs()Generated method - Getter of thePrincipal.syncJobsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.security with type arguments of type SyncItemJobModelModifier and TypeMethodDescriptionvoidPrincipalModel.setSyncJobs(Collection<SyncItemJobModel> value) Generated method - Setter ofPrincipal.syncJobsattribute defined at extensioncatalog. -
Uses of SyncItemJobModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return SyncItemJobModelModifier and TypeMethodDescriptionModifiedCatalogItemsViewModel.getJob()Generated method - Getter of theModifiedCatalogItemsView.jobattribute defined at extensioncatalog.