Uses of Interface
de.hybris.platform.cmsfacades.common.itemcollector.ItemCollector
-
-
Uses of ItemCollector in de.hybris.platform.cmsfacades.common.itemcollector
Methods in de.hybris.platform.cmsfacades.common.itemcollector that return types with arguments of type ItemCollector Modifier and Type Method Description java.util.Optional<ItemCollector>ItemCollectorRegistry. getItemCollector(ItemModel itemModel)Returns the correspondingItemCollectorfor a givenItemModel -
Uses of ItemCollector in de.hybris.platform.cmsfacades.common.itemcollector.impl
Methods in de.hybris.platform.cmsfacades.common.itemcollector.impl that return types with arguments of type ItemCollector Modifier and Type Method Description java.util.Optional<ItemCollector>DefaultItemCollectorRegistry. getItemCollector(ItemModel itemModel)protected java.util.Map<java.lang.String,ItemCollector>DefaultItemCollectorRegistry. getItemCollectorMap()Method parameters in de.hybris.platform.cmsfacades.common.itemcollector.impl with type arguments of type ItemCollector Modifier and Type Method Description voidDefaultItemCollectorRegistry. setItemCollectorMap(java.util.Map<java.lang.String,ItemCollector> itemCollectorMap) -
Uses of ItemCollector in de.hybris.platform.cmsfacades.synchronization.itemcollector
Classes in de.hybris.platform.cmsfacades.synchronization.itemcollector that implement ItemCollector Modifier and Type Class Description classBasicAbstractPageItemCollectorCollects the direct content slots of a givenAbstractPageModel.classBasicContentSlotItemCollectorCollects the direct cms components of a givenContentSlotModel.classDependentAbstractPageItemCollectorCollects the original page dependency of a givenAbstractPageModel.classSharedAbstractPageItemCollectorCollects the shared content slots of a givenAbstractPageModel.
-