Uses of Class
de.hybris.platform.cms2.model.pages.ContentPageModel
-
Packages that use ContentPageModel Package Description de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl de.hybris.platform.acceleratorstorefrontcommons.controllers.pages de.hybris.platform.cms2.model.contents.components Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components 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.site Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.de.hybris.platform.cms2lib.model.components Contains generated models for each type of de.hybris.platform.cms2lib.components package. -
-
Uses of ContentPageModel in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with parameters of type ContentPageModel Modifier and Type Method Description java.util.List<Breadcrumb>ContentPageBreadcrumbBuilder. getBreadcrumbs(ContentPageModel page) -
Uses of ContentPageModel in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return ContentPageModel Modifier and Type Method Description protected ContentPageModelAbstractPageController. getContentPageForLabelOrId(java.lang.String labelOrId)Finds a content page by label or id and evaluates the cms restrictions associated to the page and components on the page.Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type ContentPageModel Modifier and Type Method Description protected voidAbstractPageController. setUpMetaDataForContentPage(org.springframework.ui.Model model, ContentPageModel contentPage) -
Uses of ContentPageModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return ContentPageModel Modifier and Type Method Description ContentPageModelCMSLinkComponentModel. getContentPage()Generated method - Getter of theCMSLinkComponent.contentPageattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type ContentPageModel Modifier and Type Method Description voidCMSLinkComponentModel. setContentPage(ContentPageModel value)Generated method - Setter ofCMSLinkComponent.contentPageattribute defined at extensioncms2. -
Uses of ContentPageModel in de.hybris.platform.cms2.model.navigation
Methods in de.hybris.platform.cms2.model.navigation that return types with arguments of type ContentPageModel Modifier and Type Method Description java.util.List<ContentPageModel>CMSNavigationNodeModel. getPages()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 ContentPageModel Modifier and Type Method Description voidCMSNavigationNodeModel. setPages(java.util.List<ContentPageModel> value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.4 -
Uses of ContentPageModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return ContentPageModel Modifier and Type Method Description ContentPageModelCMSSiteModel. getStartingPage()Generated method - Getter of theCMSSite.startingPageattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site with parameters of type ContentPageModel Modifier and Type Method Description voidCMSSiteModel. setStartingPage(ContentPageModel value)Generated method - Setter ofCMSSite.startingPageattribute defined at extensioncms2. -
Uses of ContentPageModel in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return ContentPageModel Modifier and Type Method Description ContentPageModelBannerComponentModel. getPage()Generated method - Getter of theBannerComponent.pageattribute defined at extensioncms2lib.ContentPageModelFlashComponentModel. getPage()Generated method - Getter of theFlashComponent.pageattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type ContentPageModel Modifier and Type Method Description voidBannerComponentModel. setPage(ContentPageModel value)Generated method - Setter ofBannerComponent.pageattribute defined at extensioncms2lib.voidFlashComponentModel. setPage(ContentPageModel value)Generated method - Setter ofFlashComponent.pageattribute defined at extensioncms2lib.
-