Uses of Interface
de.hybris.platform.cockpit.services.sync.SynchronizationService.SyncContext
-
-
Uses of SynchronizationService.SyncContext in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree
Methods in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree that return SynchronizationService.SyncContext Modifier and Type Method Description protected SynchronizationService.SyncContextNavigationNodeRenderer. computeSyncContext(TypedObject currentNode)Computes sync cotext for given node.Methods in de.hybris.platform.cmscockpit.navigationnode.browserarea.tree with parameters of type SynchronizationService.SyncContext Modifier and Type Method Description protected java.lang.StringNavigationNodeRenderer. getSyncImageUrl(SynchronizationService.SyncContext syncContext)protected java.lang.StringNavigationNodeRenderer. getSyncTooltip(SynchronizationService.SyncContext syncContext) -
Uses of SynchronizationService.SyncContext in de.hybris.platform.cockpit.services.sync
Methods in de.hybris.platform.cockpit.services.sync that return SynchronizationService.SyncContext Modifier and Type Method Description SynchronizationService.SyncContextSynchronizationService. getSyncContext(TypedObject product)SynchronizationService.SyncContextSynchronizationService. getSyncContext(TypedObject product, boolean pullSync) -
Uses of SynchronizationService.SyncContext in de.hybris.platform.cockpit.services.sync.impl
Classes in de.hybris.platform.cockpit.services.sync.impl that implement SynchronizationService.SyncContext Modifier and Type Class Description protected classSynchronizationServiceImpl.SyncContextImplMethods in de.hybris.platform.cockpit.services.sync.impl that return SynchronizationService.SyncContext Modifier and Type Method Description SynchronizationService.SyncContextSynchronizationServiceImpl. getSyncContext(TypedObject product)SynchronizationService.SyncContextSynchronizationServiceImpl. getSyncContext(TypedObject product, boolean pullSync) -
Uses of SynchronizationService.SyncContext in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree that return SynchronizationService.SyncContext Modifier and Type Method Description protected SynchronizationService.SyncContextBundleNavigationNodeRenderer. computeSyncContext(TypedObject currentNode)Computes sync cotext for given node.Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.tree with parameters of type SynchronizationService.SyncContext Modifier and Type Method Description protected java.lang.StringBundleNavigationNodeRenderer. getSyncImageUrl(SynchronizationService.SyncContext syncContext)protected java.lang.StringBundleNavigationNodeRenderer. getSyncTooltip(SynchronizationService.SyncContext syncContext)protected booleanBundleNavigationNodeRenderer. isActiveCatalog(SynchronizationService.SyncContext nodeSyncCtx)
-