public class CMSNavigationNodePopulator extends java.lang.Object implements Populator<java.util.Map<java.lang.String,java.lang.Object>,CMSNavigationNodeModel>
| Constructor and Description |
|---|
CMSNavigationNodePopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSNavigationService |
getCmsNavigationService() |
void |
populate(java.util.Map<java.lang.String,java.lang.Object> source,
CMSNavigationNodeModel cmsNavigationNode)
Populate the target instance with values from the source instance.
|
void |
setCmsNavigationService(CMSNavigationService cmsNavigationService) |
protected void |
setSuperRootNode(CMSNavigationNodeModel cmsNavigationNode)
Populates the super root node if no parent is provided.
|
public void populate(java.util.Map<java.lang.String,java.lang.Object> source,
CMSNavigationNodeModel cmsNavigationNode)
throws ConversionException
Populatorpopulate in interface Populator<java.util.Map<java.lang.String,java.lang.Object>,CMSNavigationNodeModel>source - the source objectcmsNavigationNode - the target to fillConversionException - if an error occursprotected void setSuperRootNode(CMSNavigationNodeModel cmsNavigationNode)
cmsNavigationNode - the node to populateprotected CMSNavigationService getCmsNavigationService()
public void setCmsNavigationService(CMSNavigationService cmsNavigationService)
Copyright © 2018 SAP SE. All Rights Reserved.