Class NavigationEntryModelToDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.populator.model.NavigationEntryModelToDataPopulator
-
- All Implemented Interfaces:
Populator<CMSNavigationEntryModel,NavigationEntryData>
public class NavigationEntryModelToDataPopulator extends java.lang.Object implements Populator<CMSNavigationEntryModel,NavigationEntryData>
This populator will populate theNavigationEntryData's base attributes with attributes fromCMSNavigationNodeModel.
-
-
Constructor Summary
Constructors Constructor Description NavigationEntryModelToDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected NavigationEntryConverterRegistrygetNavigationEntryConverterRegistry()Deprecated.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.since 1811 - as we continue to generify our apis, we no longer have need to crud entries from the nodes themselves
-
-
-
Method Detail
-
populate
public void populate(CMSNavigationEntryModel source, NavigationEntryData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CMSNavigationEntryModel,NavigationEntryData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getNavigationEntryConverterRegistry
@Deprecated protected NavigationEntryConverterRegistry getNavigationEntryConverterRegistry()
Deprecated.since 1811 - as we continue to generify our apis, we no longer have need to crud entries from the nodes themselves
-
setNavigationEntryConverterRegistry
@Deprecated public void setNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)
Deprecated.since 1811 - as we continue to generify our apis, we no longer have need to crud entries from the nodes themselves
-
-