Uses of Class
de.hybris.platform.cms2.model.contents.components.CMSLinkComponentModel
-
Packages that use CMSLinkComponentModel Package Description de.hybris.platform.acceleratorcms.model.components Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.de.hybris.platform.acceleratorstorefrontcommons.tags de.hybris.platform.category.model Contains generated models for each type of de.hybris.platform.category.jalo package.de.hybris.platform.cms2.model.navigation Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.de.hybris.platform.cms2.model.pages Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package. -
-
Uses of CMSLinkComponentModel in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return CMSLinkComponentModel Modifier and Type Method Description CMSLinkComponentModelAccountBookmarkComponentModel. getLink()Generated method - Getter of theAccountBookmarkComponent.linkattribute defined at extensionacceleratorcms.CMSLinkComponentModelNavigationBarComponentModel. getLink()Generated method - Getter of theNavigationBarComponent.linkattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type CMSLinkComponentModel Modifier and Type Method Description voidAccountBookmarkComponentModel. setLink(CMSLinkComponentModel value)Generated method - Setter ofAccountBookmarkComponent.linkattribute defined at extensionacceleratorcms.voidNavigationBarComponentModel. setLink(CMSLinkComponentModel value)Generated method - Setter ofNavigationBarComponent.linkattribute defined at extensionacceleratorcms.Constructors in de.hybris.platform.acceleratorcms.model.components with parameters of type CMSLinkComponentModel Constructor Description AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAccountBookmarkComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNavigationBarComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNavigationBarComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CMSLinkComponentModel in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type CMSLinkComponentModel Modifier and Type Method Description protected static java.lang.StringFunctions. getCategoryUrl(CMSLinkComponentModel component, de.hybris.platform.servicelayer.dto.converter.Converter<CategoryModel,CategoryData> categoryUrlConverter)static java.lang.StringFunctions. getUrlForCMSLinkComponent(CMSLinkComponentModel component)JSP EL Function to get the URL for a CMSLinkComponentstatic java.lang.StringFunctions. getUrlForCMSLinkComponent(CMSLinkComponentModel component, de.hybris.platform.servicelayer.dto.converter.Converter<ProductModel,ProductData> productUrlConverter, de.hybris.platform.servicelayer.dto.converter.Converter<CategoryModel,CategoryData> categoryUrlConverter) -
Uses of CMSLinkComponentModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type CMSLinkComponentModel Modifier and Type Method Description java.util.List<CMSLinkComponentModel>CategoryModel. getLinkComponents()Generated method - Getter of theCategory.linkComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.category.model with type arguments of type CMSLinkComponentModel Modifier and Type Method Description voidCategoryModel. setLinkComponents(java.util.List<CMSLinkComponentModel> value)Generated method - Setter ofCategory.linkComponentsattribute defined at extensioncms2. -
Uses of CMSLinkComponentModel in de.hybris.platform.cms2.model.navigation
Methods in de.hybris.platform.cms2.model.navigation that return types with arguments of type CMSLinkComponentModel Modifier and Type Method Description java.util.List<CMSLinkComponentModel>CMSNavigationNodeModel. getLinks()Deprecated, for removal: This API element is subject to removal in a future version.since 4.4Method parameters in de.hybris.platform.cms2.model.navigation with type arguments of type CMSLinkComponentModel Modifier and Type Method Description voidCMSNavigationNodeModel. setLinks(java.util.List<CMSLinkComponentModel> value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.4 -
Uses of CMSLinkComponentModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type CMSLinkComponentModel Modifier and Type Method Description java.util.List<CMSLinkComponentModel>ContentPageModel. getLinkComponents()Generated method - Getter of theContentPage.linkComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type CMSLinkComponentModel Modifier and Type Method Description voidContentPageModel. setLinkComponents(java.util.List<CMSLinkComponentModel> value)Generated method - Setter ofContentPage.linkComponentsattribute defined at extensioncms2. -
Uses of CMSLinkComponentModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type CMSLinkComponentModel Modifier and Type Method Description java.util.List<CMSLinkComponentModel>ProductModel. getLinkComponents()Generated method - Getter of theProduct.linkComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.product with type arguments of type CMSLinkComponentModel Modifier and Type Method Description voidProductModel. setLinkComponents(java.util.List<CMSLinkComponentModel> value)Generated method - Setter ofProduct.linkComponentsattribute defined at extensioncms2.
-