Class CMSNavigationNodePopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.CMSNavigationNodePopulator
- All Implemented Interfaces:
Populator<Map<String,Object>, CMSNavigationNodeModel>
public class CMSNavigationNodePopulator
extends Object
implements Populator<Map<String,Object>,CMSNavigationNodeModel>
CMS Navigation node model populator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSNavigationServicevoidpopulate(Map<String, Object> source, CMSNavigationNodeModel cmsNavigationNode) Populate the target instance with values from the source instance.voidsetCmsNavigationService(CMSNavigationService cmsNavigationService) protected voidsetSuperRootNode(CMSNavigationNodeModel cmsNavigationNode) Populates the super root node if no parent is provided.
-
Constructor Details
-
CMSNavigationNodePopulator
public CMSNavigationNodePopulator()
-
-
Method Details