Class DefaultNavigationEntryCmsComponentItemModelConversionFunction
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.functions.DefaultNavigationEntryCmsComponentItemModelConversionFunction
-
- All Implemented Interfaces:
java.util.function.Function<NavigationEntryData,AbstractCMSComponentModel>
@Deprecated(since="1811", forRemoval=true) public class DefaultNavigationEntryCmsComponentItemModelConversionFunction extends java.lang.Object implements java.util.function.Function<NavigationEntryData,AbstractCMSComponentModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811 - no longer neededDefault implementation for conversion ofNavigationEntryDataintoAbstractCMSComponentModel
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryCmsComponentItemModelConversionFunction()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 AbstractCMSComponentModelapply(NavigationEntryData navigationEntryData)Deprecated, for removal: This API element is subject to removal in a future version.protected CMSAdminComponentServicegetComponentAdminService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetComponentAdminService(CMSAdminComponentService componentAdminService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
apply
public AbstractCMSComponentModel 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,AbstractCMSComponentModel>
-
getComponentAdminService
protected CMSAdminComponentService getComponentAdminService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setComponentAdminService
public void setComponentAdminService(CMSAdminComponentService componentAdminService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-