Uses of Class
de.hybris.platform.catalog.model.SyncItemJobModel
-
Packages that use SyncItemJobModel 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.core.model.security Contains generated models for each type of de.hybris.platform.jalo.security package.de.hybris.platform.core.model.util 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 SyncItemJobModel Modifier and Type Method Description SyncItemJobModelSyncItemCronJobModel. getJob()Generated method - Getter of theCronJob.jobattribute defined at extensionprocessingand redeclared at extensioncatalog.SyncItemJobModelItemSyncTimestampModel. getSyncJob()Generated method - Getter of theItemSyncTimestamp.syncJobattribute defined at extensioncatalog.SyncItemJobModelSyncAttributeDescriptorConfigModel. getSyncJob()Generated method - Getter of theSyncAttributeDescriptorConfig.syncJobattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>CatalogVersionModel. getIncomingSynchronizations()Generated method - Getter of theCatalogVersion.incomingSynchronizationsattribute defined at extensioncatalog.java.util.List<SyncItemJobModel>CatalogVersionModel. getSynchronizations()Generated method - Getter of theCatalogVersion.synchronizationsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type SyncItemJobModel Modifier and Type Method Description voidItemSyncTimestampModel. 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 SyncItemJobModel Modifier and Type Method Description voidCatalogVersionModel. setSynchronizations(java.util.List<SyncItemJobModel> value)Generated method - Setter ofCatalogVersion.synchronizationsattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type SyncItemJobModel Constructor Description ItemSyncTimestampModel(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, java.lang.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, java.lang.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 parametersSyncItemCronJobModel(SyncItemJobModel _job)Deprecated, 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.synchronization Modifier and Type Class Description classCatalogVersionSyncJobModelGenerated model class for type CatalogVersionSyncJob first defined at extension catalog.Constructors in de.hybris.platform.catalog.model.synchronization with parameters of type SyncItemJobModel Constructor Description CatalogVersionSyncCronJobModel(SyncItemJobModel _job)Deprecated, 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 SyncItemJobModel Modifier and Type Method Description java.util.Collection<SyncItemJobModel>PrincipalModel. getSyncJobs()Generated method - Getter of thePrincipal.syncJobsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.security with type arguments of type SyncItemJobModel Modifier and Type Method Description voidPrincipalModel. setSyncJobs(java.util.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 SyncItemJobModel Modifier and Type Method Description SyncItemJobModelModifiedCatalogItemsViewModel. getJob()Generated method - Getter of theModifiedCatalogItemsView.jobattribute defined at extensioncatalog.
-