Class BasicContentSlotItemCollector
- java.lang.Object
-
- de.hybris.platform.cmsfacades.synchronization.itemcollector.BasicContentSlotItemCollector
-
- All Implemented Interfaces:
ItemCollector<ContentSlotModel>
public class BasicContentSlotItemCollector extends java.lang.Object implements ItemCollector<ContentSlotModel>
Collects the direct cms components of a givenContentSlotModel.
-
-
Constructor Summary
Constructors Constructor Description BasicContentSlotItemCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends ItemModel>collect(ContentSlotModel item)Collects the items that are related to a givenItemModel
-
-
-
Method Detail
-
collect
public java.util.List<? extends ItemModel> collect(ContentSlotModel item)
Description copied from interface:ItemCollectorCollects the items that are related to a givenItemModel- Specified by:
collectin interfaceItemCollector<ContentSlotModel>- Parameters:
item- the itemModel that will be inspected to return the related item models.- Returns:
- a list with the related item models, never
null.
-
-