Class NavigationNodeDataToModelEntriesPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.populator.data.NavigationNodeDataToModelEntriesPopulator
-
- All Implemented Interfaces:
Populator<NavigationNodeData,CMSNavigationNodeModel>
@Deprecated public class NavigationNodeDataToModelEntriesPopulator extends java.lang.Object implements Populator<NavigationNodeData,CMSNavigationNodeModel>
Deprecated.since 1811, please useCMSItemFacadeinstead.This populator will populate theCMSNavigationNodeModelentries, assuming that it will always replace the existing ones.
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeDataToModelEntriesPopulator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected NavigationEntryServicegetNavigationEntryService()Deprecated.voidpopulate(NavigationNodeData source, CMSNavigationNodeModel target)Deprecated.Populate the target instance with values from the source instance.voidsetNavigationEntryService(NavigationEntryService navigationEntryService)Deprecated.
-
-
-
Method Detail
-
populate
public void populate(NavigationNodeData source, CMSNavigationNodeModel target) throws ConversionException
Deprecated.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<NavigationNodeData,CMSNavigationNodeModel>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getNavigationEntryService
protected NavigationEntryService getNavigationEntryService()
Deprecated.
-
setNavigationEntryService
public void setNavigationEntryService(NavigationEntryService navigationEntryService)
Deprecated.
-
-