Class BasicContentSlotItemCollector
java.lang.Object
de.hybris.platform.cmsfacades.synchronization.itemcollector.BasicContentSlotItemCollector
- All Implemented Interfaces:
ItemCollector<ContentSlotModel>
public class BasicContentSlotItemCollector
extends Object
implements ItemCollector<ContentSlotModel>
Collects the direct cms components of a given
ContentSlotModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollect(ContentSlotModel item) Collects the items that are related to a givenItemModel
-
Constructor Details
-
BasicContentSlotItemCollector
public BasicContentSlotItemCollector()
-
-
Method Details
-
collect
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.
-