Class CategoryPageModelToDataRenderingPopulator
java.lang.Object
de.hybris.platform.cmsfacades.rendering.populators.CategoryPageModelToDataRenderingPopulator
- All Implemented Interfaces:
Populator<AbstractPageModel,Map<String, Object>>
public class CategoryPageModelToDataRenderingPopulator
extends Object
implements Populator<AbstractPageModel,Map<String,Object>>
Populate
AbstractPageData#setOtherProperties(Map) for category pages-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractPageModel source, Map<String, Object> target) Populate the target instance with values from the source instance.voidsetCategoryPageTypePredicate(Predicate<ItemModel> categoryPageTypePredicate)
-
Constructor Details
-
CategoryPageModelToDataRenderingPopulator
public CategoryPageModelToDataRenderingPopulator()
-
-
Method Details
-
populate
public void populate(AbstractPageModel source, Map<String, Object> target) throws ConversionExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractPageModel,Map<String, Object>> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCategoryPageTypePredicate
-
setCategoryPageTypePredicate
-