Class DefaultNavigationEntryCmsPageItemModelConversionFunction
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.functions.DefaultNavigationEntryCmsPageItemModelConversionFunction
-
- All Implemented Interfaces:
java.util.function.Function<NavigationEntryData,AbstractPageModel>
@Deprecated(since="1811", forRemoval=true) public class DefaultNavigationEntryCmsPageItemModelConversionFunction extends java.lang.Object implements java.util.function.Function<NavigationEntryData,AbstractPageModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811 - no longer neededDefault implementation for conversion ofNavigationEntryDataintoAbstractPageModel
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryCmsPageItemModelConversionFunction()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AbstractPageModelapply(NavigationEntryData navigationEntryData)Deprecated, for removal: This API element is subject to removal in a future version.protected CMSAdminPageServicegetCmsAdminPageService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCmsAdminPageService(CMSAdminPageService cmsAdminPageService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
apply
public AbstractPageModel apply(NavigationEntryData navigationEntryData)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyin interfacejava.util.function.Function<NavigationEntryData,AbstractPageModel>
-
getCmsAdminPageService
protected CMSAdminPageService getCmsAdminPageService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCmsAdminPageService
public void setCmsAdminPageService(CMSAdminPageService cmsAdminPageService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-