Uses of Class
de.hybris.platform.catalog.model.synchronization.CatalogVersionSyncJobModel
Packages that use CatalogVersionSyncJobModel
Package
Description
Contains generated models for each type of de.hybris.platform.catalog.jalo.synchronization package.
-
Uses of CatalogVersionSyncJobModel in com.hybris.backoffice.widgets.selectivesync
Methods in com.hybris.backoffice.widgets.selectivesync that return CatalogVersionSyncJobModelModifier and TypeMethodDescriptionprotected CatalogVersionSyncJobModelSelectiveSyncController.getCurrentObject()Methods in com.hybris.backoffice.widgets.selectivesync with parameters of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionvoidSelectiveSyncController.handleInputObject(CatalogVersionSyncJobModel inputObject) protected voidSelectiveSyncController.handleNotFoundException(CatalogVersionSyncJobModel model, com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectNotFoundException e) protected voidSelectiveSyncController.setCurrentObject(CatalogVersionSyncJobModel model) -
Uses of CatalogVersionSyncJobModel in com.hybris.backoffice.widgets.selectivesync.renderer
Methods in com.hybris.backoffice.widgets.selectivesync.renderer with parameters of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.ButtonSelectiveSyncAttributesOverviewRenderer.createButton(CatalogVersionSyncJobModel data, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected SyncTypeAttributeDataTreeItemRendererSelectiveSyncRenderer.createTreeItemRenderer(CatalogVersionSyncJobModel model, DetailsView detailsView) voidSelectiveSyncAttributesOverviewRenderer.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPanel configuration, CatalogVersionSyncJobModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidSelectiveSyncRenderer.render(org.zkoss.zk.ui.Component parent, CatalogVersionSyncJobModel model, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidSelectiveSyncRenderer.valueChanged(CatalogVersionSyncJobModel model, Collection<SyncAttributeDescriptorConfigModel> collection) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.catalog.model.synchronization
Methods in de.hybris.platform.catalog.model.synchronization that return types with arguments of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionCatalogVersionSyncJobModel.getDependentSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.CatalogVersionSyncJobModel.getDependsOnSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model.synchronization with type arguments of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionvoidCatalogVersionSyncJobModel.setDependentSyncJobs(Set<CatalogVersionSyncJobModel> value) Generated method - Setter ofCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.voidCatalogVersionSyncJobModel.setDependsOnSyncJobs(Set<CatalogVersionSyncJobModel> value) Generated method - Setter ofCatalogVersionSyncJob.dependsOnSyncJobsattribute defined at extensioncatalog. -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return CatalogVersionSyncJobModelModifier and TypeMethodDescriptionprotected CatalogVersionSyncJobModelDefaultCatalogSynchronizationService.createSyncJob(CatalogVersionModel source, CatalogVersionModel target) protected CatalogVersionSyncJobModelDefaultCatalogSynchronizationService.createSyncJob(CatalogVersionModel source, CatalogVersionModel target, int numberOfThreads) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmscockpit.wizard.cmssite.util
Methods in de.hybris.platform.cmscockpit.wizard.cmssite.util that return CatalogVersionSyncJobModelModifier and TypeMethodDescriptionstatic CatalogVersionSyncJobModelCMSSiteUtils.createDefaultSyncJob(String code, CatalogVersionModel catVerStaged, CatalogVersionModel catVerOnline) Methods in de.hybris.platform.cmscockpit.wizard.cmssite.util with parameters of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionprotected static SyncItemJobCMSSiteUtils.setupStoreTemplateSyncJobs(CatalogVersionSyncJobModel syncJobModel, ModelService modelService) static voidCMSSiteUtils.synchronizeCatVersions(CatalogVersionSyncJobModel catalogVersionSyncJob, ModelService modelService) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CatalogVersionSyncJobModelModifier and TypeMethodDescriptionCatalogVersionSyncJobModelBuilder.build()protected CatalogVersionSyncJobModelCatalogVersionSyncJobModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionCatalogVersionSyncJobModelBuilder.fromModel(CatalogVersionSyncJobModel model) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return types with arguments of type CatalogVersionSyncJobModel -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return types with arguments of type CatalogVersionSyncJobModel -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CatalogVersionSyncJobModelModifier and TypeMethodDescriptionCatalogVersionSyncJobModelMother.createAppleSyncJobFromStagedToOnline()CatalogVersionSyncJobModelMother.createPhoneSyncJobFromOnlineToStaged()CatalogVersionSyncJobModelMother.createSyncJob(String code, CatalogVersionModel target, CatalogVersionModel source, boolean active, boolean syncPrincipalsOnly, List<PrincipalModel> syncPrincipals, UserModel sessionUser) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.commerceservices.setup.impl
Method parameters in de.hybris.platform.commerceservices.setup.impl with type arguments of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionprotected StringDefaultSetupSyncJobService.catalogVersionSyncJobsToString(Collection<CatalogVersionSyncJobModel> catalogVersionSyncJobs) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.platformbackoffice.actions.catalogsynchronization
Method parameters in de.hybris.platform.platformbackoffice.actions.catalogsynchronization with type arguments of type CatalogVersionSyncJobModelModifier and TypeMethodDescriptionbooleanExecuteCatalogSynchronizationJobAction.canPerform(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx) ExecuteCatalogSynchronizationJobAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx) booleanExecuteCatalogSynchronizationJobAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx) com.hybris.cockpitng.actions.ActionResult<Object>ExecuteCatalogSynchronizationJobAction.perform(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx)