Uses of Class
de.hybris.platform.cms2.model.contents.components.CMSLinkComponentModel
Packages that use CMSLinkComponentModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.
Contains generated models for each type of de.hybris.platform.category.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
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 CMSLinkComponentModelModifier and TypeMethodDescriptionAccountBookmarkComponentModel.getLink()Generated method - Getter of theAccountBookmarkComponent.linkattribute defined at extensionacceleratorcms.NavigationBarComponentModel.getLink()Generated method - Getter of theNavigationBarComponent.linkattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type CMSLinkComponentModelModifier and TypeMethodDescriptionvoidAccountBookmarkComponentModel.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 CMSLinkComponentModelModifierConstructorDescriptionAccountBookmarkComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, ItemModel _owner, 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, 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, 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, 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 CMSLinkComponentModelModifier and TypeMethodDescriptionprotected static StringFunctions.getCategoryUrl(CMSLinkComponentModel component, de.hybris.platform.servicelayer.dto.converter.Converter<CategoryModel, CategoryData> categoryUrlConverter) static StringFunctions.getUrlForCMSLinkComponent(CMSLinkComponentModel component) JSP EL Function to get the URL for a CMSLinkComponentstatic 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 CMSLinkComponentModelModifier and TypeMethodDescriptionCategoryModel.getLinkComponents()Generated method - Getter of theCategory.linkComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.category.model with type arguments of type CMSLinkComponentModelModifier and TypeMethodDescriptionvoidCategoryModel.setLinkComponents(List<CMSLinkComponentModel> value) Generated method - Setter ofCategory.linkComponentsattribute defined at extensioncms2. -
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 CMSLinkComponentModelModifier and TypeMethodDescriptionContentPageModel.getLinkComponents()Generated method - Getter of theContentPage.linkComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type CMSLinkComponentModelModifier and TypeMethodDescriptionvoidContentPageModel.setLinkComponents(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 CMSLinkComponentModelModifier and TypeMethodDescriptionProductModel.getLinkComponents()Generated method - Getter of theProduct.linkComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.product with type arguments of type CMSLinkComponentModelModifier and TypeMethodDescriptionvoidProductModel.setLinkComponents(List<CMSLinkComponentModel> value) Generated method - Setter ofProduct.linkComponentsattribute defined at extensioncms2.