Uses of Interface
de.hybris.platform.cmsfacades.common.itemcollector.ItemCollectorRegistry
-
Packages that use ItemCollectorRegistry Package Description de.hybris.platform.cmsfacades.common.itemcollector.impl de.hybris.platform.cmsfacades.synchronization.impl -
-
Uses of ItemCollectorRegistry in de.hybris.platform.cmsfacades.common.itemcollector.impl
Classes in de.hybris.platform.cmsfacades.common.itemcollector.impl that implement ItemCollectorRegistry Modifier and Type Class Description classDefaultItemCollectorRegistryDefault implementation ofItemCollectorRegistry -
Uses of ItemCollectorRegistry in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return ItemCollectorRegistry Modifier and Type Method Description protected ItemCollectorRegistryDefaultItemSynchronizationFacade. getBasicItemCollectorRegistry()protected ItemCollectorRegistryDefaultItemSynchronizationFacade. getDependentItemCollectorRegistry()protected ItemCollectorRegistryDefaultItemSynchronizationFacade. getSharedItemCollectorRegistry()Methods in de.hybris.platform.cmsfacades.synchronization.impl with parameters of type ItemCollectorRegistry Modifier and Type Method Description protected java.util.List<SyncItemStatusData>DefaultItemSynchronizationFacade. collectItemsAndGetSynchronizationItemStatus(SyncRequestData syncRequestData, ItemModel item, SyncItemStatusConfig config, java.lang.Integer level, ItemCollectorRegistry collectorRegistry)Collects the items that also requires information about the synchronization status details and make more calls toDefaultItemSynchronizationFacade.getSynchronizationItemStatus(SyncRequestData, ItemModel, SyncItemStatusConfig, Integer)from individual items that were collected.voidDefaultItemSynchronizationFacade. setBasicItemCollectorRegistry(ItemCollectorRegistry basicItemCollectorRegistry)voidDefaultItemSynchronizationFacade. setDependentItemCollectorRegistry(ItemCollectorRegistry dependentItemCollectorRegistry)voidDefaultItemSynchronizationFacade. setSharedItemCollectorRegistry(ItemCollectorRegistry sharedItemCollectorRegistry)
-