Uses of Class
de.hybris.platform.cms2.model.pages.ContentPageModel
Packages that use ContentPageModel
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.cms2.jalo.contents.components 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.site package.
Contains generated models for each type of de.hybris.platform.cms2lib.components package.
-
Uses of ContentPageModel in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return ContentPageModelModifier and TypeMethodDescriptionSimpleBannerComponentModel.getContentPage()Generated method - Getter of theSimpleBannerComponent.contentPageattribute defined at extensionacceleratorcms.SimpleResponsiveBannerComponentModel.getContentPage()Generated method - Getter of theSimpleResponsiveBannerComponent.contentPageattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidSimpleBannerComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofSimpleBannerComponent.contentPageattribute defined at extensionacceleratorcms.voidSimpleResponsiveBannerComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofSimpleResponsiveBannerComponent.contentPageattribute defined at extensionacceleratorcms. -
Uses of ContentPageModel in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with parameters of type ContentPageModelModifier and TypeMethodDescriptionContentPageBreadcrumbBuilder.getBreadcrumbs(ContentPageModel page) -
Uses of ContentPageModel in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return ContentPageModelModifier and TypeMethodDescriptionprotected ContentPageModelAbstractPageController.getContentPageForLabelOrId(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 ContentPageModelModifier and TypeMethodDescriptionprotected 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 ContentPageModelModifier and TypeMethodDescriptionCMSLinkComponentModel.getContentPage()Generated method - Getter of theCMSLinkComponent.contentPageattribute defined at extensioncms2.VideoComponentModel.getContentPage()Generated method - Getter of theVideoComponent.contentPageattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidCMSLinkComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofCMSLinkComponent.contentPageattribute defined at extensioncms2.voidVideoComponentModel.setContentPage(ContentPageModel value) Generated method - Setter ofVideoComponent.contentPageattribute defined at extensioncms2. -
Uses of ContentPageModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return ContentPageModelModifier and TypeMethodDescriptionCMSSiteModel.getStartingPage()Generated method - Getter of theCMSSite.startingPageattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidCMSSiteModel.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 ContentPageModelModifier and TypeMethodDescriptionBannerComponentModel.getPage()Generated method - Getter of theBannerComponent.pageattribute defined at extensioncms2lib.FlashComponentModel.getPage()Generated method - Getter of theFlashComponent.pageattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type ContentPageModelModifier and TypeMethodDescriptionvoidBannerComponentModel.setPage(ContentPageModel value) Generated method - Setter ofBannerComponent.pageattribute defined at extensioncms2lib.voidFlashComponentModel.setPage(ContentPageModel value) Generated method - Setter ofFlashComponent.pageattribute defined at extensioncms2lib.