Class NavigationEntryModelToDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.navigations.populator.model.NavigationEntryModelToDataPopulator
- All Implemented Interfaces:
Populator<CMSNavigationEntryModel,NavigationEntryData>
public class NavigationEntryModelToDataPopulator
extends Object
implements Populator<CMSNavigationEntryModel,NavigationEntryData>
This populator will populate the
NavigationEntryData's base attributes with attributes from
CMSNavigationNodeModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NavigationEntryConverterRegistryDeprecated, for removal: This API element is subject to removal in a future version.since 1811 - as we continue to generify our apis, we no longer have need to crud entries from the nodes themselvesvoidpopulate(CMSNavigationEntryModel source, NavigationEntryData target) Populate the target instance with values from the source instance.voidsetNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry) Deprecated, for removal: This API element is subject to removal in a future version.since 1811 - as we continue to generify our apis, we no longer have need to crud entries from the nodes themselves
-
Constructor Details
-
NavigationEntryModelToDataPopulator
public NavigationEntryModelToDataPopulator()
-
-
Method Details