Class DefaultItemSynchronizationFacade

java.lang.Object
de.hybris.platform.cmsfacades.synchronization.impl.DefaultItemSynchronizationFacade
All Implemented Interfaces:
ItemSynchronizationFacade

public class DefaultItemSynchronizationFacade extends Object implements ItemSynchronizationFacade
Default implementation of the ItemSynchronizationFacade facade. Its main purpose is to coordinate the recursive calls for the ItemSynchronizationService respecting the maxDepth attribute (either given in the method or using the default value). It makes usage of the ItemCollectorRegistry and ItemCollector classes to identify item models that are directly referenced or that are shared by a given item model.
  • Constructor Details

    • DefaultItemSynchronizationFacade

      public DefaultItemSynchronizationFacade()
  • Method Details