Uses of Class
de.hybris.platform.catalog.model.synchronization.CatalogVersionSyncJobModel
-
Packages that use CatalogVersionSyncJobModel Package Description com.hybris.backoffice.widgets.selectivesync com.hybris.backoffice.widgets.selectivesync.renderer de.hybris.platform.catalog.model.synchronization Contains generated models for each type of de.hybris.platform.catalog.jalo.synchronization package.de.hybris.platform.catalog.synchronization de.hybris.platform.cmsfacades.util.builder de.hybris.platform.cmsfacades.util.dao de.hybris.platform.cmsfacades.util.dao.impl de.hybris.platform.cmsfacades.util.models de.hybris.platform.commerceservices.setup.impl de.hybris.platform.platformbackoffice.actions.catalogsynchronization -
-
Uses of CatalogVersionSyncJobModel in com.hybris.backoffice.widgets.selectivesync
Methods in com.hybris.backoffice.widgets.selectivesync that return CatalogVersionSyncJobModel Modifier and Type Method Description protected CatalogVersionSyncJobModelSelectiveSyncController. getCurrentObject()Methods in com.hybris.backoffice.widgets.selectivesync with parameters of type CatalogVersionSyncJobModel Modifier and Type Method Description voidSelectiveSyncController. 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 CatalogVersionSyncJobModel Modifier and Type Method Description protected 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, java.util.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 CatalogVersionSyncJobModel Modifier and Type Method Description java.util.Set<CatalogVersionSyncJobModel>CatalogVersionSyncJobModel. getDependentSyncJobs()Generated method - Getter of theCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.java.util.Set<CatalogVersionSyncJobModel>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 CatalogVersionSyncJobModel Modifier and Type Method Description voidCatalogVersionSyncJobModel. setDependentSyncJobs(java.util.Set<CatalogVersionSyncJobModel> value)Generated method - Setter ofCatalogVersionSyncJob.dependentSyncJobsattribute defined at extensioncatalog.voidCatalogVersionSyncJobModel. setDependsOnSyncJobs(java.util.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 CatalogVersionSyncJobModel Modifier and Type Method Description protected CatalogVersionSyncJobModelDefaultCatalogSynchronizationService. createSyncJob(CatalogVersionModel source, CatalogVersionModel target)protected CatalogVersionSyncJobModelDefaultCatalogSynchronizationService. createSyncJob(CatalogVersionModel source, CatalogVersionModel target, int numberOfThreads) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CatalogVersionSyncJobModel Modifier and Type Method Description CatalogVersionSyncJobModelCatalogVersionSyncJobModelBuilder. build()protected CatalogVersionSyncJobModelCatalogVersionSyncJobModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CatalogVersionSyncJobModel Modifier and Type Method Description static CatalogVersionSyncJobModelBuilderCatalogVersionSyncJobModelBuilder. 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 Modifier and Type Method Description java.util.List<CatalogVersionSyncJobModel>SyncJobDao. getSyncJobsByCode(java.lang.String code) -
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 Modifier and Type Method Description java.util.List<CatalogVersionSyncJobModel>DefaultSyncJobDao. getSyncJobsByCode(java.lang.String code) -
Uses of CatalogVersionSyncJobModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CatalogVersionSyncJobModel Modifier and Type Method Description CatalogVersionSyncJobModelCatalogVersionSyncJobModelMother. createAppleSyncJobFromStagedToOnline()CatalogVersionSyncJobModelCatalogVersionSyncJobModelMother. createPhoneSyncJobFromOnlineToStaged()CatalogVersionSyncJobModelCatalogVersionSyncJobModelMother. createSyncJob(java.lang.String code, CatalogVersionModel target, CatalogVersionModel source, boolean active, boolean syncPrincipalsOnly, java.util.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 CatalogVersionSyncJobModel Modifier and Type Method Description protected java.lang.StringDefaultSetupSyncJobService. catalogVersionSyncJobsToString(java.util.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 CatalogVersionSyncJobModel Modifier and Type Method Description booleanExecuteCatalogSynchronizationJobAction. canPerform(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx)java.lang.StringExecuteCatalogSynchronizationJobAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx)booleanExecuteCatalogSynchronizationJobAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>ExecuteCatalogSynchronizationJobAction. perform(com.hybris.cockpitng.actions.ActionContext<CatalogVersionSyncJobModel> ctx)
-