Uses of Class
de.hybris.platform.catalog.model.SyncItemJobModel
-
-
Uses of SyncItemJobModel in com.hybris.backoffice.sync
Methods in com.hybris.backoffice.sync that return SyncItemJobModel Modifier and Type Method Description SyncItemJobModelSyncTask. getSyncItemJob()Methods in com.hybris.backoffice.sync that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.Map<SyncItemJobModel,java.lang.Boolean>PartialSyncInfo. getInboundSyncStatus()java.util.Map<SyncItemJobModel,java.lang.Boolean>PartialSyncInfo. getOutboundSyncStatus()Constructors in com.hybris.backoffice.sync with parameters of type SyncItemJobModel Constructor Description SyncTask(SyncItemJobModel syncItemJob)Creates full catalog version syncSyncTask(java.util.List<? extends ItemModel> items, SyncItemJobModel syncItemJob)Creates items sync taskConstructor parameters in com.hybris.backoffice.sync with type arguments of type SyncItemJobModel Constructor Description PartialSyncInfo(java.util.List<ItemModel> syncItems, SyncItemStatus targetStatus, java.util.Map<SyncItemJobModel,java.lang.Boolean> inboundSyncStatus, java.util.Map<SyncItemJobModel,java.lang.Boolean> outboundSyncStatus) -
Uses of SyncItemJobModel in com.hybris.backoffice.sync.facades
Methods in com.hybris.backoffice.sync.facades that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>DefaultSynchronizationFacade. getInboundSynchronizations(CatalogVersionModel catalogVersion)java.util.List<SyncItemJobModel>SynchronizationFacade. getInboundSynchronizations(CatalogVersionModel catalogVersion)Gets inbound sync jobs for given catalog version.java.util.List<SyncItemJobModel>DefaultSynchronizationFacade. getOutboundSynchronizations(CatalogVersionModel catalogVersion)java.util.List<SyncItemJobModel>SynchronizationFacade. getOutboundSynchronizations(CatalogVersionModel catalogVersion)Gets outbound sync jobs for given catalog version.protected java.util.List<SyncItemJobModel>DefaultSynchronizationFacade. getSynchronizations(CatalogVersionModel syncCatalogVersion)Methods in com.hybris.backoffice.sync.facades with parameters of type SyncItemJobModel Modifier and Type Method Description booleanDefaultSynchronizationFacade. canSync(SyncItemJobModel sync)booleanSynchronizationFacade. canSync(SyncItemJobModel sync)Tells whether current user can perform given sync.protected SyncConfigDefaultSynchronizationFacade. createSyncConfigWithDefaults(SyncItemJobModel syncJob)Creates sync config based on project properties and syncJob settings.java.util.Optional<ItemModel>DefaultSynchronizationFacade. findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob)java.util.Optional<ItemModel>SynchronizationFacade. findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob)Finds a counterpart of given item in respective catalog version defined by the syncItemJob.booleanDefaultSynchronizationFacade. isApplicableForItems(SyncItemJobModel jobModel, java.util.Collection<ItemModel> items)default booleanSynchronizationFacade. isApplicableForItems(SyncItemJobModel jobModel, java.util.Collection<ItemModel> items)Checks ifSyncItemJobModelis applicable forItemModelsjava.util.Optional<java.lang.Boolean>DefaultSynchronizationFacade. isInSync(java.util.List<ItemModel> itemModels, SyncItemJobModel jobModel, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.Optional<java.lang.Boolean>SynchronizationFacade. isInSync(java.util.List<ItemModel> itemModels, SyncItemJobModel jobModel, java.util.Map<java.lang.String,java.lang.Object> ctxMap)Checks if allItemModels are sync according to source and target fromSyncItemJobModel.protected SyncConfigDefaultSynchronizationFacade. prepareSyncConfig(SyncConfig syncConfig, SyncItemJobModel syncJob)Prepares sync config.Method parameters in com.hybris.backoffice.sync.facades with type arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.Optional<java.lang.String>DefaultSynchronizationFacade. executeSync(SyncTask syncTask, java.util.function.BiFunction<SyncItemJobModel,SyncConfig,SyncResult> syncRunner)protected java.util.Optional<java.lang.Boolean>DefaultSynchronizationFacade. isInSync(ItemModel syncItem, java.util.Collection<SyncItemJobModel> syncJobs) -
Uses of SyncItemJobModel in com.hybris.backoffice.sync.renderers
Methods in com.hybris.backoffice.sync.renderers with parameters of type SyncItemJobModel Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentPartialSyncInfoTooltipRenderer. createJobSyncInfo(SyncItemJobModel syncJob, java.lang.Boolean inSync) -
Uses of SyncItemJobModel in com.hybris.backoffice.widgets.syncpopup
Methods in com.hybris.backoffice.widgets.syncpopup that return SyncItemJobModel Modifier and Type Method Description SyncItemJobModelSyncPopupViewModel. getJobModel()Methods in com.hybris.backoffice.widgets.syncpopup that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.List<SyncItemJobModel>SyncJobsLoader. filterAccessibleJobs(java.util.List<SyncItemJobModel> jobs)protected java.util.List<SyncItemJobModel>SyncJobsLoader. filterApplicableJobs(java.util.List<SyncItemJobModel> jobs)java.util.List<SyncItemJobModel>SyncJobsLoader. getPullJobs()java.util.List<SyncItemJobModel>SyncJobsLoader. getPushJobs()protected java.util.Optional<SyncItemJobModel>SyncPopupController. getSelectedSyncJob()protected java.util.List<SyncItemJobModel>SyncPopupController. unpackModels(java.util.Collection<SyncPopupViewModel> viewModels)Methods in com.hybris.backoffice.widgets.syncpopup with parameters of type SyncItemJobModel Modifier and Type Method Description protected SyncTaskSyncPopupController. createSyncTask(java.util.Collection<ItemModel> item, SyncItemJobModel syncJob)protected java.lang.StringSyncPopupController. getCatalogName(SyncItemJobModel syncItemJobModel)Deprecated, for removal: This API element is subject to removal in a future version.since 1905.protected java.lang.StringSyncPopupController. getListItemTitle(SyncItemJobModel item, SyncJobType type)Method parameters in com.hybris.backoffice.widgets.syncpopup with type arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.List<SyncItemJobModel>SyncJobsLoader. filterAccessibleJobs(java.util.List<SyncItemJobModel> jobs)protected java.util.List<SyncItemJobModel>SyncJobsLoader. filterApplicableJobs(java.util.List<SyncItemJobModel> jobs)protected voidSyncPopupController. loadPullJobs(java.util.List<SyncItemJobModel> jobs)protected voidSyncPopupController. loadPushJobs(java.util.List<SyncItemJobModel> jobs)protected java.util.List<SyncPopupViewModel>SyncPopupController. packModels(java.util.List<SyncItemJobModel> itemJobModels, SyncJobType type)Constructors in com.hybris.backoffice.widgets.syncpopup with parameters of type SyncItemJobModel Constructor Description SyncPopupViewModel(SyncItemJobModel jobModel, SyncJobType type, java.lang.Boolean inSync)Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - useSyncPopupViewModel(SyncItemJobModel, SyncJobType, Boolean, String)instead.SyncPopupViewModel(SyncItemJobModel jobModel, SyncJobType type, java.lang.Boolean inSync, java.lang.String name) -
Uses of SyncItemJobModel in com.hybris.backoffice.widgets.synctracker
Methods in com.hybris.backoffice.widgets.synctracker with parameters of type SyncItemJobModel Modifier and Type Method Description protected java.util.Optional<ItemModel>SyncTrackerController. findCounterpart(ItemModel item, SyncItemJobModel syncItemJob)protected java.util.List<? extends ItemModel>SyncTrackerController. withCounterparts(java.util.List<? extends ItemModel> items, SyncItemJobModel syncItemJob) -
Uses of SyncItemJobModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos with parameters of type SyncItemJobModel Modifier and Type Method Description java.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)Returns list ofItemSyncTimestampModelfor a given source itemsyncJob.sourceandtargetjava.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)Returns list ofItemSyncTimestampModelfor a given target itemsyncJob.sourceandtarget -
Uses of SyncItemJobModel in de.hybris.platform.catalog.daos.impl
Methods in de.hybris.platform.catalog.daos.impl with parameters of type SyncItemJobModel Modifier and Type Method Description java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel target) -
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.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncItemJobModel Modifier and Type Method Description protected SyncItemJobModelBaseSynchronizationStatusServiceTest. createSyncJob(CatalogVersionModel source, CatalogVersionModel target)protected SyncItemJobModelBaseSynchronizationStatusServiceTest. createSyncJob(java.lang.String code, CatalogVersionModel source, CatalogVersionModel target)protected SyncItemJobModelDefaultCatalogSynchronizationServiceTest. createSyncJob(CatalogVersionModel source, CatalogVersionModel target)SyncItemJobModelCatalogSynchronizationService. getSyncJob(CatalogVersionModel source, CatalogVersionModel target, java.lang.String qualifier)Returns the publication rule (asSyncItemJobModelitem) between a specified source catalog version and target catalog version.SyncItemJobModelDefaultCatalogSynchronizationService. getSyncJob(CatalogVersionModel source, CatalogVersionModel target, java.lang.String qualifier)Methods in de.hybris.platform.catalog.synchronization that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>DefaultSynchronizationStatusService. getInboundSynchronizations(ItemModel item)java.util.List<SyncItemJobModel>SynchronizationStatusService. getInboundSynchronizations(ItemModel theItem)Returns all defined inbound synchronization sync jobs for a given item.java.util.List<SyncItemJobModel>DefaultSynchronizationStatusService. getOutboundSynchronizations(ItemModel item)java.util.List<SyncItemJobModel>SynchronizationStatusService. getOutboundSynchronizations(ItemModel theItem)Returns all defined outbound synchronization sync jobs for a given item.Methods in de.hybris.platform.catalog.synchronization with parameters of type SyncItemJobModel Modifier and Type Method Description voidDefaultCatalogSynchronizationServiceTest. awaitThenSynchronizeAndCountDown(java.util.List<ProductModel> sourceProductsPart, SyncItemJobModel syncItemJob, SyncConfig syncConfig, java.util.concurrent.atomic.AtomicReference<SyncResult> result, java.util.concurrent.CountDownLatch startSignal, java.util.concurrent.CountDownLatch testFinish, long millisecondsOffSet)booleanCatalogSynchronizationService. canSynchronize(SyncItemJobModel syncJob, PrincipalModel principal)Returns true if the principal has sync permissions to synchronize between catalog versions from given sync job.booleanDefaultCatalogSynchronizationService. canSynchronize(SyncItemJobModel syncJob, PrincipalModel principal)Returns true if the principal has sync permissions to synchronize between catalog versions from given sync job.protected SyncItemCronJobModelDefaultCatalogSynchronizationService. createSyncCronJob(SyncItemJobModel job)java.util.List<ItemModel>CatalogSynchronizationService. getApplicableItems(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)Filters given items returning only the ones being applicable to the given sync job.java.util.List<ItemModel>DefaultCatalogSynchronizationService. getApplicableItems(java.util.List<ItemModel> inputItems, SyncItemJobModel syncItemJob)<T extends ItemModel>
TCatalogSynchronizationService. getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel target)Returns the counterpart for thetargetitem against given sync jobtheSyncJob.ItemModelDefaultCatalogSynchronizationService. getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel targetItem)ItemSyncTimestampModelCatalogSynchronizationService. getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source)Returns the existingItemSyncTimestampModelfor thesourceitem in the scope of the given sync job.ItemSyncTimestampModelDefaultCatalogSynchronizationService. getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source)<T extends ItemModel>
TCatalogSynchronizationService. getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel source)Returns the counterpart for thesourceitem against given sync jobtheSyncJob.ItemModelDefaultCatalogSynchronizationService. getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel sourceItem)ItemSyncTimestampModelCatalogSynchronizationService. getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)Returns the existingItemSyncTimestampModelfor the target item in the scope of the given sync job.ItemSyncTimestampModelDefaultCatalogSynchronizationService. getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)SyncItemInfoDefaultSynchronizationStatusService. getSyncInfo(ItemModel item, SyncItemJobModel syncItemJob)java.util.List<SyncItemInfo>DefaultSynchronizationStatusService. getSyncInfo(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)SyncItemInfoSynchronizationStatusService. getSyncInfo(ItemModel theItem, SyncItemJobModel syncItemJob)Gets theSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given item.java.util.List<SyncItemInfo>SynchronizationStatusService. getSyncInfo(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)Gets the list ofSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given itemsgivenItems.booleanCatalogSynchronizationService. isInProgress(SyncItemJobModel theSyncJob)Checks whether the givengivenSyncJobis currently in progress.booleanDefaultCatalogSynchronizationService. isInProgress(SyncItemJobModel theSyncJob)java.util.Collection<SyncResult>CatalogSynchronizationService. lookupCurrentSynchronizations(SyncItemJobModel theSyncJob)Returns the current executions for the giventheSyncJob.java.util.Collection<SyncResult>DefaultCatalogSynchronizationService. lookupCurrentSynchronizations(SyncItemJobModel theSyncJob)protected voidBaseSynchronizationStatusServiceTest. performSynchronization(SyncItemJobModel syncItemJobModel, java.util.List<ItemModel> items, SyncConfig syncConfig)SyncResultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)Performs the synchronization for given items.SyncResultDefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)protected SyncConfigDefaultCatalogSynchronizationService. scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, java.util.List<ItemModel> applicableItems)SyncResultCatalogSynchronizationService. synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig)Starts synchronization for an existingSyncItemJobModel.SyncResultDefaultCatalogSynchronizationService. synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig)Method parameters in de.hybris.platform.catalog.synchronization with type arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemInfo>DefaultSynchronizationStatusService. getSyncInfo(ItemModel item, java.util.List<SyncItemJobModel> syncItemJobs)java.util.List<SyncItemInfo>SynchronizationStatusService. getSyncInfo(ItemModel theItem, java.util.List<SyncItemJobModel> syncItemJobs)Gets theSyncItemStatusfrom the all sources of the synchronization side defined bysyncItemJobsfor a given item. -
Uses of SyncItemJobModel in de.hybris.platform.catalog.synchronization.strategy
Methods in de.hybris.platform.catalog.synchronization.strategy with parameters of type SyncItemJobModel Modifier and Type Method Description booleanDefaultSyncJobApplicableTypesStrategy. checkIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)booleanSyncJobApplicableTypesStrategy. checkIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)Check whether given item is applicable for a given context i.e.protected booleanDefaultSyncJobApplicableTypesStrategy. isTypeInRootTypes(java.lang.String typeCode, SyncItemJobModel syncItemJob) -
Uses of SyncItemJobModel in de.hybris.platform.catalog.systemsetup
Methods in de.hybris.platform.catalog.systemsetup with parameters of type SyncItemJobModel Modifier and Type Method Description protected voidCatalogSystemSetupTest. performSynchronization(SyncItemJobModel syncItemJobModel, java.util.List<ItemModel> items, SyncConfig syncConfig) -
Uses of SyncItemJobModel in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree
Methods in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.List<SyncItemJobModel>[]NavigationNodeController. getSyncJobs(ListViewAction.Context context) -
Uses of SyncItemJobModel in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return SyncItemJobModel Modifier and Type Method Description protected SyncItemJobModelDefaultSynchronizationFacade. createSyncJobModel(CatalogVersionModel source, CatalogVersionModel target)Create a sync jobMethods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.Optional<SyncItemJobModel>DefaultSynchronizationFacade. findLatestSyncItemJobModel(java.lang.String catalogId, java.lang.String sourceCatalogVersionName, java.lang.String targetCatalogVersionName)Find the latest SyncItemJobModelprotected 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.List<SyncItemJobModel>DefaultSynchronizationFacade. getIncomingSynchronizations(java.lang.String catalogId, java.lang.String targetCatalogVersionName)Finds the list of synchronizations targeting the provided catalog version.protected Populator<java.util.Optional<SyncItemJobModel>,SyncJobData>DefaultSynchronizationFacade. getSyncItemJobToSyncJobDataPopulator()Methods in de.hybris.platform.cmsfacades.synchronization.impl with parameters of type SyncItemJobModel Modifier and Type Method Description protected SyncItemCronJobModelDefaultSynchronizationFacade. createSyncCronJob(SyncItemJobModel job)Creates a newSyncItemCronJobModelfor the sameSyncItemJobModelprotected java.util.Optional<CronJobModel>DefaultSynchronizationFacade. getLastSuccessfulCronJob(SyncItemJobModel syncItemJobModel)Retrieves the last successful (SUCCESSFUL and FINISHED) cron job of the provided synchronization item.Method parameters in de.hybris.platform.cmsfacades.synchronization.impl with type arguments of type SyncItemJobModel 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<CronJobModel>DefaultSynchronizationFacade. findTheCronJob(java.util.Optional<SyncItemJobModel> syncItemJobModel)Return the latest cron job of a syncItemJobModelprotected 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.voidDefaultSynchronizationFacade. setSyncItemJobToSyncJobDataPopulator(Populator<java.util.Optional<SyncItemJobModel>,SyncJobData> syncItemJobToSyncJobDataPopulator) -
Uses of SyncItemJobModel in de.hybris.platform.cmsfacades.synchronization.populator
Method parameters in de.hybris.platform.cmsfacades.synchronization.populator with type arguments of type SyncItemJobModel Modifier and Type Method Description voidSyncItemJobToSyncJobDataPopulator. populate(java.util.Optional<SyncItemJobModel> source, SyncJobData target) -
Uses of SyncItemJobModel in de.hybris.platform.cmsfacades.synchronization.service.impl
Methods in de.hybris.platform.cmsfacades.synchronization.service.impl that return SyncItemJobModel Modifier and Type Method Description protected SyncItemJobModelDefaultItemSynchronizationService. getRelevantSyncItemJob(SyncRequestData syncRequestData, ItemModel item)Will retrieve from theCatalogVersionModelof theItemModeltheSyncItemJobModelmatching the request synchronization directionMethods in de.hybris.platform.cmsfacades.synchronization.service.impl with parameters of type SyncItemJobModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DefaultItemSynchronizationService. getItemCollectorContext(SyncItemJobModel syncItemJob)Gets the item collector configuration context.protected java.util.List<SyncItemInfo>DefaultItemSynchronizationService. getSyncItemInfoFromCacheOrRetrieve(java.util.List<ItemModel> relatedItems, SyncItemJobModel syncItemJobModel)Returns the list ofSyncItemInfofor the list of related items. -
Uses of SyncItemJobModel in de.hybris.platform.cmsfacades.synchronization.validator
Methods in de.hybris.platform.cmsfacades.synchronization.validator that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.Optional<SyncItemJobModel>CatalogSynchronizationValidator. getSyncItemJob(SyncRequestData syncJobRequestData)Returns first active synchronization job from source catalog. -
Uses of SyncItemJobModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return SyncItemJobModel Modifier and Type Method Description SyncItemJobModelCatalogVersionModelMother. createCatalogSynchronizationItemJobModel(CatalogVersionModel source, CatalogVersionModel target, boolean save) -
Uses of SyncItemJobModel in de.hybris.platform.cmssmarteditwebservices.interceptor
Methods in de.hybris.platform.cmssmarteditwebservices.interceptor that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.Optional<SyncItemJobModel>PageOperationsInterceptor. getSyncItemJob(java.lang.String catalogId, java.lang.String sourceCatalgVersion, java.lang.String targetCatalogVersion)Returns first active synchronization job from source catalog. -
Uses of SyncItemJobModel in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.List<SyncItemJobModel>[]AbstractSynchronizationAction. getSyncJobs(ListViewAction.Context context) -
Uses of SyncItemJobModel in de.hybris.platform.cockpit.components.sync.dialog
Methods in de.hybris.platform.cockpit.components.sync.dialog that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>[]AbstractSyncDialog. getTargetCatalogVersions() -
Uses of SyncItemJobModel in de.hybris.platform.cockpit.services.sync
Methods in de.hybris.platform.cockpit.services.sync that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>[]SynchronizationService. getSyncJobs(ItemModel sourceCatalogVersion, ObjectType objectType)Methods retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden)java.util.List<SyncItemJobModel>[]SynchronizationService.SyncContext. getSyncJobs()Method retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden)java.util.List<SyncItemJobModel>[]SynchronizationService. getTargetCatalogVersions(TypedObject particularProduct)Methods retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden)Method parameters in de.hybris.platform.cockpit.services.sync with type arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<java.lang.String>SynchronizationService. getSynchronizationStatuses(java.util.List<SyncItemJobModel> synchRules, TypedObject item)Retrieves synchronization statuses for given item -
Uses of SyncItemJobModel in de.hybris.platform.cockpit.services.sync.impl
Methods in de.hybris.platform.cockpit.services.sync.impl that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>[]SynchronizationServiceImpl. getSyncJobs(ItemModel source, ObjectType objectType)java.util.List<SyncItemJobModel>[]SynchronizationServiceImpl.SyncContextImpl. getSyncJobs()java.util.List<SyncItemJobModel>[]SynchronizationServiceImpl. getTargetCatalogVersions(TypedObject item)Method parameters in de.hybris.platform.cockpit.services.sync.impl with type arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<java.lang.String>SynchronizationServiceImpl. getSynchronizationStatuses(java.util.List<SyncItemJobModel> rules, TypedObject sourceObject)java.util.List<java.lang.String>SynchronizationServiceImpl. getSynchronizationStatusesSimple(java.util.List<SyncItemJobModel> rules, TypedObject sourceObject) -
Uses of SyncItemJobModel in de.hybris.platform.commerceservices.setup
Methods in de.hybris.platform.commerceservices.setup that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>AbstractSystemSetup. getCatalogSyncJob(java.lang.String catalogId)Searches for synchronization jobs of given catalog id -
Uses of SyncItemJobModel in de.hybris.platform.commerceservices.setup.impl
Methods in de.hybris.platform.commerceservices.setup.impl that return SyncItemJobModel Modifier and Type Method Description protected SyncItemJobModelDefaultSetupSyncJobService. getCatalogSyncJob(java.lang.String catalogId)protected SyncItemJobModelDefaultSetupSyncJobServiceTest. getCatalogSyncJob(java.lang.String catalogId)protected SyncItemJobModelDefaultSetupSyncJobService. getSyncJobForCatalog(java.lang.String catalogId)protected SyncItemJobModelDefaultSetupSyncJobService. getSyncJobForCatalogAndQualifier(java.lang.String catalogId, java.lang.String qualifier)Methods in de.hybris.platform.commerceservices.setup.impl with parameters of type SyncItemJobModel Modifier and Type Method Description protected SyncItemCronJobModelDefaultSetupSyncJobService. getLastFailedSyncCronJob(SyncItemJobModel syncItemJob)Returns the last cronjob if exists and failed or the new one otherwiseprotected SyncAttributeDescriptorConfigModelDefaultSetupSyncJobService. getSyncAttrDescConfig(SyncItemJobModel syncJob, AttributeDescriptorModel attributeDesc)protected voidDefaultSetupSyncJobService. processEditSyncAttributeDescriptor(SyncItemJobModel syncJob, java.lang.Class<?> clazz, EditSyncAttributeDescriptorData descriptor)Configures sync attributes of aComposedTypeModel.protected voidDefaultSetupSyncJobService. processEditSyncAttributeDescriptors(SyncItemJobModel job, java.lang.String catalogId, java.util.Map<java.lang.Class<?>,java.util.List<EditSyncAttributeDescriptorData>> editSyncDescriptors)protected voidDefaultSetupSyncJobService. processRootTypes(SyncItemJobModel job, java.lang.String catalogId, java.util.List<java.lang.String> rootTypes) -
Uses of SyncItemJobModel in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that return types with arguments of type SyncItemJobModel Modifier and Type Method Description protected java.util.List<SyncItemJobModel>[]BundleNavigationNodeController. getSyncJobs(ListViewAction.Context context) -
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. -
Uses of SyncItemJobModel in de.hybris.platform.marketplaceservices.setup
Methods in de.hybris.platform.marketplaceservices.setup that return SyncItemJobModel Modifier and Type Method Description protected SyncItemJobModelMarketplaceSetupSyncJobServiceTest. getCatalogSyncJob(java.lang.String catalogId) -
Uses of SyncItemJobModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return SyncItemJobModel Modifier and Type Method Description protected SyncItemJobModelDefaultVendorCMSService. getRelevantSyncItemJob(SyncRequestData syncRequestData, ItemModel item) -
Uses of SyncItemJobModel in de.hybris.platform.permissionsfacades.impl
Methods in de.hybris.platform.permissionsfacades.impl with parameters of type SyncItemJobModel Modifier and Type Method Description protected SyncPermissionsDataDefaultPermissionsFacade. buildSyncPermissionData(SyncItemJobModel syncJob, PrincipalModel principal)Creates the sync permission data for a given sync job and a principal -
Uses of SyncItemJobModel in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization
Methods in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization that return SyncItemJobModel Modifier and Type Method Description SyncItemJobModelStartSyncForm. getSelectedSyncItemJob()Methods in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization that return types with arguments of type SyncItemJobModel Modifier and Type Method Description java.util.List<SyncItemJobModel>StartSyncForm. getSyncItemJobs()Methods in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization with parameters of type SyncItemJobModel Modifier and Type Method Description protected voidSyncJobSelectionEditor. fillComboBox(org.zkoss.zul.Combobox syncJobsComboBox, java.util.List<SyncItemJobModel> availableSyncJobs, SyncItemJobModel selectedSyncItemJob)voidStartSyncForm. setSelectedSyncItemJob(SyncItemJobModel selectedSyncItemJob)Method parameters in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization with type arguments of type SyncItemJobModel Modifier and Type Method Description protected org.zkoss.zul.ComboboxSyncJobSelectionEditor. createComboBox(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorListener<SyncItemJobModel> listener)protected voidSyncJobSelectionEditor. fillComboBox(org.zkoss.zul.Combobox syncJobsComboBox, java.util.List<SyncItemJobModel> availableSyncJobs, SyncItemJobModel selectedSyncItemJob)voidSyncJobSelectionEditor. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<SyncItemJobModel> context, com.hybris.cockpitng.editors.EditorListener<SyncItemJobModel> listener)voidSyncJobSelectionEditor. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<SyncItemJobModel> context, com.hybris.cockpitng.editors.EditorListener<SyncItemJobModel> listener)voidStartSyncForm. setSyncItemJobs(java.util.List<SyncItemJobModel> syncItemJobs)
-