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 com.hybris.backoffice.sync
Methods in com.hybris.backoffice.sync that return SyncItemJobModelMethods in com.hybris.backoffice.sync that return types with arguments of type SyncItemJobModelModifier and TypeMethodDescriptionPartialSyncInfo.getInboundSyncStatus()PartialSyncInfo.getOutboundSyncStatus()Constructors in com.hybris.backoffice.sync with parameters of type SyncItemJobModelModifierConstructorDescriptionSyncTask(SyncItemJobModel syncItemJob) Creates full catalog version syncSyncTask(List<? extends ItemModel> items, SyncItemJobModel syncItemJob) Creates items sync taskConstructor parameters in com.hybris.backoffice.sync with type arguments of type SyncItemJobModelModifierConstructorDescriptionPartialSyncInfo(List<ItemModel> syncItems, SyncItemStatus targetStatus, Map<SyncItemJobModel, Boolean> inboundSyncStatus, Map<SyncItemJobModel, 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 SyncItemJobModelModifier and TypeMethodDescriptionDefaultSynchronizationFacade.getInboundSynchronizations(CatalogVersionModel catalogVersion) SynchronizationFacade.getInboundSynchronizations(CatalogVersionModel catalogVersion) Gets inbound sync jobs for given catalog version.DefaultSynchronizationFacade.getOutboundSynchronizations(CatalogVersionModel catalogVersion) SynchronizationFacade.getOutboundSynchronizations(CatalogVersionModel catalogVersion) Gets outbound sync jobs for given catalog version.protected List<SyncItemJobModel>DefaultSynchronizationFacade.getSynchronizations(CatalogVersionModel syncCatalogVersion) Methods in com.hybris.backoffice.sync.facades with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionbooleanDefaultSynchronizationFacade.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.DefaultSynchronizationFacade.findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob) SynchronizationFacade.findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob) Finds a counterpart of given item in respective catalog version defined by the syncItemJob.booleanDefaultSynchronizationFacade.isApplicableForItems(SyncItemJobModel jobModel, Collection<ItemModel> items) default booleanSynchronizationFacade.isApplicableForItems(SyncItemJobModel jobModel, Collection<ItemModel> items) Checks ifSyncItemJobModelis applicable forItemModelsDefaultSynchronizationFacade.isInSync(List<ItemModel> itemModels, SyncItemJobModel jobModel, Map<String, Object> ctxMap) SynchronizationFacade.isInSync(List<ItemModel> itemModels, SyncItemJobModel jobModel, Map<String, 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 SyncItemJobModelModifier and TypeMethodDescriptionDefaultSynchronizationFacade.executeSync(SyncTask syncTask, BiFunction<SyncItemJobModel, SyncConfig, SyncResult> syncRunner) DefaultSynchronizationFacade.isInSync(ItemModel syncItem, Collection<SyncItemJobModel> syncJobs) -
Uses of SyncItemJobModel in com.hybris.backoffice.sync.renderers
Methods in com.hybris.backoffice.sync.renderers with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionprotected org.zkoss.zk.ui.ComponentPartialSyncInfoTooltipRenderer.createJobSyncInfo(SyncItemJobModel syncJob, Boolean inSync) -
Uses of SyncItemJobModel in com.hybris.backoffice.widgets.syncpopup
Methods in com.hybris.backoffice.widgets.syncpopup that return SyncItemJobModelMethods in com.hybris.backoffice.widgets.syncpopup that return types with arguments of type SyncItemJobModelModifier and TypeMethodDescriptionprotected List<SyncItemJobModel>SyncJobsLoader.filterAccessibleJobs(List<SyncItemJobModel> jobs) protected List<SyncItemJobModel>SyncJobsLoader.filterApplicableJobs(List<SyncItemJobModel> jobs) SyncJobsLoader.getPullJobs()SyncJobsLoader.getPushJobs()protected Optional<SyncItemJobModel>SyncPopupController.getSelectedSyncJob()protected List<SyncItemJobModel>SyncPopupController.unpackModels(Collection<SyncPopupViewModel> viewModels) Methods in com.hybris.backoffice.widgets.syncpopup with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionprotected SyncTaskSyncPopupController.createSyncTask(Collection<ItemModel> item, SyncItemJobModel syncJob) protected StringSyncPopupController.getCatalogName(SyncItemJobModel syncItemJobModel) Deprecated, for removal: This API element is subject to removal in a future version.since 1905.protected StringSyncPopupController.getListItemTitle(SyncItemJobModel item, SyncJobType type) Method parameters in com.hybris.backoffice.widgets.syncpopup with type arguments of type SyncItemJobModelModifier and TypeMethodDescriptionprotected List<SyncItemJobModel>SyncJobsLoader.filterAccessibleJobs(List<SyncItemJobModel> jobs) protected List<SyncItemJobModel>SyncJobsLoader.filterApplicableJobs(List<SyncItemJobModel> jobs) protected voidSyncPopupController.loadPullJobs(List<SyncItemJobModel> jobs) protected voidSyncPopupController.loadPushJobs(List<SyncItemJobModel> jobs) protected List<SyncPopupViewModel>SyncPopupController.packModels(List<SyncItemJobModel> itemJobModels, SyncJobType type) Constructors in com.hybris.backoffice.widgets.syncpopup with parameters of type SyncItemJobModelModifierConstructorDescriptionSyncPopupViewModel(SyncItemJobModel jobModel, SyncJobType type, 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, Boolean inSync, String name) -
Uses of SyncItemJobModel in com.hybris.backoffice.widgets.synctracker
Methods in com.hybris.backoffice.widgets.synctracker with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionSyncTrackerController.findCounterpart(ItemModel item, SyncItemJobModel syncItemJob) SyncTrackerController.withCounterparts(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 SyncItemJobModelModifier and TypeMethodDescriptionItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source) Returns list ofItemSyncTimestampModelfor a given source itemsyncJob.sourceandtargetItemSyncTimestampDao.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 SyncItemJobModelModifier and TypeMethodDescriptionDefaultItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source) DefaultItemSyncTimestampDao.findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel target) -
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.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncItemJobModelModifier and TypeMethodDescriptionprotected SyncItemJobModelBaseSynchronizationStatusServiceTest.createSyncJob(CatalogVersionModel source, CatalogVersionModel target) protected SyncItemJobModelBaseSynchronizationStatusServiceTest.createSyncJob(String code, CatalogVersionModel source, CatalogVersionModel target) protected SyncItemJobModelDefaultCatalogSynchronizationServiceTest.createSyncJob(CatalogVersionModel source, CatalogVersionModel target) CatalogSynchronizationService.getSyncJob(CatalogVersionModel source, CatalogVersionModel target, String qualifier) Returns the publication rule (asSyncItemJobModelitem) between a specified source catalog version and target catalog version.DefaultCatalogSynchronizationService.getSyncJob(CatalogVersionModel source, CatalogVersionModel target, String qualifier) Methods in de.hybris.platform.catalog.synchronization that return types with arguments of type SyncItemJobModelModifier and TypeMethodDescriptionDefaultSynchronizationStatusService.getInboundSynchronizations(ItemModel item) SynchronizationStatusService.getInboundSynchronizations(ItemModel theItem) Returns all defined inbound synchronization sync jobs for a given item.DefaultSynchronizationStatusService.getOutboundSynchronizations(ItemModel item) 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 SyncItemJobModelModifier and TypeMethodDescriptionvoidDefaultCatalogSynchronizationServiceTest.awaitThenSynchronizeAndCountDown(List<ProductModel> sourceProductsPart, SyncItemJobModel syncItemJob, SyncConfig syncConfig, AtomicReference<SyncResult> result, CountDownLatch startSignal, 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) CatalogSynchronizationService.getApplicableItems(List<ItemModel> givenItems, SyncItemJobModel syncItemJob) Filters given items returning only the ones being applicable to the given sync job.DefaultCatalogSynchronizationService.getApplicableItems(List<ItemModel> inputItems, SyncItemJobModel syncItemJob) <T extends ItemModel>
TCatalogSynchronizationService.getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel target) Returns the counterpart for thetargetitem against given sync jobtheSyncJob.DefaultCatalogSynchronizationService.getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel targetItem) CatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source) Returns the existingItemSyncTimestampModelfor thesourceitem in the scope of the given sync job.DefaultCatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source) <T extends ItemModel>
TCatalogSynchronizationService.getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel source) Returns the counterpart for thesourceitem against given sync jobtheSyncJob.DefaultCatalogSynchronizationService.getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel sourceItem) CatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target) Returns the existingItemSyncTimestampModelfor the target item in the scope of the given sync job.DefaultCatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target) DefaultSynchronizationStatusService.getSyncInfo(ItemModel item, SyncItemJobModel syncItemJob) DefaultSynchronizationStatusService.getSyncInfo(List<ItemModel> givenItems, SyncItemJobModel syncItemJob) SynchronizationStatusService.getSyncInfo(ItemModel theItem, SyncItemJobModel syncItemJob) Gets theSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given item.SynchronizationStatusService.getSyncInfo(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) CatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob) Returns the current executions for the giventheSyncJob.DefaultCatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob) protected voidBaseSynchronizationStatusServiceTest.performSynchronization(SyncItemJobModel syncItemJobModel, List<ItemModel> items, SyncConfig syncConfig) CatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig) Performs the synchronization for given items.DefaultCatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig) protected SyncConfigDefaultCatalogSynchronizationService.scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, List<ItemModel> applicableItems) CatalogSynchronizationService.synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) Starts synchronization for an existingSyncItemJobModel.DefaultCatalogSynchronizationService.synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) Method parameters in de.hybris.platform.catalog.synchronization with type arguments of type SyncItemJobModelModifier and TypeMethodDescriptionDefaultSynchronizationStatusService.getSyncInfo(ItemModel item, List<SyncItemJobModel> syncItemJobs) SynchronizationStatusService.getSyncInfo(ItemModel theItem, 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 SyncItemJobModelModifier and TypeMethodDescriptionbooleanDefaultSyncJobApplicableTypesStrategy.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(String typeCode, SyncItemJobModel syncItemJob) -
Uses of SyncItemJobModel in de.hybris.platform.catalog.systemsetup
Methods in de.hybris.platform.catalog.systemsetup with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionprotected voidCatalogSystemSetupTest.performSynchronization(SyncItemJobModel syncItemJobModel, List<ItemModel> items, SyncConfig syncConfig) -
Uses of SyncItemJobModel in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return SyncItemJobModelModifier and TypeMethodDescriptionprotected SyncItemJobModelDefaultSynchronizationFacade.createSyncJobModel(CatalogVersionModel source, CatalogVersionModel target) Create a sync jobMethods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type SyncItemJobModelModifier and TypeMethodDescriptionprotected Optional<SyncItemJobModel>DefaultSynchronizationFacade.findLatestSyncItemJobModel(String catalogId, String sourceCatalogVersionName, String targetCatalogVersionName) Find the latest SyncItemJobModelprotected Optional<SyncItemJobModel>DefaultSynchronizationFacade.findLatestSyncItemJobModelByTarget(List<SyncItemJobModel> incomingSynchronizations, Map<PK, CronJobModel> latestCronJobs) Retrieves the synchronization item that triggered the last successful cron job (SUCCESSFUL and FINISHED).protected List<SyncItemJobModel>DefaultSynchronizationFacade.getIncomingSynchronizations(String catalogId, String targetCatalogVersionName) Finds the list of synchronizations targeting the provided catalog version.protected Populator<Optional<SyncItemJobModel>,SyncJobData> DefaultSynchronizationFacade.getSyncItemJobToSyncJobDataPopulator()Methods in de.hybris.platform.cmsfacades.synchronization.impl with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionprotected SyncItemCronJobModelDefaultSynchronizationFacade.createSyncCronJob(SyncItemJobModel job) Creates a newSyncItemCronJobModelfor the sameSyncItemJobModelprotected 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 SyncItemJobModelModifier and TypeMethodDescriptionprotected Optional<SyncItemJobModel>DefaultSynchronizationFacade.findLatestSyncItemJobModelByTarget(List<SyncItemJobModel> incomingSynchronizations, Map<PK, CronJobModel> latestCronJobs) Retrieves the synchronization item that triggered the last successful cron job (SUCCESSFUL and FINISHED).protected Optional<CronJobModel>DefaultSynchronizationFacade.findTheCronJob(Optional<SyncItemJobModel> syncItemJobModel) Return the latest cron job of a syncItemJobModelprotected Map<PK,CronJobModel> DefaultSynchronizationFacade.getSynchronizationsLastSuccessfulCronJob(List<SyncItemJobModel> synchronizations) Retrieves the last successful cron job of each of the provided synchronization items.voidDefaultSynchronizationFacade.setSyncItemJobToSyncJobDataPopulator(Populator<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 SyncItemJobModelModifier and TypeMethodDescriptionvoidSyncItemJobToSyncJobDataPopulator.populate(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 SyncItemJobModelModifier and TypeMethodDescriptionprotected 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 SyncItemJobModelModifier and TypeMethodDescriptionDefaultItemSynchronizationService.getItemCollectorContext(SyncItemJobModel syncItemJob) Gets the item collector configuration context.protected List<SyncItemInfo>DefaultItemSynchronizationService.getSyncItemInfoFromCacheOrRetrieve(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 SyncItemJobModelModifier and TypeMethodDescriptionprotected 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 SyncItemJobModelModifier and TypeMethodDescriptionCatalogVersionModelMother.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 SyncItemJobModelModifier and TypeMethodDescriptionprotected Optional<SyncItemJobModel>PageOperationsInterceptor.getSyncItemJob(String catalogId, String sourceCatalgVersion, 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 SyncItemJobModelModifier and TypeMethodDescriptionprotected 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 -
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 SyncItemJobModelModifier and TypeMethodDescriptionSynchronizationService.getSyncJobs(ItemModel sourceCatalogVersion, ObjectType objectType) Methods retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden)SynchronizationService.SyncContext.getSyncJobs()Method retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden)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 SyncItemJobModelModifier and TypeMethodDescriptionSynchronizationService.getSynchronizationStatuses(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 SyncItemJobModelModifier and TypeMethodDescriptionSynchronizationServiceImpl.getSyncJobs(ItemModel source, ObjectType objectType) SynchronizationServiceImpl.SyncContextImpl.getSyncJobs()SynchronizationServiceImpl.getTargetCatalogVersions(TypedObject item) Method parameters in de.hybris.platform.cockpit.services.sync.impl with type arguments of type SyncItemJobModelModifier and TypeMethodDescriptionSynchronizationServiceImpl.getSynchronizationStatuses(List<SyncItemJobModel> rules, TypedObject sourceObject) SynchronizationServiceImpl.getSynchronizationStatusesSimple(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 SyncItemJobModelModifier and TypeMethodDescriptionAbstractSystemSetup.getCatalogSyncJob(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 SyncItemJobModelModifier and TypeMethodDescriptionprotected SyncItemJobModelDefaultSetupSyncJobService.getCatalogSyncJob(String catalogId) protected SyncItemJobModelDefaultSetupSyncJobServiceTest.getCatalogSyncJob(String catalogId) protected SyncItemJobModelDefaultSetupSyncJobService.getSyncJobForCatalog(String catalogId) protected SyncItemJobModelDefaultSetupSyncJobService.getSyncJobForCatalogAndQualifier(String catalogId, String qualifier) Methods in de.hybris.platform.commerceservices.setup.impl with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionprotected 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, Class<?> clazz, EditSyncAttributeDescriptorData descriptor) Configures sync attributes of aComposedTypeModel.protected voidDefaultSetupSyncJobService.processEditSyncAttributeDescriptors(SyncItemJobModel job, String catalogId, Map<Class<?>, List<EditSyncAttributeDescriptorData>> editSyncDescriptors) protected voidDefaultSetupSyncJobService.processRootTypes(SyncItemJobModel job, String catalogId, List<String> rootTypes) -
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. -
Uses of SyncItemJobModel in de.hybris.platform.marketplaceservices.setup
Methods in de.hybris.platform.marketplaceservices.setup that return SyncItemJobModelModifier and TypeMethodDescriptionprotected SyncItemJobModelMarketplaceSetupSyncJobServiceTest.getCatalogSyncJob(String catalogId) -
Uses of SyncItemJobModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return SyncItemJobModelModifier and TypeMethodDescriptionprotected 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 SyncItemJobModelModifier and TypeMethodDescriptionprotected 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 SyncItemJobModelMethods in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization that return types with arguments of type SyncItemJobModelMethods in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization with parameters of type SyncItemJobModelModifier and TypeMethodDescriptionprotected voidSyncJobSelectionEditor.fillComboBox(org.zkoss.zul.Combobox syncJobsComboBox, List<SyncItemJobModel> availableSyncJobs, SyncItemJobModel selectedSyncItemJob) voidStartSyncForm.setSelectedSyncItemJob(SyncItemJobModel selectedSyncItemJob) Method parameters in de.hybris.platform.platformbackoffice.widgets.catalogsynchronization with type arguments of type SyncItemJobModelModifier and TypeMethodDescriptionprotected 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, 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(List<SyncItemJobModel> syncItemJobs)